# Users Roles and Permissions

User Roles in Avo Assure determine the actions and permissions assigned to a user. Each role defines what a user can access and perform within the application, ensuring that responsibilities such as administration, project management, test execution, and reporting are properly managed.

You can perform different actions in Avo Assure based on the following primary roles:

| User Roles       | Descriptions                                                                                                                                                                                        |
| ---------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Quality Manager  | <p>A <strong>Quality Manager</strong> has the following privileges within Avo Assure:</p><ul><li>Create and manage projects.</li></ul>                                                              |
| Quality Lead     | <p>A <strong>Quality Lead</strong> in Avo Assure has privileges to perform tasks such as:</p><ul><li>Create test suites and execution configurations.</li><li>Perform impact analysis.</li></ul>    |
| Quality Engineer | <p>A <strong>Quality Engineer</strong> in Avo Assure has the least privileges and can perform tasks such as:</p><ul><li>Create and execute test steps.</li><li>Generate and view reports.</li></ul> |
| Admin            | An Admin can access the **Admin** section to configure and set up Avo Assure.                                                                                                                       |

{% hint style="info" %}
To understand user role privileges, [click here](/avo-assure/administration/privileges.md).
{% endhint %}


---

# 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.avoautomation.com/avo-assure/administration/user-management/users-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.
