# Music

The **Music** command allows you to configure and control the music system, including setting up channels, enabling/disabling music features, and managing logging and DJ roles.

{% hint style="danger" %}
You need the **ManageGuild** permission for this command.
{% endhint %}

## How to Use

1. **Trigger the Command**\
   Use the command with either the **slash** or **prefix**:
   * `/music`
   * `-music`
2. **Music Configuration Options**
   * **Status**: Enables or disables the music system. If disabled, you won't be able to use any music-related commands.
   * **Setup Music Channel**: Select a channel to set up the music player. The bot will send a music player with buttons in the channel. You can then send a message in the channel to play the song, and control it with the buttons.
   * **Music Logging**:
     * **Status**: Enables or disables music logging.
     * **Channel**: Select the channel where music logs will be sent.
   * **DJ Mode**:
     * **Status**: Enables or disables DJ mode.
     * **Role**: Select a role to be assigned the DJ role. Only users with this role will be able to control the music.
   * **24/7 Mode**:
     * **Enable/Disable**: Enables or disables the 24/7 mode. When enabled, the bot will stay in the voice channel 24/7.

***

For further assistance, refer to the bot's help menu or [contact our support server](https://discord.gg/cGNFnsXpwZ).


---

# Agent Instructions: 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.airwavy.xyz/spanish/vision-general/comandos/musica/music.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.
