# Roles

<figure><img src="/files/l4Fh43I2P95UMiL72FNA" alt=""><figcaption></figcaption></figure>

## Filters

| Filter     | Function                          |
| ---------- | --------------------------------- |
| **Search** | Text field to enter a search term |

## Buttons

| Button      | Function                                                                                                                  |
| ----------- | ------------------------------------------------------------------------------------------------------------------------- |
| Search      | Searches the roles for the search term                                                                                    |
| Reset       | Resets the list to all roles (unfiltered)                                                                                 |
| Create Role | Opens a dialog to create a new role                                                                                       |
| Delete      | Deletes the corresponding role (Note: Default roles cannot be deleted, thus, the button will not be displayed for those.) |
| Edit        | Opens the Edit page for the corresponding role                                                                            |

{% hint style="info" %}
"Administrator", "Public" and "User" are mandatory roles that cannot be deleted.
{% 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://lewe.gitbook.io/teamcal-neo/administration/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.
