> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ahaslides.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Use the Embed Slide in AhaSlides

> The Embed slide lets you bring external tools and websites into your presentation using an embeddable URL or HTML embed code — YouTube videos, Google Docs, Miro boards and more.

With the Embed slide, you can bring many external tools and websites into your AhaSlides presentation using either an embeddable URL or HTML embed code.

<Note>
  Some content can't be embedded because of copyright restrictions and can only be viewed on its original platform.
</Note>

## 1. Adding a URL or Embed Code

In the Embed slide, enter one of the following into the **URL or Embed code** field.

### URL

Supported URL formats include:

* **YouTube:** `https://youtube.com/watch?v=…` or `https://youtube.com/embed/{videoId}`
* **Google Docs, Sheets, Slides:** the link from **Publish to the web**
* **Miro:** `https://miro.com/app/board/{boardId}`
* **Skoletube:** `https://skoletube.dk/e/{videoId}`

### Embed Code

You can also paste HTML embed code in the form `<iframe src="https://webname.com" …>`. For example, this embeds a YouTube video:

```html theme={null}
<iframe width="560" height="315"
  src="https://www.youtube.com/embed/nW2M-M9suj4?si=iNW64UQNwfcjM9pH&start=10"
  title="YouTube video player" frameborder="0"
  allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
  referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
```

<Tip>
  For a YouTube video you can control **autoplay**, **start time**, and **end time** through the embed code. Add parameters like `autoplay=1`, `start=TIME_IN_SECONDS`, and `end=TIME_IN_SECONDS` to the `src` URL.

  For example, to autoplay a video starting at 0:30 and ending at 1:05, add `autoplay=1&start=30&end=65`. Replace the existing unique identifier (e.g. `si=1TXF_LEelk04bjDC`) in the `src` URL with those parameters.
</Tip>

## 2. Other Options

* **Caption** — adds a caption underneath the embed window.
* **Also show on audience's smartphones** — tick this box if you want the embedded content (for example, a YouTube video) to appear on your audience's devices as well.

## Related Articles

* [Using the YouTube Slide](/using-slide-types/how-to-use-youtube-slides-on-ahaslides)
* [Embedding AhaSlides to your Website](/presenting/embedding-ahaslides-to-your-website)


## Related topics

- [Embedding AhaSlides to Your Website](/presenting/embedding-ahaslides-to-your-website.md)
- [Embed Your Google Slides Presentation in AhaSlides](/using-slide-types/using-your-google-slides-presentation-with-ahaslides.md)
- [How to Embed and Play a YouTube Video on a Slide](/using-slide-types/how-to-use-youtube-slides-on-ahaslides.md)
- [How to Import a PowerPoint Presentation or PDF File Into AhaSlides](/features-and-functions/importing-a-powerpoint-presentation-or-pdf-file.md)
- [AhaSlides: Interactive Presentations & Live Engagement](/getting-started/what-is-ahaslides.md)
