> For the complete documentation index, see [llms.txt](https://docs.b2copy.b2broker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2copy.b2broker.com/admin-panel-guide/manage-admin-panel-users/manage-user-groups.md).

# Manage user groups

User groups allow you to organize Admin panel users and assign them specific permissions based on their roles and responsibilities.

{% hint style="info" %}
You must have the `Admin User — Edit` permission to create user groups, change their permissions, add users, or delete groups.
{% endhint %}

## Create user groups

To create a user group:

{% stepper %}
{% step %}
Expand the **Admin Management** menu.
{% endstep %}

{% step %}
Go to **Groups** in the menu.

<figure><img src="/files/eEj9lYgQ3I5AF7daqMOx" alt="Groups in the Admin Management"><figcaption><p>Groups in the Admin Management</p></figcaption></figure>
{% endstep %}

{% step %}
If you have several platform instances (such as MT4, MT5, or cTrader), make sure you are in the correct instance, or go to it using the switcher in the upper-left page corner.
{% endstep %}

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

{% step %}
In the popup that appears, fill in the following fields:

* In the **Group name** field, enter a unique name for the group. Latin letters, numbers, and spaces are allowed.
* In the **Rights** dropdown, select the permission that you want to assigned to the group.

  At least one permission must be selected to create the group. The permissions can be modified after the group is created.
  {% endstep %}

{% step %}
Click **Create**.
{% endstep %}
{% endstepper %}

The newly created group is assigned an identifier and appears in the group list. You can then add users to the group, modify its permissions, or remove it if no longer needed.

## Modify permissions assigned to user groups

You can change the permissions assigned to existing user groups to control Admin panel access for the users included in the group.

To modify user group permissions:

{% stepper %}
{% step %}
Expand the **Admin Management** menu.
{% endstep %}

{% step %}
Go to **Groups** in the menu.
{% endstep %}

{% step %}
If you have several platform instances (such as MT4, MT5, or cTrader), make sure you are in the correct instance, or go to it using the switcher in the upper-left page corner.
{% endstep %}

{% step %}
Select the group and click its identifier in the **Id** column to open the group details.
{% endstep %}

{% step %}
On the **Group** tab, enable or disable the checkboxes for the required permissions.

For more details about the permissions, refer to [Permissions for Admin panel users](/admin-panel-guide/manage-admin-panel-users/permissions-for-admin-panel-users.md)

<figure><img src="/files/PiLV4Hh00Arz8kr8WWZq" alt="Group permissions"><figcaption><p>Group permissions</p></figcaption></figure>
{% endstep %}

{% step %}
Click **Save** to apply the changes.
{% endstep %}
{% endstepper %}

## Add users to groups

To include an existing user to a group:

{% stepper %}
{% step %}
Expand the **Admin Management** menu.
{% endstep %}

{% step %}
Go to **Groups** in the menu.
{% endstep %}

{% step %}
If you have several platform instances (such as MT4, MT5, or cTrader), make sure you are in the correct instance, or go to it using the switcher in the upper-left page corner.
{% endstep %}

{% step %}
Select the group and click its identifier in the **Id** column to open the group details.
{% endstep %}

{% step %}
Go to the **Admin Users** tab.

This tab lists all users already included in the group.
{% endstep %}

{% step %}
To add a user to the group, click **Add administrator** in the upper-right corner.
{% endstep %}

{% step %}
In the popup that appears, select the user you want to add to the group. The list includes all registered Admin panel users from **Admin Management** > **Admin Users**.

<figure><img src="/files/yGje2bdkxJUeG9Oa6GgF" alt="Add a user to the group"><figcaption><p>Add a user to the group</p></figcaption></figure>
{% endstep %}

{% step %}
Click **Add**.
{% endstep %}
{% endstepper %}

The user will be added to the group, appear in the **Admin Users** tab, and receive all permissions assigned to that group.

## Remove user groups

You can remove user groups that are no longer needed.

{% hint style="info" %}
Groups can only be removed if they don’t include any users on the **Admin Users** tab in the group details. If a group has assigned users, you must remove them or reassign to other groups before removing it.
{% endhint %}

To remove a user group:

{% stepper %}
{% step %}
Expand the **Admin Management** menu.
{% endstep %}

{% step %}
Go to **Groups** in the menu.
{% endstep %}

{% step %}
If you have several platform instances (such as MT4, MT5, or cTrader), make sure you are in the correct instance, or go to it using the switcher in the upper-left page corner.
{% endstep %}

{% step %}
Select the group that you want to remove and click the **bin** icon in its row.
{% endstep %}

{% step %}
Confirm the deletion in the popup.
{% endstep %}
{% endstepper %}

The user group will be removed.


---

# 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://docs.b2copy.b2broker.com/admin-panel-guide/manage-admin-panel-users/manage-user-groups.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.
