# Video

The `Video` component displays a video from a provided URL of either

* A third-party hosted video, like a Youtube or Vimeo video
* Your own custom-uploaded video, hosted somewhere like Amazon S3

For a custom-uploaded video, you can configure its autoplay/loop settings, video controls, and sound.

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

### For Developers <a href="#example" id="example"></a>

The Feathery SDK and API reference video components with `type` equal to `video`


---

# 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.feathery.io/platform/build-forms/elements/basic/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.
