> 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/getting-started.md).

# Getting started

In this chapter you build your first section with a PremSoft element in just a few clicks.

## Open a shopping experience

{% stepper %}
{% step %}
In the admin, open **Content → Shopping Experiences**.
{% endstep %}

{% step %}
Use **Create shopping experience** to start a new layout, or edit an existing one.
{% endstep %}

{% step %}
You land in the **Designer** – the visual editing interface.
{% endstep %}
{% endstepper %}

## Add an element

In Shopware you don't drag individual elements onto the page, you drag **blocks** from the sidebar. Each PremSoft block contains exactly one PremSoft element.

{% stepper %}
{% step %}
Click the **plus icon** on the left to open the block selection.
{% endstep %}

{% step %}
At the top, choose the category **"PremSoft CMS Elements"**. All elements of this plugin are bundled here.
{% endstep %}

{% step %}
Drag the desired block onto the right spot of your page.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
You can also find the PremSoft elements via the search field in the block selection, e.g. by typing "accordion" or "countdown".
{% endhint %}

## Design an element

{% stepper %}
{% step %}
Click the inserted element.
{% endstep %}

{% step %}
The **settings sidebar** opens on the right (or via the gear icon).
{% endstep %}

{% step %}
Adjust content, colours, images and behaviour. Many elements work with lists (e.g. multiple accordion entries or gallery images) – use **"Add"** to create new entries.
{% endstep %}

{% step %}
The **live preview** in the Designer reflects your changes instantly.
{% endstep %}
{% endstepper %}

## Choose images

Wherever you can set an image, you use Shopware's familiar **media manager**: pick an existing image with one click, or upload a new one directly – exactly like the standard "Image" element.

## Save and publish

{% stepper %}
{% step %}
Click **Save** in the top right.
{% endstep %}

{% step %}
Assign the layout to a category, product page or home page (**Content → Shopping Experiences → Assignments**, or directly on the category).
{% endstep %}

{% step %}
Done – your visitors now see the result in the storefront.
{% endstep %}
{% endstepper %}

A description of **all elements** can be found in the next chapter: [The CMS Elements at a Glance](/en/plugins/cms-elements/cms-elements.md).


---

# 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/getting-started.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.
