> For the complete documentation index, see [llms.txt](https://help.circlehd.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.circlehd.com/playlists/how-to-create-a-new-playlist.md).

# How to Create a New Playlist?

**1-** Once you are logged into CircleHD portal, you can click on “**My Uploads**” in the left vertical Menu. This will display a list of your uploaded videos.

![](/files/-MN7_pZLuAQpjKX-uSWT)

**2-** Select the videos that you want to add to the new playlist by selecting check boxes on the left of the Video File.&#x20;

![](/files/-MNXtF-4HZfxuobKsOwT)

**3-** Once the videos for the playlist are created, you can click on the button “**+Playlist**” on top, under “**My Uploads**” title.

![](/files/-MNXt42cX0EpyddM887L)

**4-** You can select an existing playlist from the “**Select a playlist**” drop down, or you can add a new playlist by clicking the “**Create New Playlist**” box and entering the Playlist name below. Click “**Add**” button once details are added.&#x20;

**5-** Playlist will be created once you click on “**Add**” button. You can go to your Playlists by clicking on “Playlists” link in the left vertical menu.

![](/files/-MNXqYqo5V6lMVIgwfxI)


---

# 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://help.circlehd.com/playlists/how-to-create-a-new-playlist.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.
