> For the complete documentation index, see [llms.txt](https://docs.released.so/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.released.so/guide/product/changelog/editor/videos.md).

# Videos

<figure><img src="/files/oJCsu89aS0tDuKFsOaWq" alt=""><figcaption><p>Add videos to your posts</p></figcaption></figure>

## Overview

By incorporating videos into your posts, you can enhance the user experience, provide visual demonstrations, and make your content more engaging.

## Basics

### Supported video sources and formats

Released currently supports videos from:

* YouTube
* Loom
* Any public `.mp4`, `.webm` or `.ogg` file URL

## Adding videos to your post

* Copy the Video URL
  * Go to the video platform where your video is hosted (e.g., YouTube).
  * Locate the video you want to include in your post.
  * Copy the URL of the video.
* Paste the Video URL
  * In the Post Editor, place the cursor at the desired location for the video.
  * Paste the copied video URL into the editor.
* Automatic Embedding
  * Once you paste the video URL, Released will automatically detect the supported video platform and embed the video directly into your post.

{% hint style="warning" %}
Videos cannot be previewed in editor but will be playable in the published post.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.released.so/guide/product/changelog/editor/videos.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
