> For the complete documentation index, see [llms.txt](https://rr.auttaja.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rr.auttaja.io/roles.md).

# 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.
