> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/objects-and-types/scene2d-objects/video.md).

# Video

**Videos** in **Scene2Ds** allow the user to add files like `.mp4` and `.wmv` to *2D* space. This diversifies the visual aspects of a **Project**.

When created, the `Fill` **Attribute** is already set to `Video`. Here, the user just needs to click the `Video` **Attribute** and select the desired video, or drag the video from the [**Asset Manager**](/incari-studio/modules/asset-manager.md) to the file icon. **VIdeos** also have [`Transformation`](/incari-studio/objects-and-types/attributes/common-attributes/transformation.md) and [`Tag`](/incari-studio/objects-and-types/attributes/common-attributes/tag.md) **Attributes**.

![](/files/GIyglvFIQ5VLkEjRLY8w)

The **Video** will then be displayed in the **Viewport**.

![](/files/VFYXbwNwqUTsi19AHOVm)


---

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

```
GET https://docs.incari.com/incari-studio/objects-and-types/scene2d-objects/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.
