> For the complete documentation index, see [llms.txt](https://docs.coherent.global/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coherent.global/coherent-control/user-management/roles.md).

# Roles

This guide explains how roles control access across the Coherent platform.

Roles can be assigned directly to a user or through a team. Use [User Permissions](/coherent-control/user-management/user-permissions.md) for user-level access and [Team Permissions](/coherent-control/user-management/team-permissions.md) for shared team access.

### Roles and menu access

The left-hand menu shows only the sections a user has permission to access. The required role for each menu item is:

| Menu item      | Required role                                   |
| -------------- | ----------------------------------------------- |
| Dashboard      | User                                            |
| Groups         | User                                            |
| Workbooks      | User                                            |
| Authors        | User                                            |
| Scan & Catalog | User                                            |
| Control        | User                                            |
| Suggestions    | Suggestion Admin                                |
| Templates      | Template Admin                                  |
| Permissions    | Tenant Admin                                    |
| Orchestration  | Tenant Admin for the Coherent Admin tenant only |
| Activity       | Estate Analysis                                 |
| Forms          | Estate Analysis                                 |

Every user needs at least the **User** role to access the platform. If no roles are assigned, the user will see a **No Access** screen when they sign in and will not be able to reach the Dashboard.

<figure><img src="/files/kQGdGiaHfztvwuMP2eMr" alt="No Access screen"><figcaption><p>No Access screen</p></figcaption></figure>

If you see this screen, contact your tenant administrator to request the appropriate roles.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.coherent.global/coherent-control/user-management/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.
