> For the complete documentation index, see [llms.txt](https://docs.bluestorm.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bluestorm.io/overview/tutorials/administration/create-a-user-group.md).

# Create a user group

Use this tutorial to grant app access to a group of users.

### Before you start

* You need the **Platform Administrator** role.
* You should know which apps belong together.
* You should know which access profile the users need.

{% stepper %}
{% step %}

### Open user groups

Go to [Administration → User Groups](/administration/user-groups.md).
{% endstep %}

{% step %}

### Create the group

Add a new user group.

Give it a clear name and description.
{% endstep %}

{% step %}

### Add apps

Add the apps that this user group should cover.

All members inherit access to those apps through the group.
{% endstep %}

{% step %}

### Add members with the right profile

Add the users who need access.

Choose the correct app role for each member.

Use the default App Member role unless more access is required.
{% endstep %}
{% endstepper %}

### Next steps

* [Assign app access with a user group](/overview/tutorials/administration/assign-app-access-with-a-user-group.md)
* [Create an app group](/overview/tutorials/administration/create-an-app-group.md)
* [Create and assign a global task](/overview/tutorials/tasks/create-and-assign-a-global-task.md)


---

# 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.bluestorm.io/overview/tutorials/administration/create-a-user-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.
