# Video

It’s possible to add a Youtube video (or Youtube livestream!) into a room by going to **Build Menu > Elements > Video**. Builders can alter the floor placement of the video as well as the z-index, like any other element.&#x20;

<figure><img src="/files/wcpGA3pN77nlyc9ONzWR" alt=""><figcaption></figcaption></figure>

Videos will autoplay once it enters the players viewport. When a player moves away, the video will keep playing.

<figure><img src="/files/ZvPKczmsYeNE4Ml8BjAK" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
The playback is client side, so players can control when the video plays and pauses.&#x20;
{% endhint %}


---

# 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.bueno.art/buenoverse/fundamentals/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.
