> 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/desktop/guides/sources/media-source/using-media-source.md).

# Using Media Source

We’d like to provide some tips on using them in v4.

***

In Studio Mode, media sources do not play automatically after being added. Here’s a step-by-step guide:

{% stepper %}
{% step %}
**Add a media source in the source add window.**

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/1*gGKMKKUkZy_iiPVkjQHzmA.png" alt="" width="563"><figcaption></figcaption></figure>

{% endstep %}

{% step %}
**Select the media file.**

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/1*FofC_SRCdxzgmNsDt2-W5A.png" alt="" width="563"><figcaption></figcaption></figure>

{% endstep %}

{% step %}
**If media sources do not autoplay:**\
\
**Method 1:**\
Uncheck the ‘Restart playback when source becomes active’ option, then click the OK button. This will make the media source play automatically.

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/1*6raJrnm2pIG-V1KlHqHBrA.png" alt="" width="563"><figcaption></figcaption></figure>

**Method 2:**

If you don’t uncheck the box as in Method 1, after adding the media source, click the ‘Apply’ button in Studio Mode to make the media source play.

<figure><img src="/files/FlOT035Zxd3YP6IKOlSr" alt="" width="563"><figcaption></figcaption></figure>

**Method 3:**

To view the media source only in the EDIT screen, add the media source -> click the ‘Stop Media’ button -> click the ‘Restart Media’ button. This will make the media source play only in the EDIT screen.

<figure><img src="/files/EcLVjRX9R0QNjmsAPdkE" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

[Desktop](/desktop/overview.md), [Guides](/desktop/guides.md), [Sources](/desktop/guides/sources.md), [Media Source](/desktop/guides/sources/media-source.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/desktop/guides/sources/media-source/using-media-source.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.
