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

# Maya Bot

Welcome to the official documentation for **Maya Bot**.

Maya is a high-quality, feature-rich Discord music bot designed to bring the best audio experience to your community. With a focus on stability, ease of use, and premium features, Maya serves as the heartbeat of your server's entertainment.

## Key Features

### 🎵 High-Fidelity Music

Powered by Lavalink, Maya delivers crystal-clear audio with support for multiple sources.

* **ChatPlay System:** Request songs simply by typing in a dedicated channel.
* **Filters:** Bass boost, nightcore, vaporwave, and more.
* **24/7 Mode:** Keep the music playing even when no one is listening.

### 🛠️ Server Utility

Beyond music, Maya helps manage your community.

* **Bot Statistics:** Detailed insights into bot performance.
* **Customizable Settings:** Tailor the bot to fit your server's needs.

### 🚀 Modern Architecture

Built with the latest Discord.js and Discord Components v2 for a responsive and interactive user experience.

***

## Getting Started

* [Terms of Service](/legal/terms.md)
* [Privacy Policy](/legal/privacy.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, and the optional `goal` query parameter:

```
GET https://docs.mayamusic.live/maya-bot.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.
