# Música

## ¿Qué es Música?

Sistema **avanzado de reproducción** de música en canales de voz.

### Casos de uso

* ✅ Reproducir canciones
* ✅ Crear ambientación
* ✅ Eventos musicales
* ✅ DJ personalizado

***

## 🚀 Comandos básicos

### Reproducir

```bash
/play Canción
```

### Controles

```bash
/skip              # Siguiente
/pause             # Pausar
/resume            # Reanudar
/stop              # Detener
/queue             # Ver cola
/volume 50         # Volumen
```

***

## ⚙️ Avanzado

### Playlists

```bash
/playlist create nombre
/playlist add canción
```

### Search

```bash
/play search:youtube
```

***

## 🔗 Relacionado

* [Playlists](broken://pages/99a5791bd0e98d4f7628748a77e6300b84052987)
* [24/7](broken://pages/9b74ea25260326e2554eb45919534484a929b31a)


---

# 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://okaa.gitbook.io/okaa-wiki/entretenimiento/musica.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.
