> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zeonbot.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview & Playback

> The core music system, supported platforms, and basic playback commands.

ZEON features a high-performance, high-quality music system powered by Lavalink, supporting a wide range of platforms and providing an immersive, lag-free audio experience.

***

## Supported Platforms

ZEON can search for and play tracks directly from the following platforms.

You can set your default search platform using the `.source` command. Once set, any search query you type into `.play` will automatically search your preferred platform.

| Platform          | Command Example         |
| :---------------- | :---------------------- |
| **YouTube Music** | `.source set ytmsearch` |
| **YouTube**       | `.source set ytsearch`  |
| **Spotify**       | `.source set spsearch`  |
| **Apple Music**   | `.source set amsearch`  |
| **SoundCloud**    | `.source set scsearch`  |
| **Deezer**        | `.source set dzsearch`  |
| **JioSaavn**      | `.source set jssearch`  |
| **Gaana**         | `.source set gnsearch`  |
| **Amazon Music**  | `.source set azsearch`  |
| **Pandora**       | `.source set pdsearch`  |

<Note>
  You can always check your current default platform using `.source show`.
</Note>

***

## Core Commands

These commands handle joining voice channels, playing music, and basic playback manipulation.

### Playing Music

| Command            | Description                                                                    |
| :----------------- | :----------------------------------------------------------------------------- |
| `.play <song/url>` | Searches your default source (or plays a direct URL) and adds it to the queue. |
| `.search <query>`  | Opens an interactive menu to choose from the top 20 search results.            |
| `.nowplaying`      | Deploys the interactive music control panel for the current track.             |

<Tip>
  The interactive `.nowplaying` control panel allows you to pause, skip, like a track, toggle looping, and stop playback entirely using Discord buttons.
</Tip>

### Voice Channel Management

| Command     | Description                                                                   |
| :---------- | :---------------------------------------------------------------------------- |
| `.join`     | Makes the bot join your current voice channel.                                |
| `.leave`    | Disconnects the bot and clears the current queue.                             |
| `.forcefix` | Forces the bot to quickly disconnect and reconnect to fix audio lag.          |
| `.247`      | Toggles 24/7 mode, preventing the bot from leaving when the channel is empty. |

### Playback Manipulation

| Command              | Description                                                                                             |
| :------------------- | :------------------------------------------------------------------------------------------------------ |
| `.pause` / `.resume` | Pauses or resumes the current track.                                                                    |
| `.volume <0-200>`    | Changes the playback volume (default is 100).                                                           |
| `.seek <0-100>`      | Jumps to a specific percentage of the track (e.g., `.seek 50` goes to the middle).                      |
| `.forward <time>`    | Fast-forwards the track (e.g., `.forward 30s` or `.forward 1m`).                                        |
| `.rewind <time>`     | Rewinds the track by the specified time.                                                                |
| `.replay`            | Restarts the current track from the beginning.                                                          |
| `.autoplay`          | Toggles Autoplay. When enabled, ZEON will continuously find and play similar songs when the queue ends. |

### System Statistics

| Command     | Description                                                                                                               |
| :---------- | :------------------------------------------------------------------------------------------------------------------------ |
| `.lavalink` | View the complete statistics of the bot's music system, including node statuses, active players, and performance metrics. |
