# 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: 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.released.so/guide/product/changelog/editor/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.
