# FlaviBot

## FlaviBot

- [📢 Welcome to FlaviBot guide](https://guide.flavibot.xyz/d/master.md): Welcome to the flavibot documentation! In this documentation, you will find everything you will need
- [Installation](https://guide.flavibot.xyz/d/installation.md): Here's how to use the Flavibot
- [Join Message](https://guide.flavibot.xyz/d/join-message.md)
- [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)
- [Welcome/Leave](https://guide.flavibot.xyz/d/features/welcome-goodbye.md): Welcome message, autorole and goodbye message.
- [Configuration panel](https://guide.flavibot.xyz/d/features/configuration-panel.md)
- [Ticketing System](https://guide.flavibot.xyz/d/features/ticketing-system.md): The ticketing system allows server members to create tickets to interact with server staff or a certain group of people in a more private manner than in public server channels.
- [Starboard](https://guide.flavibot.xyz/d/starboard.md): The Starboard system allows regular members to "star" messages they find funny, interesting, important, etc.. in a seperate channel. This can have many more uses than those listed.
- [Suggestions](https://guide.flavibot.xyz/d/suggestions.md): The suggestions feature allows members of your server to
- [Setup Custom Bot](https://guide.flavibot.xyz/d/setup-custom-bot.md)
- [Welcome to Premium](https://guide.flavibot.xyz/d/premium/welcome-to-premium.md)
- [User Premium](https://guide.flavibot.xyz/d/premium/user-premium.md)
- [Silver Premium](https://guide.flavibot.xyz/d/premium/silver-premium.md)
- [Gold Premium](https://guide.flavibot.xyz/d/premium/gold-premium.md)
- [Platinum Premium](https://guide.flavibot.xyz/d/premium/platinum-premium.md)
- [Activating FlaviBot Premium.](https://guide.flavibot.xyz/d/premium/activating-flavibot-premium..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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://guide.flavibot.xyz/d/master.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.
