> 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/wiederverwendbare-sektionen.md).

# Wiederverwendbare Sektionen

Hast du eine Sektion einmal schön gestaltet, musst du sie nicht jedes Mal neu aufbauen. Mit den **wiederverwendbaren Sektionen** speicherst du eine komplette Sektion als Vorlage und fügst sie auf beliebig vielen Seiten wieder ein.

## Eine Sektion als Vorlage speichern

{% stepper %}
{% step %}

### Öffne und gestalte die Sektion

Öffne eine Erlebniswelt im Designer und gestalte eine Sektion nach deinen Wünschen.
{% endstep %}

{% step %}

### Öffne die Sektions-Werkzeugleiste

Fahre mit der Maus über die Sektion, sodass die **Sektions-Werkzeugleiste** erscheint.
{% endstep %}

{% step %}

### Speichere die Sektion als Vorlage

Klicke auf das Symbol **„Als Vorlage speichern"**.
{% endstep %}

{% step %}

### Vergib einen Namen und speichere

Vergib einen aussagekräftigen **Namen** (z. B. „Hero mit CTA") und speichere.

Die Sektion samt aller Blöcke und Inhalte ist jetzt als Vorlage gesichert.
{% endstep %}
{% endstepper %}

## Eine gespeicherte Sektion einfügen

{% stepper %}
{% step %}

### Öffne die Zielstelle

Fahre über die Stelle, an der du die Vorlage einsetzen möchtest, bis die Sektions-Werkzeugleiste erscheint.
{% endstep %}

{% step %}

### Füge eine gespeicherte Sektion ein

Klicke auf das Symbol **„Gespeicherte Sektion einfügen"**.
{% endstep %}

{% step %}

### Wähle eine Vorlage aus

Wähle die gewünschte Vorlage aus der Liste aus und bestätige mit **Einfügen**.

Die Blöcke der Vorlage werden als neue, eigenständige Blöcke eingefügt – du kannst sie danach frei weiterbearbeiten, ohne die Vorlage zu verändern.
{% endstep %}
{% endstepper %}

## Vorlagen verwalten

Alle gespeicherten Sektionen findest du im Admin unter **Inhalte → Wiederverwendbare Sektionen**. Dort kannst du sie umbenennen, mit einer Beschreibung versehen oder löschen.

{% hint style="info" %}
**Gut zu wissen:** Eine eingefügte Vorlage ist eine **Kopie**. Änderst du später die Vorlage, bleiben bereits eingefügte Sektionen unverändert. So zerstörst du nie versehentlich bestehende Seiten.
{% endhint %}


---

# 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/wiederverwendbare-sektionen.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.
