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

# Installation

Get the plugin up and running in just a few minutes.

{% stepper %}
{% step %}

## Install the plugin

{% tabs %}
{% tab title="Via the Shopware Store" %}

1. In the admin, open **Extensions → My extensions**.
2. Search for "PremSoft CMS Elements" and click **Install**.
3. After installation, click **Activate**.
   {% endtab %}

{% tab title="Manual upload" %}

1. Open **Extensions → My extensions → Upload extension**.
2. Select the plugin's ZIP file.
3. Then click **Install** and afterwards **Activate**.
   {% endtab %}
   {% endtabs %}
   {% endstep %}

{% step %}

## Switch the plugin on

After installation the plugin is technically installed, but **not yet switched on** for your sales channels. To make the elements appear in your shop:

1. Open **Extensions → My extensions**.
2. Next to "PremSoft CMS Elements" click the three dots **… → Configuration**.
3. Set the **Activate plugin** toggle to **on**.
4. Save in the top right.

{% hint style="info" %}
Use the sales-channel selector at the top of the configuration dialog to switch the plugin on only for specific sales channels. Choose "All sales channels" to apply the setting shop-wide. More on this under [Plugin Settings](/en/plugins/cms-elements/settings.md).
{% endhint %}
{% endstep %}

{% step %}

## Ready to go

The new elements are now available in your shopping experiences. Learn how to add them under [Getting Started](/en/plugins/cms-elements/getting-started.md).
{% endstep %}
{% endstepper %}

## Requirements

* Shopware **6.7.0.0** or newer
* For the **Google Maps (GDPR)** element you need your own Google Maps API key (see [Settings](/en/plugins/cms-elements/settings.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/installation.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.
