# How to manage user roles

You can manage access to your wallets by assigning different roles to users. Refer to [User roles](/references/user-roles.md) for more details. You can change access for a single wallet or for multiple wallets at a time.

{% hint style="warning" %}
Only users with the *Owner* role can assign user roles to other users.

The *Owner* role can't be assigned or changed.
{% endhint %}

## For a single wallet

To change a user role:

{% stepper %}
{% step %}
Click your **profile icon** in the upper right page corner and select **Access list**.
{% endstep %}

{% step %}
On the **Staff** tab, select a user whose role you want to change.
{% endstep %}

{% step %}
Hover over a required wallet and click the **pencil icon** that appears to the right.
{% endstep %}

{% step %}
In the popup, select a new option from the **Role** dropdown.
{% endstep %}

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

A user is now assigned a new role to access the specific wallet.

## For multiple wallets

To change a user role:

{% stepper %}
{% step %}
Click your **profile icon** in the upper right page corner and select **Access list**.
{% endstep %}

{% step %}
On the **Staff** tab, select a user whose role you want to change.
{% endstep %}

{% step %}
Mark the checkboxes of required wallets. Mark the top checkbox to select all wallets.
{% endstep %}

{% step %}
From the **Action** menu above the wallet list, select **Edit access**.
{% endstep %}

{% step %}
In the popup, select a new option from the **Role** dropdown.
{% endstep %}

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

A user is now assigned a new role to access the selected wallets.


---

# 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.coinsbuy.com/how-tos/manage-your-wallets/how-to-manage-user-roles.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.
