> For the complete documentation index, see [llms.txt](https://help.getupnote.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.getupnote.com/write-and-edit/add-content-to-your-notes/embed-videos.md).

# Embed videos

UpNote supports many popular video services such as YouTube, Vimeo or Daily Motion. You can easily embed a video in your note editor and play it directly in your note on all your devices.

To embed a video, click or tap the `Embed Video` icon <img src="/files/PuUL3LyPFYpPeGSx0jLc" alt="" data-size="line"> in the formatting bar and enter the video link in the input box.

You will see the preview of the video in the bottom area. On desktop apps, you can use the shortcut **`Cmd/Ctrl`** + **`Shift`** + **`Y`** to show the video embedding modal.

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


---

# 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://help.getupnote.com/write-and-edit/add-content-to-your-notes/embed-videos.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.
