# Playlist

The **Playlist** command allows you to manage your music playlists, including creating, saving, and loading playlists, as well as managing individual songs within them.

## How to Use

1. **Trigger the Command**\
   Use the command with either the **slash** or **prefix**:
   * `/playlist`
   * `-playlist`
2. **Create a Playlist**
   * Select **Create** and provide a name for the new playlist.
3. **View Playlist Details**
   * Select **List** and choose a playlist to view its details and the songs within it.
4. **Delete a Playlist**
   * Select **Delete** and choose a playlist to remove.
5. **Load a Playlist**
   * Select **Load** and choose a playlist to load all songs from it into the current voice channel.
6. **Remove a Song from Playlist**
   * Select **Remove** and choose a playlist, then select a song to remove from it.
7. **Save Current Song to Playlist**
   * Select **Save Current** to save the currently playing song into the playlist of your choice.
8. **Save Queue to Playlist**
   * Select **Save Queue** to save the entire current queue of songs into the playlist of your choice.

***

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/playlist.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.
