> 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-share-your-playlist.md).

# How to Share Your Playlist ?

**1-** Click on “**Playlists**” in the left vertical menu. This will load all the playlists added in the Library. Click on Manage to see your created playlists.

![](/files/-MNXv-8xxQ2F69XJNhWw)

**2-** Click on the playlist that you want to edit, under “**Your Playlists**”. Click on Assign option.

![](/files/-MNY424__6lQGx2Wm32t)

**3-** **"Assign My Playlist"**  form will be opened. Add users or groups to assign the playlist. Click on the assign button to assign the playlist.

![](/files/-MNYadfw1gtfa5iSNTb9)

**4-** Click on "**stats"** option to see the list of assigned users.

![](/files/-MNYbTn2GbGF1BxIgaK4)

![](/files/-MNYbfRIKmNtucC_F2Td)

**5-** Now assigned users is able to see your playlist.

### Mobile

**1-** Open the Playlist from the bottom horizontal menu.

![](/files/-MO6n6WYKb_Dm7o3v4MZ)

**2-** There are three tabs visible. Assigned, Library and My

Assigned shows the list of all the Playlists which are assigned to the logged in user. Library shows the list of playlists which are global and My shows the list of playlists which are created by logged in user.

![](/files/-MO6npO3N8qe6Bi-wJHE)

**3-** Once user opens a playlist, there is a share icon at top right of the screen. User can share playlist url on different social platforms using the icon.

![](/files/-MO6p1wj_bfwD_e0P26q)

Externaly Shared Playlist's Content can be seen by users without logging into the application. If playlist is not externally shared then user needs to log into the application to see the content.


---

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