> For the complete documentation index, see [llms.txt](https://docs.green-bot.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.green-bot.app/configuration.md).

# Configuration

- [Setting a default track announcement channel](https://docs.green-bot.app/configuration/setting-a-default-track-announcement-channel.md)
- [Setting a custom prefix](https://docs.green-bot.app/configuration/setting-a-custom-prefix.md)
- [Setup the DJ role](https://docs.green-bot.app/configuration/setup-the-dj-role.md)
- [24/7 playback](https://docs.green-bot.app/configuration/24-7-playback.md)
- [Vote Skip system](https://docs.green-bot.app/configuration/vote-skip-system.md): The vote skip system consists in making users vote when there are 2 or more people in the voice room.
- [Restrict the bot to only some voice channels](https://docs.green-bot.app/configuration/restrict-the-bot-to-only-some-voice-channels.md)
- [Restrict the bot to only some text channels](https://docs.green-bot.app/configuration/restrict-the-bot-to-only-some-text-channels.md)
- [Automatically shuffle playlists](https://docs.green-bot.app/configuration/automatically-shuffle-playlists.md)
- [Auto Enable Autoplay](https://docs.green-bot.app/configuration/auto-enable-autoplay.md)
- [Disabling buttons on now playing message](https://docs.green-bot.app/configuration/disabling-buttons-on-now-playing-message.md)
- [Disable the messages announcing a new song](https://docs.green-bot.app/configuration/disable-the-messages-announcing-a-new-song.md)


---

# 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.green-bot.app/configuration.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.
