# Roles and Permissions

### Roles

This overview serves as a comprehensive guide to understanding the various roles available within our platform and the associated permissions granted to each role. Please note that permissions not mentioned in the table are excluded. However, individual roles can be combined.

For a detailed definition of permissions, please refer to the "Definition Permissions" table below.

<table><thead><tr><th width="195">Role</th><th width="306">Permission</th><th>Use Case</th></tr></thead><tbody><tr><td>Tenant Admin</td><td>All rights</td><td>All use cases</td></tr><tr><td>Viewer</td><td>Process overview access</td><td>All use cases</td></tr><tr><td>Reviewer</td><td>Process overview access, process detail View, manual reviev, report download</td><td>Simple Ident</td></tr><tr><td>*Agent Reviewer</td><td>Advanced manual review</td><td>QES</td></tr><tr><td>Signature Manager</td><td>Access to all signature orders, access to own signature orders, creation of new signature orders</td><td>QES Signature Order</td></tr><tr><td>Signature</td><td>Access to own signature orders, creation of new signature orders</td><td>QES Signature Order</td></tr><tr><td>User Manager</td><td>User Management</td><td>All use cases</td></tr></tbody></table>

{% hint style="warning" %}
Please note that the role of **Agent Reviewer** can only be assigned by a fidentity admin. Please contact your fidentity representative to assign this role in the stage environment. In the production environment, the role is reserved for agents only.
{% endhint %}

### Definition Permissions

<table><thead><tr><th width="275">Permission</th><th>Definition</th></tr></thead><tbody><tr><td>User Management</td><td>Ability to create and archive users.</td></tr><tr><td>API Key Generation</td><td>Authorization to generate an API key.</td></tr><tr><td>Report download</td><td>Permission to download the Excel report containing the raw data.</td></tr><tr><td>Process Overview Access</td><td>Permission to view the process overview, including filtering options.</td></tr><tr><td>Process Detail View</td><td>Authorization to open individual processes and view process steps, images, and existing personal data.</td></tr><tr><td>Manual Review</td><td>Authority to manually assess processes as OK or NOK.</td></tr><tr><td>Advanced Manual Review</td><td>Authorization to manually assess QES processes as OK or NOK.</td></tr><tr><td>Access to all Signature Orders</td><td>Authorization to view all requested signatures.</td></tr><tr><td>Access to own Signature Orders</td><td>Authorization to view own requested signatures.</td></tr><tr><td>Creation of new Signature Orders</td><td>Permission to request a new signature.</td></tr></tbody></table>


---

# 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.fidentity.ch/dashboard/roles-and-permissions.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.
