# Component: Embedded Video

**Purpose:** Embed a Youtube Video within Limio.

To use a Youtube video, you will need to use the Embedded link on Youtube. Go to the video, click Share, then Embed and copy the link within the src header.

{% embed url="<https://69c2cf3a42a094f3cd354b8d-ojozztnsdo.chromatic.com/?path=/story/shop-components-content-embedded-video--default&full=1&shortcuts=false&singleStory=true&embed=true>" %}

<pre><code><strong>&#x3C;iframe width="560" height="315" src="https://www.youtube.com/embed/JLnycPtolfw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>&#x3C;/iframe>
</strong></code></pre>

Paste the link in the Embedded video url field and add a header.

<pre><code><strong>&#x3C;iframe width="560" height="315" src="https://www.youtube.com/embed/JLnycPtolfw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>&#x3C;/iframe>
</strong></code></pre>

\| ⚠️ You will need to whitelist Youtube (<https://*.youtube.com>) in your Limio Allowed Hosts (Settings > Allowed Hosts) |


---

# 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.limio.com/components/component-library/standard-components/component-embedded-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.
