> For the complete documentation index, see [llms.txt](https://docs.riskbase.uk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.riskbase.uk/getting-started-in-admin/creating-new-user-groups.md).

# Creating New User Groups

Creating New User Groups

*Users are added to one or more user group(s). User groups define the functionality a user has access to.*

*Riskbase comes with a ready-to-go set of user groups, but new ones can be added.*

**How create a new user group:**

1. Sign in to [admin.riskbase.uk](http://admin.riskbase.uk).
2. Right-click on an organisation in the explorer.
3. Select **Details**.
4. Select **Preferences**.
5. Under user groups, click **+ User Group**.
6. Provide a name and description.
7. Click **Save User Group**.
8. Right click on the new user group and select **Change Features**.
9. Select which functions will be available to users in this user group by hovering over features and clicking **On**.
10. Once this is completed, click **Save**.
11. Right click on the user group and select **Change Access**.
12. Select which properties users in this group will have access to and click **Save**.


---

# 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://docs.riskbase.uk/getting-started-in-admin/creating-new-user-groups.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.
