# Permissions and Roles

Users can be provided different roles based on the apps and functions they need access to in the DeepConverse dashboard.

Each of the apps supports the ***Builder***, ***Viewer*** and ***Analytics*** role. Each of the users can additionally be given an **Admin** role that allows them to certain site administration permissions. We detail the roles below.&#x20;

### Builder

Builder gets access to all functionality of the app. They will be able to build and save all elements within the app.&#x20;

### Viewer

Viewers only have read access. They can view all the elements within the app but will not have the permission to save or make changes.&#x20;

### Analytics

Analytics role provides access to analytics and reported generated as a part of that app.&#x20;

### Admin

Admins have additional permissions on managing the sites. They can perform the following tasks:

* Add additional users with roles to the DeepConverse dashboard
* Add connections to third party integrations

![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/permissions-and-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.
