# Reaction roles

| Parameter          | Description                                          |
| ------------------ | ---------------------------------------------------- |
| /add-role-reaction | Assigns a role based on a specific message reaction. |

If you want users to get a certain role, for example "Interact with this particular message in order to get the Early User role"&#x20;

Type in the message you want people to react to for them to have a role granted. Make sure you have developer options enabled in settings. Then right click the message and click on `Copy Message ID`

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

Then run the following command.

```
/add-role-reaction message-id: emoji: role:
```

<figure><img src="/files/5DSGpUMeFiIv5D9t3dnI" alt=""><figcaption></figcaption></figure>

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

/add-role-reaction: message-id: emoji: role: ?

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

1. Once you type the command, click on the three dots which says "More" of the message you want to target.
2. Then proceed to click on `Copy Message ID` and paste it in the `Message-ID` blank above
3. Choose the Emoji you want the members to use and the Role you want members to be granted after reacting with that Emoji

Watch below a demonstration on how to add the verification.


---

# 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://docs.tektools.app/product-guides/configuring-in-discord/reaction-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.
