> For the complete documentation index, see [llms.txt](https://docs.themeware.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.themeware.design/additional-features/extensions/tabs-on-product-pages/videos-tab.md).

# Videos tab

The **videos tab** shows the product videos of a product in a separate tab on the product page.

<figure><img src="/files/iRSYjnTqXb4na4ocdABQ" alt=""><figcaption><p>ThemeWare® "Videos tab"</p></figcaption></figure>

{% hint style="info" %}
**Note**: The tab is displayed if the "Show product videos tab" configuration is enabled and at least one video has been added to the product via a custom field (YouTube, Vimeo or Video 1–3).
{% endhint %}

***

## Configuration

### **Theme configuration**

1. Go to the "**Product pages**" tab
2. Expand the "**Tab "Product videos"**" block
3. Enable the configuration "**Show product videos tab**"
4. Save your changes after editing

### Content

The "Videos tab" can be filled via custom fields in the corresponding product. As with all custom fields, make sure to fill them in for each variant.

#### Title

The tab name is based on the snippet `twt.detail.tabVideos.title`.

#### Headline

A headline is displayed within the tab. You edit the text using the snippet `twt.detail.tabVideos.headline`.

#### Alt text

The alt text of the videos (for accessibility) is based on the snippet `twt.detail.tabVideos.alt`.

{% hint style="info" %}
**Note**: For information on how to edit snippets, see the following instructions: [Texts: Editing and translation](https://knowledge.themeware.design/knowledge-base/tutorials/texts-editing-and-translation)
{% endhint %}

{% hint style="success" %}
**Tip**: If a change does not affect the storefront, just clear the Shopware cache: [Clearing / warming up the Shopware cache](https://knowledge.themeware.design/knowledge-base/tutorials/miscellaneous/clearing-the-shopware-cache)
{% endhint %}

***

## Options

* **Show headline**
  * Specify whether the headline is displayed within the tab ("show" / "don't show").

***

## Summary

#### Theme configuration

* Tab "Product pages" => Block "Tab "Product videos"" => Show product videos tab
* Tab "Product pages" => Block "Tab "Product videos"" => Section "Basic configuration" => Show headline

#### Snippets

* **Title**
  * `twt.detail.tabVideos.title`
* **Headline**
  * `twt.detail.tabVideos.headline`
* **Alt text**
  * `twt.detail.tabVideos.alt`

***

## Further information

{% content-ref url="/pages/HfvkdzPWBS9BrvqI8f3H" %}
[Product videos](/additional-features/extensions/product-videos.md)
{% endcontent-ref %}


---

# 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://docs.themeware.design/additional-features/extensions/tabs-on-product-pages/videos-tab.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.
