# Custom tab details page

{% hint style="info" %}
Unlike the **styling** configuration (theme configuration), the settings of a theme are always stored in the parent theme. A child theme does not have its own area with settings.

[**Where can I find the theme settings?**](/en/master.md#step-5-settings-plugin-app-configuration)
{% endhint %}

We distinguish between the display of a global tab on all product pages and the display of tabs with different content per product:

{% hint style="success" %}
**Custom tabs per product**

In addition to the custom tab from the theme setting, further individual tabs can be stored in the product to provide individual content for each product.
{% endhint %}

{% content-ref url="/pages/-MIxu2RBc5xHCr\_i4XwT" %}
[Custom tabs](/en/content/details-page/custom-tabs.md)
{% endcontent-ref %}

## Set up

In these settings you can output a tab with global informations on the detail page of your products. For this you just need to set a **Title (2)** for the tab and enter a **Content (3)**. Don't forget to also set the tab to **Active (1)**.

In this tab, you can implement global hints for shipping or payment or play out other additional content that improves the conversion of your store.

![](/files/WGlPohpTAYotwRMufIdd)

Example:

![](/files/-MIxoYQ22sZ7WbPjCkPF)


---

# 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/settings/custom-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.
