> 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/what-is-the-playlist.md).

# What is The Playlist?

Playlists are personalized groups that any user can create to group using one or more video(s). The videos can be the ones they have uploaded or the ones they have access to.&#x20;

This gives user an option to create a user friendly sequential series videos grouped together, that can be effectively used for knowledge transfer or informal training purpose. It empowers employees to design a custom series that could work for them in learning and can also share internally or externally the same series.&#x20;

To view your created and accessible playlists, click on the “**Playlists**” link in the left vertical menu.

![](/files/-MNXojy-wP9AqkUpUHKi)

This will load all playlists created by you under “**Your Playlists**”, and the Playlists that are shared and visible by other CircleHD Portal users under “**Public Playlists**”.

![](/files/-MNXqDnLBL0WpGhLHxua)

You can click on the individual Playlist that you need to view. Below is an example of the Playlist detail page. It will list the videos added in the playlist in the right.

![](/files/-MNXqYqo5V6lMVIgwfxI)

Apart from videos a quiz can be created in the Playlist. A quiz is a set of optional questions. Users can attempt the quiz and check their score based on the correct answers.


---

# 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/what-is-the-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.
