> 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/en/plugins/cms-elements/reusable-sections.md).

# Reusable sections

Once you've designed a section nicely, you don't have to rebuild it every time. With **reusable sections** you save an entire section as a template and insert it on as many pages as you like.

## Save a section as a template

1. Open a shopping experience in the Designer and design a section to your liking.
2. Hover over the section so the **section toolbar** appears.
3. Click the **"Save as template"** icon.
4. Give it a meaningful **name** (e.g. "Hero with CTA") and save.

The section, including all of its blocks and content, is now stored as a template.

## Insert a saved section

1. Hover over the spot where you want to use the template until the section toolbar appears.
2. Click the **"Insert reusable section"** icon.
3. Select the desired template from the list and confirm with **Insert**.

The template's blocks are inserted as new, independent blocks – you can edit them freely afterwards without changing the template.

## Manage templates

You'll find all saved sections in the admin under **Content → Reusable sections**. There you can rename them, add a description or delete them.

{% hint style="info" %}
**Good to know:** An inserted template is a **copy**. If you change the template later, sections already inserted stay unchanged. So you never accidentally break existing pages.
{% 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/en/plugins/cms-elements/reusable-sections.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.
