# User Roles & Permissions

This page allows administrators to manage and customize user roles and permissions in Protege AI. Easily create new roles, assign permissions to match specific job functions, and update access settings for existing users. With a clear, intuitive interface, this tool ensures secure and efficient collaboration by giving team members the precise access they need to perform their tasks effectively.

{% tabs %}
{% tab title="Assigning Roles" %}

1. **Log in to the Protege Dashboard.** Navigate to the [Protege AI platform](https://app.tryprotege.com) and log in using your admin credentials.
2. **Access User Management.** Click on the Settings menu from the sidebar. Select Users to view the user management page.
3. **Open Role Permissions.** Click Edit Access, and modify the permission matrix. Press save when completed.
   {% endtab %}

{% tab title="Editing Role Access" %}

1. **Log in to the Protege Dashboard.** Navigate to the [Protege AI platform](https://app.tryprotege.com) and log in using your admin credentials.
2. **Access User Management.** Click on the Settings menu from the sidebar. Select Users to view the user management page.
3. **Adjust Role Permissions.** Review the permission matrix displayed in the pop-up window. Enable or disable specific permissions by toggling the checkmarks for each feature (e.g., Approve Claim, Content Scanner, etc.).

<figure><img src="/files/193BR9Gb0OT3zpsJLKtp" alt=""><figcaption></figcaption></figure>

4. **Verify and Save.** Ensure that the selected permissions align with the user’s responsibilities. Once all necessary adjustments have been made, click Save to apply the changes.
   {% endtab %}

{% tab title="Add New Roles" %}

1. **Log in to the Protege Dashboard.** Navigate to the [Protege AI platform](https://app.tryprotege.com) and log in using your admin credentials.
2. **Access User Management.** Click on the Settings menu in the sidebar, then select Users.
3. **Create a New Role.** Click Edit Access, then select + New Role at the top of the window.
4. **Name the Role.** Enter a clear, descriptive name (e.g., “Compliance Specialist” or “Marketing Reviewer”).
5. **Assign Permissions.** Toggle the checkboxes to enable the appropriate permissions for the role.
6. **Save the Role.** Click Save to create the role.
7. **Assign the Role to Users.** Return to the Users page, select a user, and choose the new role from the drop-down in their profile.
   {% endtab %}
   {% endtabs %}

**Note**:

* If you encounter any issues or have questions about managing users, please don't hesitate to contact our support team at <founders@tryprotege.com>. We're here to assist you throughout the process.


---

# 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://gitbook.tryprotege.com/review/enterprise-features/managing-users/user-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.
