# Roles

Once you have your categories set up and configured, it's time to start adding roles to them.

## Add a Role to a Category

To add a role to a category, you need a category created, a role to add, and an emoji to represent that role.

{% hint style="success" %}
Custom emoji's can be used
{% endhint %}

```
/config role add
```

This command has 2 required arguments and 2 optional arguments to add a role.

{% tabs %}
{% tab title="Required" %}

* Role: A mention of the role you wish to make self-assignable.
* Category: The (case sensitive) name of the category you wish to add the role to.
  {% endtab %}

{% tab title="Optional" %}

* Emoji: An emoji to represent the role, will be shown beside the role in the dropdown.
* Description: A description of the role that will be displayed below the name in the dropdown.
  {% endtab %}
  {% endtabs %}

## Remove a role from a Category

```
/config role remove
```

You will need to provide 2 required arguments to remove a role.

* Role: A mention of the role you wish to remove.
* Category: The category you wish to remove it from.


---

# 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://rr.auttaja.io/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.
