# Play Video

<figure><img src="/files/ZkPvXRtz0w0PjfX1Ztl6" alt="" width="301"><figcaption></figcaption></figure>

Upload video: Select a video file from your desktop file browser.

Is Skippable: If true, the user can close the video to proceed. Otherwise, they are forced to watch the video.

Placement: If the placement is **anchored**, then the video is positioned in front of the user's camera so that it always visible. **In Space** means that the video is positioned at some **(x, y, z)** coordinate with some orientation rotation **(x, y, z)**.&#x20;

Placement Texture: Allows the video to be played on a monitor display of a virtual object.\
\
Autoplay: The video will autoplay upon the start of the action.

Loop: The video will loop upon reaching the end.

Audio Type: Allows for audio to be played spatially or globally.


---

# 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.siminsights.com/authoring-a-simulation/state-machine/actions/play-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.
