# 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.

## <mark style="background-color:$info;">Playlist Creation and Management</mark>

A <img src="/files/04GvHoIOdtmOsaKhPTl0" alt="+ button" data-size="line"> 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 Playlist Creation in Importing Content).

![](/files/-MZEj4dh3Py71cqPQw8q)

1. Press the **`+`** button to **create a new Playlist**.
2. **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.

{% hint style="info" %}
Deleting a Playlist will NOT delete the media files identified in it. It will only delete the list.
{% endhint %}

* **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: 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.tachyon.video/user-guide/3.-importing-content/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.
