# How to add a user group and grant permissions

To create user groups and assign to them custom permissions:

{% stepper %}
{% step %}
Navigate to **System** > **Users** > **Groups**.
{% endstep %}

{% step %}
Click **+Create** in the upper-right page corner.
{% endstep %}

{% step %}
In the **Caption** field, enter a name for your group (for example, “Managers”).
{% endstep %}

{% step %}
Grant the required permissions to a user group by selecting the appropriate checkboxes under the **Rights** section.

All permissions are categorized into groups that correspond to the main menu items, and listed in alphabetical order.

To quickly select all permissions or a particular permission type, click **Check** and select one of the following options: **All**, **View**, **Create**, **Update**, or **Delete**.

To unselect all permissions, click **Uncheck all**.
{% endstep %}

{% step %}
Click **Save** to create the user group.
{% endstep %}
{% endstepper %}

{% embed url="<https://www.youtube.com/embed/Pddl6Q64ib4>" %}


---

# 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.b2core.b2broker.com/how-to-articles/manage-system-settings/how-to-add-a-user-group-and-grant-permissions.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.
