> For the complete documentation index, see [llms.txt](https://docs.nvstly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nvstly.com/discord-bot-setup/server-settings/admin-roles.md).

# Admin Roles

The bot's setup commands will only work for users with server *Administrator* or roles that have been added to the bot using the `$adminroles` command. These roles will be allowed access to all available setup commands without being a server admin such as for management or staff.

### Add Admin Role

{% hint style="info" %}
**`$adminroles add @role`**
{% endhint %}

To add a role that gives access to the bot's setup commands use the command `$adminroles add <@role>` and mention the role you would like to add. You can add multiple roles in one command by just spacing out each role.\
\
If successful, the bot will react with :white\_check\_mark:\
![](/files/jrzxhyqZMe43SeFQv0tq)

### Remove Admin Role

{% hint style="info" %}
**`$adminroles remove @role`**
{% endhint %}

To remove a role, use the command `$adminroles remove` and mention the role you would like to remove. You can remove multiple roles in one command by just spacing out each role.\
\
If successful, the bot will react with :white\_check\_mark:\
![](/files/qH9IUxzALl546QdRpHcz)

### Admin Roles List

To view a list of all admin roles, use the command `$adminroles` without any syntax.\
![](/files/k8jtuz4N1BGcyBJNqFXg)

{% hint style="info" %}
The /slash command version of `$adminroles` is `/adminperms`
{% endhint %}


---

# 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://docs.nvstly.com/discord-bot-setup/server-settings/admin-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.
