# Shop pages

Shopping Experience pages are meant for the content pages of your shop. They are used for instance to represent shop pages like "Contact", "General terms & conditions", "Imprint" etc..

{% hint style="info" %}
**Note**: Shop pages are usually not pre-installed and therefore have to be created at first.
{% endhint %}

For a shope page, a corresponding Shopping Experience layout is basically necessary. This layout you create and populate in the Shopping Experience editor.

These shop page layouts can be assigned to category pages in order to make the corresponding content available in the storefront using a navigation.

#### Special cases

There are different shop pages in Shopware 6 which are automatically output as pop-ups or modals in the storefront.

This includes the following shop pages:

* General terms & conditions
* Revocation notices
* Payment and shipping information
* Privacy
* Imprint
* 404: Page not found
* Maintenance
* Contact
* Newsletter

In order for these pages to be displayed in the corresponding pop-ups or modals, they have to be created as an Shopping Experience layout and then have to be assigned via the basic information of your shop.

You will find instructions for all of them in this section.

In addition, we recommend to take a look at the official **Shopware Documentation**:

{% embed url="<https://docs.shopware.com/de/shopware-6-de/Inhalte/Erlebniswelten#shopseiten>" %}


---

# 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://knowledge.themeware.design/knowledge-base/tutorials/shop-pages.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.
