> For the complete documentation index, see [llms.txt](https://docs.gmetri.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gmetri.com/metaverse/build/elements/video.md).

# Video

## How do I add a video to my experience?

{% hint style="info" %}
To play your video at the desired time, make use of "Rules". Ensure that you apply the "play video" rule during any "is clicked" event.
{% endhint %}

Also read [Video Optimizations](/guidelines-compatibility/guidelines/experience-optimizations/video-optimizations.md#video-autostart-limitations)

### Step 1: Add a Video

You can add a video by clicking on the '**+**' icon in the top bar.

<figure><img src="/files/qxsYznc9csexXTUoKGMt" alt=""><figcaption><p>Adding a video</p></figcaption></figure>

### Step 2: Upload / Choose file

You can choose from the inventory of videos or upload one from your computer.

Read below to know how to select a file to upload a video.

{% content-ref url="/pages/89Dj2jFYZ5UbZ0t6i2fd" %}
[Selecting a file](/metaverse/build/editor/file-manager/3rd-person-scenes.md)
{% endcontent-ref %}

### Step 3: Adjust the Video element

{% hint style="info" %}
The reliability of the Video element is **increments of 0.25 seconds**. So if you have a rule that says when Video matches duration 7.2 seconds, it will probably trigger at 7.25 seconds.
{% endhint %}

On the right-hand side, there are multiple options available to modify your video element.&#x20;

You can replace the video, give it a new name, adjust its dimensions, transparency, and proportion, as well as other features.

You can also animate, control the speed and modify other adjustments too, from here.               &#x20;

<figure><img src="/files/W1dZKClpoZba3My0bnr8" alt=""><figcaption><p>Adjusting a video element</p></figcaption></figure>

## Also Read

{% content-ref url="/pages/TcvheDBaaw9NC5xGFOAH" %}
[Apply Green Screen to Videos](/guidelines-compatibility/guidelines/workflows/green-screen/apply-green-screen-to-videos.md)
{% endcontent-ref %}


---

# 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://docs.gmetri.com/metaverse/build/elements/video.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.
