# Playlists

Sharing a Playlist gives permission to the other player to add/remove songs or completely delete the Playlist for everyone who has access to it.

{% tabs %}
{% tab title="Create Playlist" %}

> * In the navbar click the "+" icon to open the menu and select **Create Playlist.**

<figure><img src="/files/YOXuFYGokqVLVrBNLDNJ" alt=""><figcaption></figcaption></figure>

> * In the new window you can set the Playlist name, cover image and description. *Please avoid using Discord or Imgur links because Fivem don't support it anymore.*

<figure><img src="/files/7JmaCFsHh5Vl0m8yeDzJ" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/HdtmxRUJMqdvO4IFKYCU" alt=""><figcaption></figcaption></figure>

> * You can now start to search music and add it to your Playlist by clicking the Playlist button in any song and selecting the Playlist where to add it.

<figure><img src="/files/tU5poiY3wOIuovkjJe14" alt=""><figcaption></figcaption></figure>

> * Your Playlist will look now something like this:

<figure><img src="/files/ui00Mkw80BlEEpYVevnm" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Remove Songs" %}

> * You have to open the playlist and do a **double click** in the Remove Icon

<figure><img src="/files/i59P6lW2mmSk9VWH5rHg" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Share Playlist" %}

> * Playlists are handled using codes, you can share your Playlist by copying the code and send it to your friend.
> * Right click on the Playlist you want to share and click in Share option

<figure><img src="/files/0OuJD6cJNF0QfFK385kD" alt=""><figcaption></figcaption></figure>

> * A code will be added to your clipboard, this code can be used by your friend to import the playlist in their APP

<figure><img src="/files/eyJ5izX9EbJpo4PNPIHf" alt=""><figcaption></figcaption></figure>

> * Every playlist has their unique code, any person with the code can import the playlist and interact with it.

<figure><img src="/files/vDo0bbYzGJjiJtOyMH5a" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/IyrFJ2CH0UbXHqcQMeq4" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Liked Songs" %}

> * This is your personal playlist with all your favorite songs, this can't be shared to anyone and you can add/remove your songs by clicking the heart icon.

<figure><img src="/files/xLCDr3KMrPO5Tl6fjUwK" alt=""><figcaption><p>This is the regular search window</p></figcaption></figure>

<figure><img src="/files/2qeFdBj9SO7B2bPVbf01" alt=""><figcaption><p>Liked songs window</p></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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.av-scripts.com/laptop-pack-v3/music/app/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.
