> For the complete documentation index, see [llms.txt](https://docs.vyv.ca/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vyv.ca/user-guide/3.-importing-content/playlists.md).

# 5. Playlists

Playlists are collections of media files created by users. They are helpful when programming shows because they can provide access to categorized media content banks. They should be considered a must for shows that use numerous media files.

## 5.1 Playlist Creation and Management

A \[+] button located under the Sorting Tool (the itemized column on the left side of the File Manager window) will allow you to create Playlists from selected media files ([see Section 5.1 Playlist Creation in Chapter 3 Importing Content](/user-guide/3.-importing-content/playlists.md#5-1-playlist-creation-and-management)).

![](/files/-Lfu2wxLQFdKXRxm8uEa)

* Press the \[+] button to create a new Playlist.
* Drag and drop media files from the Media Files List onto the “New Playlist.” They will be added to the Playlist.
* By clicking on a Playlist, the Media Files List will only show files that have been added to that specific Playlist.
* By selecting a Playlist and starting an Import, all of the imported files will automatically be placed in the Playlist.
* Deleting a Playlist will not delete the media files identified in it. It will only delete the list.
* Playlists can be duplicated, deleted and renamed by using a contextual menu. Right-click on a Playlist to access this menu.
* By right-clicking on selected Media clips in the Timeline a contextual menu will open and offer the {Create Playlist with Clips} option. If this option is selected, a Playlist containing the selected media files will be generated.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.vyv.ca/user-guide/3.-importing-content/playlists.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
