# Adding Users

If you are the **Site Admin** then you will have the permission to invite other users to have access to different components of the administration dashboard.&#x20;

Once a user has been added they will receive an invitation to setup their account.&#x20;

### Adding Users

To add new users navigate to the [Users](https://admin.deepconverse.com/dashboard/account/users) section located in ⚙[ *Account App*](https://admin.deepconverse.com/dashboard/account)*.* Here you will be able to see all the existing users along with their roles.&#x20;

![mceclip0.png](https://help.deepconverse.com/hc/article_attachments/360082205551/mceclip0.png)

* Click **Add User** to add a new user.
* You will be presented with a form to enter the user email.&#x20;
* You can choose whether to create this user as an **Admin**.
* Next, choose which apps this user will have access to and what roles they will have for that app.
* On clicking submit the user will be created.&#x20;
* Finally, the new user will receive the instructions on setting up their account.

![mceclip1.png](https://help.deepconverse.com/hc/article_attachments/360082145332/mceclip1.png)

<br>


---

# 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.deepconverse.com/product-docs/account/adding-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.
