# Configuration

- [Setting a default track announcement channel](https://guide.green-bot.app/configuration/setting-a-default-track-announcement-channel.md)
- [Setup the DJ role](https://guide.green-bot.app/configuration/setup-the-dj-role.md)
- [24/7 playback](https://guide.green-bot.app/configuration/24-7-playback.md)
- [Vote Skip system](https://guide.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://guide.green-bot.app/configuration/restrict-the-bot-to-only-some-voice-channels.md)
- [Restrict the bot to only some text channels](https://guide.green-bot.app/configuration/restrict-the-bot-to-only-some-text-channels.md)
- [Automatically shuffle playlists](https://guide.green-bot.app/configuration/automatically-shuffle-playlists.md)
- [Auto Enable Autoplay](https://guide.green-bot.app/configuration/auto-enable-autoplay.md)
- [Disabling buttons on now playing message](https://guide.green-bot.app/configuration/disabling-buttons-on-now-playing-message.md)
- [Disable the messages announcing a new song](https://guide.green-bot.app/configuration/disable-the-messages-announcing-a-new-song.md)


---

# 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://guide.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.
