# FAQ

- [Overview](https://themedocs.zenit.design/en/faq/overview.md)
- [Accessibility](https://themedocs.zenit.design/en/faq/accessibility.md): The European Accessibility Act (EAA) comes into force in Germany on June 28, 2025.
- [Typography](https://themedocs.zenit.design/en/faq/accessibility/typography.md)
- [Colors](https://themedocs.zenit.design/en/faq/accessibility/colors.md)
- [Images](https://themedocs.zenit.design/en/faq/accessibility/images.md)
- [Video](https://themedocs.zenit.design/en/faq/accessibility/video.md)
- [Accessibility checker and resources](https://themedocs.zenit.design/en/faq/accessibility/accessibility-checker-and-resources.md)
- [General](https://themedocs.zenit.design/en/faq/general.md)
- [Copyright notice](https://themedocs.zenit.design/en/faq/general/copyright-notice.md): The copyright notice can be changed via the snippets. Of course we are also happy if you keep the reference to our work in your shop.
- [Wishlist](https://themedocs.zenit.design/en/faq/general/wishlist.md): Your customers can use the wishlist to temporarily save products.
- [Home Link](https://themedocs.zenit.design/en/faq/general/home-link.md)
- [Product layout](https://themedocs.zenit.design/en/faq/product-layout.md): In Shopware, there are three different product layouts that you can set for each category.
- [Licenses](https://themedocs.zenit.design/en/faq/licenses.md)
- [Trial version vs full version](https://themedocs.zenit.design/en/faq/licenses/trial-version-vs-full-version.md)
- [Changing the licence domain](https://themedocs.zenit.design/en/faq/licenses/changing-the-licence-domain.md)
- [Derivations](https://themedocs.zenit.design/en/faq/derivations.md)
- [Child theme](https://themedocs.zenit.design/en/faq/derivations/child-theme.md): A child theme is installed as a plugin and serves as a template for the programmer. It is installed in the admin area in addition to the parent theme.
- [Theme duplicate](https://themedocs.zenit.design/en/faq/derivations/theme-duplicate.md): A theme duplicate is technically different from a child theme. It is a virtual copy of a theme in the database.
- [Child theme vs theme duplicate](https://themedocs.zenit.design/en/faq/derivations/child-theme-vs-theme-duplicate.md)
- [Updates](https://themedocs.zenit.design/en/faq/updates.md)
- [Theme is displayed as incompatible](https://themedocs.zenit.design/en/faq/updates/theme-is-displayed-as-incompatible.md)
- [Update is not displayed](https://themedocs.zenit.design/en/faq/updates/update-is-not-displayed.md)
- [Known issues](https://themedocs.zenit.design/en/faq/known-issues.md)
- [Text modules show technical name](https://themedocs.zenit.design/en/faq/known-issues/text-modules-show-technical-name.md): Exists since Shopware 6.4.17.0
- [Theme save error](https://themedocs.zenit.design/en/faq/known-issues/theme-save-error.md): When saving the theme, a 500 error occurs if you enter the wrong data.
- [SVG logo is not displayed](https://themedocs.zenit.design/en/faq/known-issues/svg-logo-is-not-displayed.md)
- [Search / Input mobile zoom](https://themedocs.zenit.design/en/faq/known-issues/search-input-mobile-zoom.md)
- [Text is not visible / readable](https://themedocs.zenit.design/en/faq/known-issues/text-is-not-visible.md)
- [Background image cannot be cleared](https://themedocs.zenit.design/en/faq/known-issues/background-image-cannot-be-cleared.md): Due to a known Shopware bug, a theme configuration media field with a default value (e.g. a background image) cannot currently be fully cleared.


---

# 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/faq.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.
