# Discord Bot Setup

- [Overview](https://docs.nvstly.com/discord-bot-setup/overview.md): There is no setup required when adding the bot to a server, but utilizing the setup command helps keep servers structured.
- [Add the Bot](https://docs.nvstly.com/discord-bot-setup/add-the-bot.md): How to add the Discord bot.
- [Server Settings](https://docs.nvstly.com/discord-bot-setup/server-settings.md): There is no setup required for the bot to function but there are optional settings to help fit the structure of a server.
- [Admin Roles](https://docs.nvstly.com/discord-bot-setup/server-settings/admin-roles.md): Set admin roles that allow access to all setup commands.
- [Whitelist Channels](https://docs.nvstly.com/discord-bot-setup/server-settings/whitelist-channels.md): By default the bot works in any channel it has required permissions unless a channel whitelist has been created.
- [Server-only Leaderboard](https://docs.nvstly.com/discord-bot-setup/server-only-leaderboard.md): Information regarding guild/server-only leaderboard ranks.


---

# 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.nvstly.com/discord-bot-setup.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.
