# Adding Videos to Pages (Admins)

You can now add videos to Pages using a **video URL**, no uploading required.

**Supported video sources:**

* YouTube
* Vimeo
* Direct video files (MP4)

Videos are embedded directly into the page and playable inline for agents.

### How to Add a Video to a Page

1. Go to **Support → Pages**
2. Create a new page or edit an existing one
3. In the editor toolbar, select **Insert Video**
4. Paste the video URL (YouTube, Vimeo, or direct MP4)
5. Save your page

That’s it, the video will automatically embed and display for agents.


---

# 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://help.rechat.com/whats-new/adding-videos-to-pages-admins.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.
