> For the complete documentation index, see [llms.txt](https://shoppad.gitbook.io/blogstudio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shoppad.gitbook.io/blogstudio/customize-the-app/add-videos-to-your-article.md).

# Add videos to your article

Follow the steps below on how to add videos to your article. Topics discussed in this document are:

* [Add a YouTube video](#youtube)
* [Add a video from a different third-party service](#videos)
* [Upload your own video in the video section](#video-section)

### Add a YouTube video <a href="#youtube" id="youtube"></a>

1. To add a YouTube video to your article, you can click on the **Content Block** icon under the **+ icon**. You can select the drop-down menu on top and select **Basic**.

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

<figure><img src="/files/8HZAXCAaOhxjJ8DOHuNq" alt=""><figcaption></figcaption></figure>

2. Then, locate this content block with the Red play button. You can drag and drop it into your article until you see a gray box. Once you do, release your cursor, and you can see the added content block on your article.

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

4. Click on the newly dragged content block and click on the **gray gear Settings icon** on the top right-hand corner of the block. Paste in the YouTube embedded link.

<figure><img src="/files/3iBbHMmZKSBgfTO2kWbv" alt=""><figcaption></figcaption></figure>

### Add a video from a different third-party service <a href="#videos" id="videos"></a>

If you are adding a video from a different third-party service, you can check out this [document for more information.](https://shoppad.gitbook.io/pagestudio/customize-the-app/add-third-party-embed-code-to-your-page)

### Upload your own video in the video section <a href="#video-section" id="video-section"></a>

If you are using a **Video** section, you can upload your own video as the background by following these steps:

1\. From your **Shopify Admin**, go to **Settings** and click on **Files**.

2\. Upload the video by clicking on **Upload Files**.

3\. Copy the entire URL found next to the uploaded file.

4\. Go back to your article in **Blog Studio**.

5\. Select the **Video** section, located under the **More** button in **Simple Start**:

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

6\. After selecting a format, click on **Module Settings**, located at the bottom of the section.

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

7. Paste the copied URL into the **Video URL** input.
8. Remove **https:** from the link.

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

9\. **Save** your changes!


---

# 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://shoppad.gitbook.io/blogstudio/customize-the-app/add-videos-to-your-article.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.
