> For the complete documentation index, see [llms.txt](https://themedocs.zenit.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://themedocs.zenit.design/content/kategorie/unternavigation.md).

# Unternavigation

<figure><img src="/files/81K6LZ6f9YCsWzXf9onK" alt=""><figcaption></figcaption></figure>

Über die **Zusatzfelder** unter Kataloge > Kategorien > \[Kategorie auswählen] im Tab Weitere findest Du das Feld **Unternavigation Aussehen (1)**.

{% hint style="info" %}
Nutze dieses Zusatzfeld, um abweichende Einstellungen ggü. der Theme-Konfiguration zu treffen. Du kannst unter Theme Styling > Header > Main Navigation (Kategorien) > Grundeinstellungen im Feld "Unternavigation Aussehen" globale Einstellungen hinterlegen.
{% endhint %}

Per Zusatzfeld steuerst Du, ob eine Hauptkategorie als Dropdown oder Flyout angezeigt wird. So kombinierst Du beide Menüarten frei und passt die Navigation optimal an Deine Inhalte an – für maximale Flexibilität und ein besseres Nutzererlebnis.

Solange Du keine Änderung vornimmst, greift die globale Einstellung aus der Theme-Konfiguration.

**Beispiel:** \
Die Kategorie "Über uns" zeigt das schmale Dropdown-Menü, während die Kategorie "Shop" das große Flyout-Menü darstellt.

<figure><img src="/files/DMqcVG17l0Y60OQqQ8Pj" alt=""><figcaption><p>Dropdown</p></figcaption></figure>

<figure><img src="/files/yPygZH3LdDowwFc4qPG0" alt=""><figcaption><p>Flyout</p></figcaption></figure>

Bei Nutzung des Flyout-Menüs kannst Du zusätzlich die Unterkategorien als Bildkacheln darstellen. Das kann über das Feld **Zusatzfeld Kategoriebilder von Unterkategorien in Flyout-Navigation anzeigen (2)** eingestellt werden. Auch dieses Zusatzfeld überschreibt die globale Einstellung in der Theme-Konfiguration.&#x20;

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

Als Anzeigebild wird das Kategorie-Bild verwendet. Bei Bedarf kann dieses über das Feld **Flyout-Navigation Kategoriebild (3)** unabhängig des Kategorie-Bildes eingestellt werden.


---

# 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://themedocs.zenit.design/content/kategorie/unternavigation.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.
