> For the complete documentation index, see [llms.txt](https://docs.jukedisc.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jukedisc.xyz/guides/playlist.md).

# Playlist Management

### **Step 1: Add Songs to Your Playlist**

To add songs, use the `/pl add` command followed by the song details (e.g., title, URL). You can add as many tracks as you like.

Example:

> ```
> /pl add [song URL or song name]
> ```

*Once you've added the desired tracks, you're ready to create your playlist.*

### **Step 2: Create Your Playlist**

After adding songs, use the `/pl create` command to finalize the playlist.

Example:

> ```
> /pl create [playlist name]
> ```

{% hint style="info" %}
For more information about the spotify integration menu on create command, look [here](/guides/find-username.md).
{% endhint %}

### **Step 3: Review Your Playlist**

To view the tracks you’ve added, use the `/pl view` command. This command will give you a comprehensive overview of your playlist's contents.

Example:

> ```
> /pl detail [playlist name]
> ```

### **Step 4: Import and Play Your Playlist**

When you’re ready to enjoy your music, import the playlist using the `/pl import` command. This will load your playlist into the bot for playback.

Example:

> ```
> /pl import [playlist name]
> ```

***

{% hint style="info" %}
💡 **Pro Tip:** You can add or modify your playlist at any time using the `/pl add` and `/pl remove` commands.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.jukedisc.xyz/guides/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.
