# User Roles

QwikTest supports the following roles.

* **Admin** - Manage users, resources, configurations, and master data
* **Instructor** - Manage questions, exams, and schedules
* **Student** - Access quizzes, exams, and practice sets
* **Guest** - Access quizzes, exams, and practice sets

### Assign a Role to User

1. Log in to the admin account and select `Manage Users > Users` from the sidebar menu.&#x20;
2. Click on the edit icon of a user, then select User Role from the dropdown.
3. Finally, click on the **Update** button to update the details.&#x20;

To learn how to manage users, visit the [Users](/qwiktest/user-management/users.md) page.

{% content-ref url="/pages/-McdzZzUP8gow73zPXaD" %}
[Users](/qwiktest/user-management/users.md)
{% endcontent-ref %}


---

# 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://nearchip.gitbook.io/qwiktest/user-management/user-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.
