# Playlists

## ¿Qué es Playlists?

**Guardar listas de canciones** para reproducir después.

### Casos de Uso

* ✅ Playlists temáticas
* ✅ Música guardada
* ✅ Eventos recurrentes
* ✅ DJ personalizado

***

## 🚀 Comandos

### Crear

```bash
/playlist create "Workday Music"
```

### Agregar Canción

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

### Reproducir

```bash
/playlist play "Workday Music"
```

### Ver

```bash
/playlist list
```

### Eliminar

```bash
/playlist delete "Workday Music"
```

***

## 🔗 Relacionado

* [Música](broken://pages/3b5ec905baf49c23cf4f560bd8bc67e10a20533e)


---

# 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/playlists.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.
