> For the complete documentation index, see [llms.txt](https://guide.prismlive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.prismlive.com/mobile/guides/widgets-and-effects/media-playlist/using-media-playlist.md).

# Using Media Playlist

You can create playlists with videos and music within the PRISM app and use them in live streaming. The playlists you list are saved as one item in My Studio and can be reused at any time.

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/1*7Ev3gcqLgiam4XCObEHcrQ.png" alt=""><figcaption><p>Click the <strong>Playlist</strong> button in My Studio and create a <strong>Video playlist</strong>.</p></figcaption></figure>

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/1*9YnzHohSGQaYxMj62BQg2g.png" alt=""><figcaption><p>Select all the videos to be included in the playlist and create the playlist.</p></figcaption></figure>

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/1*hUerzjO1W4q0N5_pQ-lLdA.png" alt=""><figcaption><p>You can adjust the order of the videos and select specific positions by seeking.</p></figcaption></figure>

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/1*edROBwfd9nc6SETQZPHW4A.png" alt=""><figcaption><p>You can also create Music playlists. You will be taken to the free music menu of the PRISM app.</p></figcaption></figure>

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/1*FVF1bHrbTEQ9eA-9S75Pbg.png" alt=""><figcaption><p>The saved music playlist is saved in My Studio, and the list can be edited.</p></figcaption></figure>

**Tip:** While you are playing videos and music, if you set the microphone option to off with the round more button at the top left of the screen, only the sound of the video and music being played will be mixed and streamed for live streaming.

[Mobile](/mobile/overview.md)*,* [Guides](/mobile/guides.md), [Widgets & Effects](/mobile/guides/widgets-and-effects.md), [Media Playlist](/mobile/guides/widgets-and-effects/media-playlist.md)


---

# 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://guide.prismlive.com/mobile/guides/widgets-and-effects/media-playlist/using-media-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.
