# Videos tab

## Set up

In the master data of a product we have implemented additional configurations with which you can display one or more videos as a tab on the detail page of a product. You can add YouTube and Vimeo videos.

{% hint style="info" %}
You can enter multiple videos comma separated! Multiple videos will then be displayed in the storefront.
{% endhint %}

![](/files/7Fz6MdWLlDTEhkgyjCs0)

**Youtube IDs / Urls (1):**&#x20;

* Enter Youtube Video IDs or paste the entire video-url into this field. You will find the YouTube ID in the 11-digit number at the end of the YouTube link in the address line (?v= XXXXXXXXXX)).
* To improve accessibility, enter a video title in square brackets.

**Vimeo IDs / Urls (2):**&#x20;

* Enter Vimeo Video IDs or paste the entire video-url into this field. You will find the Vimeo ID at the end of the Vimeo link in the address line.
* To improve accessibility, enter a video title in square brackets.

Example:

<figure><img src="/files/RZPiEsqbjps4mi9TfK7q" alt=""><figcaption><p>Blocked video with preview image</p></figcaption></figure>

## Privacy

Today, data protection is all the more an important topic for every merchant. During the implementation, we made sure to embed the videos in a privacy-compliant way.&#x20;

For this we use the embedding variant Youtube-NoCookie ([www.youtube-nocookie.com](https://www.youtube-nocookie.com)). The adoption of this link ensures that cookies are set only when the user plays the embedded video and not already when the page is called.

{% hint style="success" %}
Additionally, YouTube videos are blocked until the user has given their consent to the video.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://themedocs.zenit.design/en/content/details-page/videos-tab.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
