# Users’ roles

The platform supports 4 levels for permissions: &#x20;

* **Administrator**: they have the whole control of the platform. Administrators can manage system settings, such as defining areas, groups, departments and custom fields.
* **Manager**: They have access to the statistics area concerning their topic, and they can add Quick Replies by clicking on the lightbulb button on the left.&#x20;

{% hint style="info" %}
If you want to read more about quick replies, [click here](https://docs.intranet.ai/ticketing-system-via-teams/features/navigation-bar#quick-replies-browse-the-faq).&#x20;
{% endhint %}

* **Agent**: are responsible for managing tickets and their resolution. Agents will have access only to the homepage and the ticket section. In the settings section, they will see options only for changing language and theme.&#x20;

{% hint style="info" %}
If you want to read more about managing tickets, [click here](https://docs.intranet.ai/ticketing-system-via-teams/features/navigation-bar#manage-tickets-area).&#x20;
{% endhint %}

* **User**: users can only create tickets and read their own tickets. They don’t have access to other application settings. &#x20;

{% hint style="warning" %}
Please note: this role is the default one. That said, users with no roles assigned will be automatically recognized as users by the tool. &#x20;
{% endhint %}

It’ll be possible to add new roles later. You simply need to follow the guide on how to set permissions. You can read more about this in the [technical setup chapter](/ticketing-system-via-teams/installation/technical-set-up.md). &#x20;


---

# 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.intranet.ai/ticketing-system-via-teams/features/users-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.
