> For the complete documentation index, see [llms.txt](https://help.clause9.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.clause9.com/admin/how-to-admin/managing-group-memberships.md).

# Managing group memberships

Managing group memberships is done through the 'Groups' tab in the Admin module:

<figure><img src="/files/996Fkx0HsDD3HkmWIEpZ" alt="" width="361"><figcaption></figcaption></figure>

Click the group you want to add users to or remove users from, and click the 'Members' button in the screen on the right.&#x20;

In this screen, on the left you can see a list of users who are **not** members of that group. Selecting a user and clicking 'Add to group' at the bottom of the page will add that user.&#x20;

On the right side the members of the group are listed. selecting a user and clicking 'Remove from group' will, of course, remove that user.

<figure><img src="/files/i15paW6YSOKcrBD5PCgB" alt="" width="375"><figcaption></figcaption></figure>

Finally, when you are done changing group memberships, do not forget to save the changes.


---

# 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:

```
GET https://help.clause9.com/admin/how-to-admin/managing-group-memberships.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.
