# ReactionRoles

## Before You Start:

* Move Akira's role to the top of your server's role hierarchy.
* Make sure one of Akira's roles has the `Administrator` permission.
* Make sure Akira has access to all emotes you plan to add to your ReactionRole message. Akira has access to all default emotes, and any emotes from servers she is a member of.
* Make sure all the roles you plan to add to your ReactionRoles message are already created.

## Usage:

<table><thead><tr><th width="189">Command</th><th width="242.33333333333331">Options</th><th>Description</th></tr></thead><tbody><tr><td><code>a.reactionrole create</code></td><td></td><td>You will be asked questions after this command.</td></tr><tr><td><code>a.reactionrole edit</code></td><td>&#x3C;messageID> &#x3C;title|description></td><td>Edits the title and description of the given ReactionRoles message</td></tr><tr><td><code>a.reactionrole add</code></td><td>&#x3C;messageID> &#x3C;emote> &#x3C;role></td><td>Adds the given emoji/role pair to the given ReactionRoles menu.</td></tr><tr><td><code>a.reactionrole remove</code></td><td>&#x3C;messageID> &#x3C;emote> </td><td>Removes the given emoji from the given ras menu.</td></tr></tbody></table>

{% content-ref url="reactionroles/new" %}
[new](https://documentation.lynnux.xyz/akira/automation/reactionroles/new)
{% endcontent-ref %}

{% content-ref url="reactionroles/old" %}
[old](https://documentation.lynnux.xyz/akira/automation/reactionroles/old)
{% endcontent-ref %}

{% content-ref url="reactionroles/edit" %}
[edit](https://documentation.lynnux.xyz/akira/automation/reactionroles/edit)
{% 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://documentation.lynnux.xyz/akira/automation/reactionroles.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.
