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

# /music panel

> Spawn the interactive music control panel.

Open the interactive music control panel — the easiest way to control playback.

## Description

The music panel is a sticky embed with buttons for play/pause, skip, previous, shuffle, loop, replay, volume, and queue. No more typing commands — just click.

## Required permissions

* **User:** must be in a voice channel
* **Bot:** `Send Messages`, `Embed Links`, `Connect`, `Speak`

## Syntax

```text theme={null}
/music panel
```

## Example

```text theme={null}
/music panel
```

## Panel controls

<CardGroup cols={2}>
  <Card title="Play / Pause" icon="play">
    Toggle playback.
  </Card>

  <Card title="Skip" icon="forward">
    Jump to the next track in the queue.
  </Card>

  <Card title="Previous" icon="backward">
    Go back to the previous track.
  </Card>

  <Card title="Replay" icon="rotate-left">
    Restart the current track.
  </Card>

  <Card title="Shuffle" icon="shuffle">
    Randomize the queue.
  </Card>

  <Card title="Loop" icon="repeat">
    Cycle through off / track / queue loop modes.
  </Card>

  <Card title="Volume" icon="volume-high">
    Increase or decrease volume.
  </Card>

  <Card title="Queue" icon="layer-group">
    View the upcoming tracks.
  </Card>
</CardGroup>

## Notes

<Tip>
  Pin the music panel to a dedicated `#music` channel so members always know where to control playback.
</Tip>
