> For the complete documentation index, see [llms.txt](https://guide.flavibot.xyz/d/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.flavibot.xyz/d/modules.md).

# Modules

- [Music](https://guide.flavibot.xyz/d/modules/music.md): Here is all the information on the music commands
- [Play/Stop](https://guide.flavibot.xyz/d/modules/music/play-stop.md)
- [Skip/Remove](https://guide.flavibot.xyz/d/modules/music/skip-remove.md)
- [Filters](https://guide.flavibot.xyz/d/modules/music/filters.md)
- [Web Player](https://guide.flavibot.xyz/d/modules/music/web-player.md): Here is information on the music panel
- [Controller](https://guide.flavibot.xyz/d/modules/music/controller.md)
- [Playlists](https://guide.flavibot.xyz/d/modules/music/playlists.md)
- [Create a playlist](https://guide.flavibot.xyz/d/modules/music/playlists/create-a-playlist.md)
- [Play the playlist](https://guide.flavibot.xyz/d/modules/music/playlists/play-the-playlist.md)
- [Delete a playlist](https://guide.flavibot.xyz/d/modules/music/playlists/delete-a-playlist.md)
- [View playlists](https://guide.flavibot.xyz/d/modules/music/playlists/view-playlists.md)
- [Add songs to playlist](https://guide.flavibot.xyz/d/modules/music/playlists/add-songs-to-playlist.md)
- [Disabling buttons on now playing message](https://guide.flavibot.xyz/d/modules/music/disabling-buttons-on-now-playing-message.md)
- [Enable Autoplay](https://guide.flavibot.xyz/d/modules/music/enable-autoplay.md)
- [Restrict the bot to only some voice channels](https://guide.flavibot.xyz/d/modules/music/restrict-the-bot-to-only-some-voice-channels.md)
- [24/7 Mode](https://guide.flavibot.xyz/d/modules/music/24-7-mode.md)
- [Music Announcement Channel](https://guide.flavibot.xyz/d/modules/music/music-announcement-channel.md)
- [DJ Mode](https://guide.flavibot.xyz/d/modules/music/dj-mode.md): The DJ mode is a system that can be activated on FlaviBot to restrict music commands to certain roles only.
- [DJMode Enable/Disable](https://guide.flavibot.xyz/d/modules/music/dj-mode/djmode-enable-disable.md): /djmode enable/disable
- [DJ Mode User and Role permissions](https://guide.flavibot.xyz/d/modules/music/dj-mode/dj-mode-user-and-role-permissions.md)
- [DJMode list](https://guide.flavibot.xyz/d/modules/music/dj-mode/djmode-list.md): /djmode list command
- [Spotify Integration](https://guide.flavibot.xyz/d/modules/music/spotify-integration.md)
- [How to get Spotify link](https://guide.flavibot.xyz/d/modules/music/spotify-integration/how-to-get-spotify-link.md)
- [How to link Spotify to your FlaviBot account](https://guide.flavibot.xyz/d/modules/music/spotify-integration/how-to-link-spotify-to-your-flavibot-account.md)
- [How to play music from Spotify link](https://guide.flavibot.xyz/d/modules/music/spotify-integration/how-to-play-music-from-spotify-link.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://guide.flavibot.xyz/d/modules.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.
