# Permissions

Permissions in Reaction are quite basic and are controlled by Discords built-in slash command permission system.  You simply grant or deny certain roles permission to use the `/config` command.  There are two simple commands to control access to the config command, and each only takes a singular role argument.

The user who first adds the bot will be the only one with permission to use the `/config` command.  They will need to grant permission to roles that should be allowed to configure the bot.

```
/config perms grant
```

```
/config perms deny
```


---

# 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://rr.auttaja.io/permissions.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.
