> For the complete documentation index, see [llms.txt](https://help.byinspiredlabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.byinspiredlabs.com/section/shoppable-video-cards.md).

# Shoppable video cards

This section allows customers to engage with products in a dynamic way, offering a more immersive shopping experience.

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

### **1, How to add section in theme editor:**

{% stepper %}
{% step %}
In your theme editor (**Customize**), scroll to the bottom of the template and select **Add section**.
{% endstep %}

{% step %}
In the list, locate and select **Shoppable video cards** section. The section will now be added to your page, ready for customization.
{% endstep %}
{% endstepper %}

<figure><img src="/files/7uvlYUBSjOyEWaKA0dLn" alt=""><figcaption></figcaption></figure>

### 2, Section settings

These settings control the overall appearance and behavior of the section:

* **General settings:**
  * **Number of columns on desktop**: Choose the number of videos displayed per row, with options ranging from **2 to 4 columns**.
  * **Enable quick add button:** allow customers to preview product details in a drawer without navigating to the product page. This feature streamlines the shopping experience by reducing clicks and keeping customers engaged.

### **3, Video block settings:**

Each video block allows you to feature a product visually.

* **Shopify-hosted video:** Upload video. For best display, use a **9:16** aspect ratio (portrait format). Shopify-hosted videos offer smoother playback and faster loading times.
* **Product**: Link a specific product to the video, allowing customers to explore details directly. Clicking quick view button will open the product details.
* **Video thumbnail**: Choose an image that serves as the preview before the video plays.
* **Label**: Add a **brief message** that appears under the video block. This text can highlight promotions, product features, or a call to action.


---

# 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.byinspiredlabs.com/section/shoppable-video-cards.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.
