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

# Moody Music

High-quality audio for your Discord server.

Crystal-clear music playback, 24/7 radio, premium audio filters, and intelligent queue management. Powered by a modern Lavalink infrastructure.

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><strong>Getting Started</strong></td><td>Invite the bot and play your first track in minutes.</td></tr><tr><td><strong>Music System</strong></td><td>Lavalink v4 playback with support for YouTube, Spotify, SoundCloud, and more.</td></tr><tr><td><strong>Premium Slots</strong></td><td>Flexible slot-based licensing. One subscription covers multiple servers.</td></tr><tr><td><strong>No-Prefix Access</strong></td><td>Designated users control the bot without typing a prefix.</td></tr><tr><td><strong>Audio Filters</strong></td><td>Bass boost, nightcore, vaporwave, 8D, and more real-time effects.</td></tr><tr><td><strong>API Reference</strong></td><td>Build on Moody Music with RESTful APIs and real-time events.</td></tr></tbody></table>

***

Ready to get started? Head over to the Getting Started guide.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.moodymusic.xyz/moody-music.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
