# How to grant access to your wallet

You can grant access to your Enterprise and Merchant wallets to other members of your team.

{% hint style="warning" %}
Only users with the *Owner* role can grant access to wallets.
{% endhint %}

To grant access, you need to add a new user and assign them a user role. Access can be managed either centrally from your profile menu, where you can see a list of all users and the wallets they have access to, or from the wallet details, where you can see the users who have access to that specific wallet.

This article is focused on adding users. If you need to revoke access, refer to [How to restrict access to your wallet](/how-tos/manage-your-wallets/how-to-restrict-access-to-your-wallet.md). If you need to adjust user roles, refer to [How to manage user roles](/how-tos/manage-your-wallets/how-to-manage-user-roles.md).

## From your profile menu

### Add a new user

To grant access:

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

{% step %}
On the **Staff** tab, click **Add new user**.
{% endstep %}

{% step %}
From the dropdown, select a wallet to which you want to share access.
{% endstep %}

{% step %}
Enter the email address of a user to whom you want to grant access.
{% endstep %}

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

A new user will be added to the **Staff** tab.

By default, users are assigned the *Read only* role. See [How to manage user roles](/how-tos/manage-your-wallets/how-to-manage-user-roles.md) for step-by-step instructions on how to change it.

### Share access to an existing user

To grant access:

{% 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 to whom you want to grant access.
{% endstep %}

{% step %}
Click **Add wallet access**.
{% endstep %}

{% step %}
From the **Wallet** dropdown, select a wallet to which you want to share access.
{% endstep %}

{% step %}
From the **Role** dropdown, select a role that you want to assign.

You can change the role anytime.

Refer to [User roles](/references/user-roles.md) for more details.
{% endstep %}

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

The user now have access to the wallet according to the assigned role.

## From the wallet details

To grant access:

{% stepper %}
{% step %}
Go to **Wallet management** > **Wallets**.
{% endstep %}

{% step %}
Select a wallet to which you want to share access and click the **gear icon** to navigate to wallet details.
{% endstep %}

{% step %}
In the **Access rights** tab, click **Invite user**.
{% endstep %}

{% step %}
In the **Invite new user** popup, enter the email address of a user to whom you want to grant access and select a user role.

You can change the role anytime.

Refer to [User roles](/references/user-roles.md) for more details.
{% endstep %}

{% step %}
Click **Confirm** to invite the user.
{% endstep %}
{% endstepper %}

The user will receive an email invitation with a link to activate access to the wallet.

You can revoke access anytime in the wallet settings by deleting the user from the access list.


---

# 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-grant-access-to-your-wallet.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.
