> For the complete documentation index, see [llms.txt](https://knowledge.themeware.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.themeware.design/knowledge-base/tutorials/product-pages/create-a-product-layout-with-sidebar.md).

# Create a product layout with sidebar

In dieser Anleitung erfährst du, wie du ein Produkt-Layout mit Sidebar erstellen kannst.

## Layout erstellen

1. Wechsel über die Hauptnavigation in die "**Erlebniswelt-Verwaltung**" (1) (2) deines Shops ("Inhalte" => "Erlebniswelten")
2. *Optional*: Du kannst die Layouts über den Reiter "**Produktseiten**" auf diesen Seitentyp eingrenzen (3)
3. Klicke auf den Button "**Neues Layout anlegen**" (4)
4. Wähle im folgenden Schritt den Typ "**Sidebar**" aus (5)
   * *Hinwies: Die Auswahl dient lediglich als Basis, du kannst später beliebig Sektionen hinzufügen und entfernen*
5. Zum Abschluss der Erstellung musst du deinem Layout einen Namen vergeben (6)
6. Erstelle das Layout nun mit dem Button "**Layout erstellen**" (7)

Du hast nun ein Erlebniswelt-Layout vom Typ "Produktseite" mit Sidebar angelegt. Fülle dies nun mit deinem gewünschten Inhalt.

{% hint style="info" %}
**Hinweis**: Wie du ein Produkt-Layout einem Produkt zuweisen kannst erfährst du im Artikel [Assign a product layout](/knowledge-base/tutorials/product-pages/assign-a-product-layout.md).
{% endhint %}

#### Screenshots

![Shopware 6 Erlebniswelt-Verwaltung](/files/0WWxDZHTFMFXYu1FHCzM) ![Shopseiten-Typ auswählen](/files/sFNQulqymRL4QlJgbbzw) ![Sektions-Typ auswählen](/files/tLoQ2dQVZIukbz9QV02w) ![Shopseiten-Layout benennen](/files/dGOmD5HzH64T1p5kRKR4)

***

#### Weiterführende Informationen

Wie du ein Produkt selber anlegen kannst, erfährst du in der Shopware Dokumentation:

{% embed url="<https://docs.shopware.com/en/shopware-6-en/catalogues/products?category=shopware-6-en/catalogues>" %}
Shopware Dokumentation: Produkte anlegen
{% endembed %}


---

# 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://knowledge.themeware.design/knowledge-base/tutorials/product-pages/create-a-product-layout-with-sidebar.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.
