# Playlists

SongBook+ can either display the entire list of all available songs or playlists that contain only a portion of the songs.

What are playlists in SongBook+?

* Playlists have any name
* Playlists contain **references to songs** from the full list.
* A song can be included in multiple playlists.
* A playlist can contain the same song multiple times.
* Songs in playlists are manually sorted with "drag and drop."
* However, it is possible to sort the currently included songs in a playlist by a specific criterion (e.g., by title) instead of doing it manually.
* Newly added songs to a playlist are inserted at the end of the list.

{% hint style="info" %}
**Attention:**

If a playlist is selected, the "Edit" button will no longer be used to edit the song details but to edit the content of the playlist!
{% endhint %}

The following pages explain how to use playlists in SongBook+.


---

# 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.songbookplus.com/english/readme/playlisten.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.
