# Old

## Before You Start:

You will need to know [how to copy a message ID](/other/findingids.md) before editing a ras message.

## Walkthrough

1. To add ReactionRoles to an existing message, respond to the first prompt with `old`.
2. You will then be asked to tag the channel your message is in. Respond by tagging the channel.
3. Next, you'll be asked to provide the ID of the message you're adding ras to. Respond with the [message ID](/other/findingids.md).
4. You'll then be asked to list the roles and corresponding emotes that you wish to use in your ras message. Add them **one at a time** using this format: `emoji role`
5. When you have finished adding roles, say `done`.
6. The final prompt will ask if you want the roles to be unique. If you want members to be able to choose multiple roles from the ras message, respond with `no`. Otherwise, respond with `yes`.


---

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