# Embedded Video

It is possible to add a video to your space using the Video player tool in Unity.&#x20;

{% hint style="warning" %}
**Note that the video URL link&#x20;*****cannot*****&#x20;be updated after the space has been minted.**

If you want to update the video link after minting you should use the standard canvas approach that can use Live streaming currently and will support video in the future.
{% endhint %}

* Select the asset you would like to add the Video to, add the 'Video Player' component.
* Make sure to set the 'Source' to 'URL' otherwise it will not work.&#x20;

<figure><img src="/files/ckkQouMaZhSy2M4LybWl" alt=""><figcaption><p>Add the 'Video Player' and set the Source to 'URL'</p></figcaption></figure>

* Add the URL for your video into the 'URL' parameter. **Unity only supports .mp4 video formats.**
* It is recommended to turn the 'Looping' and 'Mute' options to on. Mute or significantly reduce the audio as the audio is *global*. As this URL cannot be updated after the space is minted the owner will not be able to edit this result.

<figure><img src="/files/1sdHWgXp40HkxiUzoWDr" alt=""><figcaption><p>Turn on Looping and Mute</p></figcaption></figure>

* You can test the video URL by pressing the Play the play button within Unity, or test it within the playground itself.


---

# Agent Instructions: 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:

```
GET https://docs.monaverse.com/create/building-spaces/improve-your-space/embedded-video.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
