# Create & Manage Store Users

As an admin, you can invite users to help manage your token store. Follow these steps to add new users:

1. Access Store Settings: Click on 'Store Settings' in the main dashboard.
2. Navigate to Users & Roles: In the Store Settings menu, select the '<mark style="color:blue;">**Users & Roles'**</mark> tab.
3. Invite New User: Click the '<mark style="color:blue;">**Invite User**</mark>' button.
4. Enter Email: Input the email address of the person you want to invite.
5. Assign Role: Choose the appropriate role for the new user
6. Send Invitation: Click '<mark style="color:blue;">**Send Invite**</mark>' to dispatch the invitation email.

The invited user will receive an email with instructions to join your token store management team. They will also see the invitation on their Spydra dashboard. You can manage existing users, change roles, or revoke access from the same 'Users & Roles' tab.


---

# 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.spydra.app/how-to/public-chain/token-store/create-and-manage-store-users.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.
