> For the complete documentation index, see [llms.txt](https://shopvid.gitbook.io/shopvid-shoppable-video-reels/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shopvid.gitbook.io/shopvid-shoppable-video-reels/video-library/video-studio.md).

# Video Studio

Video Studio lets you build a dedicated video gallery page on your storefront, a TikTok-like browsing experience where customers can discover and shop your products. Use it as a landing page, a campaign page, or link it from your menu or social channels.

### Prerequisites

* Your store is on the Pro plan (Earlybird merchants: click Unlock feature inside Video Studio to request access via support)
* You have at least one video imported in your Video Library

### Steps

#### Step 1: Open Video Studio

In the Shopvid sidebar, click Video Studio.

#### Step 2: Create a new page

Click Create page to open the page editor.

#### Step 3: Name your page

In the General tab, enter a name in the Page name field. This name is for internal reference only, customers won't see it.

#### Step 4: Set the page title

Fill in the Block title field to set the heading customers see on the page. Adjust Title color and Title size to match your brand.

#### Step 5: Add videos to the page

Go to the Videos tab. Use Search videos or click Browse to find and add videos from your library. Optionally enable Loop video or Shuffle videos to control playback behavior.

#### Step 6: Set the page status

Back in the General tab, set Status to Visible when you're ready to publish, or keep it Hidden while editing.

#### Step 7: Save the page

Click Save. Once saved, an **Add Video Page to your store** panel appears — expand the **To add menu item** section to copy the page link.

#### Step 8: Set up the theme (one-time setup)

The first time you create a page, a Theme setup required prompt appears. Click Open Theme Editor to complete a one-time setup:

1. Click Create template when prompted in Theme Editor
2. Click Add block, search for Video Studio Page, and add it to the template

This only needs to be done once for your store.

#### Step 9: (Optional) Add a menu item

To make the page accessible from your store navigation, copy the page URL and add it as a menu item in Shopify Admin → Navigation → Menus.

{% embed url="<https://app.arcade.software/share/LcvKaSet6uhuNvrUjP64>" %}

### Tips

* Use filter (All / Visible / Hidden) and sort (Name, Last updated) to manage pages as your library grows
* You can bulk delete multiple pages at once by selecting them from the list
* Use Copy URL from the actions menu to quickly grab a page link for campaigns or social posts
* Tag products to videos before adding them to a Video Studio page — untagged videos won't be shoppable


---

# 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://shopvid.gitbook.io/shopvid-shoppable-video-reels/video-library/video-studio.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.
