> For the complete documentation index, see [llms.txt](https://manual.scandipwa.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.scandipwa.com/v5.1.2/catalog/catalog-images-and-video/adding-product-video.md).

# Adding Product Video

<div align="left"><img src="/files/-MKEz34EdQLuLYOiF180" alt=""></div>

With the ScandiPWA theme, you are welcome to add video content to your products and use all the default Magento settings out-of-the-box!

| FIELD         | STATUS        | DESCRIPTION                                                                                                                     |
| ------------- | ------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| URL           | **SUPPORTED** | The URL of the associated video.                                                                                                |
| Title         | **SUPPORTED** | The video title.                                                                                                                |
| Description   | **SUPPORTED** | The video description.                                                                                                          |
| Preview Image | **SUPPORTED** | An uploaded image that is used as a preview of the video in your store.                                                         |
| Role          | **SUPPORTED** | Determines how the preview image is used in your store. Available options: Base, Small, Thumbnail, or "Hide from Product Page". |

{% hint style="info" %}
**Caching Note**

The product will be updated on the front-end immediately after save as they are part of the ScandiPWA caching solution that will invalidate caching entries for the updated content. No cache flush or any other manual operations are necessary. Content will be visible after page refresh and a new cache entry will be stored.
{% endhint %}

{% embed url="<https://youtu.be/l6hUTlv4qYo>" %}
How to add video for products
{% endembed %}


---

# 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://manual.scandipwa.com/v5.1.2/catalog/catalog-images-and-video/adding-product-video.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.
