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

# Shoppable Videos & Reels

* **Better Shopping Experience** – Show products in action, making them more appealing.
* **Higher Engagement** – Keep visitors on your site longer.
* **Boost Conversions** – Let customers shop seamlessly from videos.&#x20;
* **Build Trust** – Use reviews & UGC to increase credibility.
* **Leverage TikTok Content** – Import viral videos to drive sales.

### Accessing and Activating the Shoppable Videos & Reels Feature

1. In your EcoBoostify dashboard, go to the Apps section on the sidebar.
2. Find and select Shoppable Videos & Reels from the list of apps to open its settings page.
3. Once on the settings page, click Activate to enable the Shoppable Videos & Reels feature.

<figure><img src="/files/1IKBwDtQtUa70Ip9rO3I" alt=""><figcaption></figcaption></figure>

### Create a New Playlist in Shoppable Videos

1. Go to Shoppable Videos in EcoBoostify and click “**Add Playlist**”.
2. Enter a name and choose a style.&#x20;
3. Select a Source:&#x20;
   1. **Manual:** Add reels to this playlist one by one.
   2. **Auto:** Automatically show reels tagged to the main product when the playlist is placed on the product detail page.
4. [Add Reels to playlist](#how-to-add-reels-to-playlist)
5. Click “Save Changes” to finish.

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

### Add a Playlist to Your Storefront

1. After creating a Playlist, the Install guide screen will appear.
2. Copy the Playlist ID.&#x20;
3. Choose where to display it: Home section, Product description, or Product section.
4. Click the “Add App Block” button—this will open a new window and automatically add the Reel Playlist app block.
5. Paste the Playlist ID and click Save.

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

### How to add Reels to playlist

If you select **Manual** as the source, you can add reels in three ways:

* [**Import from TikTok**](#how-to-import-reels-from-tiktok)**:** Paste a TikTok link to import your reel.
* **Manual Upload:** Upload reels directly from your computer.
* **Pick from Library:** Select previously uploaded reels from your reel library.

### How to Import Reels from TikTok

1. Click “Import reels” in your playlist.
2. Enter a TikTok link and click “Explore Videos”.
   1. User profile link: `https://www.tiktok.com/@<username>`
   2. Video link: `https://www.tiktok.com/@<username>/video/<videoid>`
3. Select the video you want to import and click “Next”.
4. Confirm that you have the right to use this video in your store, then click “Import”.

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

### How to Add Reels to a Playlist with Auto Source

If you use **Manual** source on the Product Detail Page, all products may display the same videos. To prevent this, switch to **Auto** source. This ensures that the playlist automatically shows reels tagged to the main product when placed on the product detail page.

Steps to Tag Products to Reels:

1. Go to Library.
2. Select a Reel.
3. Tag a product to the selected reel.

***Note**:* *Auto source only works on the Product Detail Page.*

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

### How to Reorder Reels in a Playlist

1. Go to Playlist Detail.
2. In the Reels section, drag & drop to reorder reels.
3. Click Save Changes.

***Note**: Only Manual source playlists can be reordered.*


---

# 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://ecoboostify.gitbook.io/help/apps/shoppable-videos-and-reels.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.
