> For the complete documentation index, see [llms.txt](https://thediamondroblox.gitbook.io/advancedbot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thediamondroblox.gitbook.io/advancedbot/how-do-i-setup-reaction-roles.md).

# How do I setup/remove reaction roles?

**This is a guide on how to setup or remove reaction roles with AdvancedBot.**\
The module for reaction roles is named 'reactrole'.\
The command for setting up/removing reaction roles is:\
`?reactrole`\
The command usage is:\
`?reactrole [channel] [messageid] [reaction] [role]`\
The reaction argument supports: Unicode emojis, custom non animated emojis.\
The role argument supports: Role name, role id, role mention.\
The command usage example is:\
`?reactrole #verify 769080430376255519 ✅ @Verified`\
Things to make sure:\
`- The reactrole module is enabled in the server.`\
`- The reactrole command is enabled in the server.`\
`- You are using prefix while using the command.`\
`- You have the correct permissions while using the command.`\
`- You are using the command in the channel of the message.`\
`- The role position of the role which you are trying to add for reaction roles is lower than AdvancedBot's top role.`\
Frequently asked question:\
**Question 1:** How do I remove a role from reaction roles?\
**Answer 1:** You can do the same command again in the channel the reaction role is setup.\
If you have any question/concern or face any difficulties with reaction roles, you can feel free to ask in AdvancedBot's [support server](https://discord.gg/X9URYUd).<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://thediamondroblox.gitbook.io/advancedbot/how-do-i-setup-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.
