> For the complete documentation index, see [llms.txt](https://docs.premsoft.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.premsoft.de/plugins/cms-elemente/faq.md).

# FAQ

<details>

<summary>Ich finde die neuen Elemente nicht in den Erlebniswelten. Was tun?</summary>

Öffne im Designer die Block-Auswahl (Plus-Symbol) und wähle oben die Kategorie **„PremSoft CMS Elements"**. Wird sie nicht angezeigt, prüfe, ob das Plugin installiert und aktiviert ist, und leere ggf. den Shop-Cache.

</details>

<details>

<summary>Meine Elemente erscheinen im Admin, aber nicht in der Storefront.</summary>

Prüfe unter [Plugin-Einstellungen](/plugins/cms-elemente/einstellungen.md), ob der Schalter **„Plugin aktivieren"** für den betreffenden **Verkaufskanal** auf „an" steht. Bei Premium-Elementen muss zusätzlich die Premium-Freischaltung aktiv sein.

</details>

<details>

<summary>Was passiert mit Premium-Elementen, wenn die Freischaltung ausläuft?</summary>

Sie werden in der Storefront nicht mehr ausgespielt. Deine Inhalte bleiben aber erhalten und erscheinen wieder, sobald die Freischaltung erneut aktiv ist.

</details>

<details>

<summary>Brauche ich für die Karten-Elemente einen API-Schlüssel?</summary>

Für **OpenStreetMap** nicht. Nur **Google Maps (DSGVO)** benötigt deinen eigenen Google-Maps-API-Schlüssel (siehe [Einstellungen](/plugins/cms-elemente/einstellungen.md)).

</details>

<details>

<summary>Sind die Videos und Karten datenschutzkonform?</summary>

Video und Google Maps nutzen eine Zwei-Klick-Lösung und laden externe Inhalte erst nach Zustimmung. Details unter [Datenschutz (DSGVO)](/plugins/cms-elemente/dsgvo.md).

</details>

<details>

<summary>Kann ich eine fertige Sektion mehrfach verwenden?</summary>

Ja – mit den [wiederverwendbaren Sektionen](/plugins/cms-elemente/wiederverwendbare-sektionen.md) speicherst du eine Sektion als Vorlage und fügst sie überall wieder ein.

</details>

<details>

<summary>Funktioniert das Plugin mit meinem Theme?</summary>

Die Elemente fügen sich in die Storefront ein und übernehmen Schrift- und Farbgebung deines Themes weitgehend. Bei stark angepassten Themes empfehlen wir einen kurzen Sichttest auf einer Testseite.

</details>

<details>

<summary>Ist das Plugin für Headless-/API-Shops geeignet?</summary>

Ja. Die gesamte Logik ist über die Shopware-Standard-Schnittstellen umgesetzt, das Plugin ist headless-kompatibel aufgebaut.

</details>


---

# 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://docs.premsoft.de/plugins/cms-elemente/faq.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.
