> For the complete documentation index, see [llms.txt](https://help.freewebstore.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.freewebstore.com/manage/products/your-products/adding-a-video-to-a-product.md).

# Adding a Video to a Product

There are many reasons you may want to add a video to your online store, it could be that you want your customers to see your YouTube channel or you have a series of vlogs about your products.

Whatever the reason, having videos on your store can be a useful tool for success.

### How do I embed a video on a product page?

To embed a video to your product:&#x20;

1. Log in to your freewebstore control panel.
2. Go to: **Manage** > **Products**.
3. Click **Edit** for the product you want to add a video to.
4. Scroll down to the **Description** panel.
5. In the text editor, click **Insert** > **Media** and a pop-up will appear.
6. Make sure the tab highlighted to the left of this new window is **General**. (You can use the other tabs/methods but we only advise you to do so if you have prior knowledge).

![](/files/DkkEg8GkFhLKGDhIRWc6)

5\. In the pop-up pictured above, you need to input the Source of your video (normally the URL eg. <https://www.youtube.com/watch?v=dQw4w9WgXcQ>).&#x20;

6\. When you are happy, click **Save** in the top right-hand corner of the screen and watch your video appear on your product.


---

# 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://help.freewebstore.com/manage/products/your-products/adding-a-video-to-a-product.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.
