> For the complete documentation index, see [llms.txt](https://synap.ac/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://synap.ac/docs/platform/user-groups/overview.md).

# Overview

User groups let you manage a cohort once and apply the result to every member.

**What a group can organise**

<figure><img src="https://3891068282-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWXE6hvHQFtER1a1Dm3l5%2Fuploads%2Fh3htmmNEHM8hDDAfs5Eg%2Fgroup-directory.png?alt=media&#x26;token=7b38643f-f342-4617-8204-2561ae1bb06a" alt=""><figcaption></figcaption></figure>

| Area               | Examples                                           |
| ------------------ | -------------------------------------------------- |
| Members            | A class, intake, department or staff team          |
| Content            | Exams, Collections and Assignments for that cohort |
| Staff capabilities | Additive Permissions for Educator groups           |
| Access             | Policies that make selected resources available    |
| Data               | Cohort Attempts, Insights and Reports              |

Built-in groups represent portal roles such as Student, Educator, Manager and Administrator. Custom groups represent additional cohorts or staff teams. A custom group does not automatically replace a person’s main User type.

Create groups around a reason that will still make sense later. A useful name identifies the audience and, where relevant, the intake or period. The description can explain ownership and membership criteria to other administrators.

{% hint style="info" %}
Users can belong to more than one group. Content access and staff Permissions accumulate, so removing one membership may not remove access still granted by another.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://synap.ac/docs/platform/user-groups/overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
