# Group

Groups are used to organize the venue structure and to give permissions to every actor in the system.

For example, the base group of a conference is going to have the venue id as its id. Other groups like the Reviewers group, the Authors group or Area Chairs group will have the venue id as its prefix in their id to indicate what venue they belong to. Users that are members of a group automatically get the group's permissions. Only groups can be members of other groups. For this reason, profile ids and emails are also groups that can be added as members to other groups.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.openreview.net/reference/api-v2/entities/group.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
