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

# GUIDES

- [Server Settings](https://docs.jukedisc.xyz/guides/server-settings.md): Configure server-wide playback behavior, language preferences, and audio settings through an interactive control panel.
- [Premium Activation](https://docs.jukedisc.xyz/guides/premium.md)
- [Bot Language](https://docs.jukedisc.xyz/guides/bot-language.md): JukeDisc supports multiple languages, allowing you to use the bot in your preferred language. Follow this guide to quickly change the language of the bot using the /language command.
- [Playlist Management](https://docs.jukedisc.xyz/guides/playlist.md): Creating and managing playlists with JukeDisc is simple and efficient. Follow this step-by-step guide to curate your perfect playlist and enjoy seamless music playback on your Discord server.
- [Autoplay Mode (24/7)](https://docs.jukedisc.xyz/guides/24-7.md): Activating the autoplay feature on JukeDisc allows you to enjoy uninterrupted music playback. Follow these steps to enable autoplay!
- [Track Emojis](https://docs.jukedisc.xyz/guides/track-emojis.md)
- [Find Your Spotify Username](https://docs.jukedisc.xyz/guides/find-username.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.jukedisc.xyz/guides.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.
