# 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](https://docs.jukedisc.xyz/guides/find-username).
{% 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 %}
