> For the complete documentation index, see [llms.txt](https://docs.shop-studio.io/shopware/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shop-studio.io/shopware/de/erweiterungen/blog/installation.md).

# Installation

Die Installation von der Erweiterung in deinem Shop funktioniert wie bei jeder anderen Shopware 6 Erweiterung auch und ist somit in wenigen Schritten erledigt.

## Shopware 6.4 und neuer <a href="#shopware-6-4-und-neuer" id="shopware-6-4-und-neuer"></a>

### Erweiterung herunterladen <a href="#erweiterung-herunterladen" id="erweiterung-herunterladen"></a>

Navigiere zu `Erweiterungen > Store` und suche nach "Blog/Magazine". Klicke auf die Erweiterung und dann auf den Button `Erweiterung hinzufügen`, um sie herunterzuladen.

### Erweiterung installieren <a href="#erweiterung-installieren" id="erweiterung-installieren"></a>

Gehe zur Installation im Admin unter `Erweiterungen > Meine Erweiterungen > Apps` und klicke auf den Button `...` und dann auf `Installieren`.

### Erweiterung aktivieren <a href="#erweiterung-aktivieren" id="erweiterung-aktivieren"></a>

An der gleichen Stelle wie bei der Installation kannst du nun im Admin unter `Erweiterungen > Meine Erweiterungen > Apps` den Status auf `Aktiv` ändern.

## Shopware 6.3 und älter <a href="#shopware-6-3-und-alter" id="shopware-6-3-und-alter"></a>

{% hint style="info" %}
**Gut zu wissen**

Vor Shopware 6.3 wurden Erweiterungen einfach "Plugins" genannt.
{% endhint %}

### Plugin herunterladen <a href="#plugin-herunterladen" id="plugin-herunterladen"></a>

Nachdem das Plugin aus dem offiziellen Shopware Community Store gekauft wurde, muss es zunächst in den eigenen Shop heruntergeladen werden. Gehe dazu im Admin zu `Einstellungen > System > Plugins > Einkäufe` und klicke anschließend auf den Button `Laden`.

### Plugin installieren <a href="#plugin-installieren" id="plugin-installieren"></a>

Gehe zur Installation des Plugins im Admin zu `Einstellungen > System > Plugins > Meine Plugins` und klicke auf den Button `...` um anschließend auf `Installieren` zu klicken.

### Plugin aktivieren <a href="#plugin-aktivieren" id="plugin-aktivieren"></a>

An derselben Stelle wie bei der Installation kannst du nun im Admin unter `Einstellungen > System > Plugins > Meine Plugins` auf `Aktivieren` umschalten.


---

# 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.shop-studio.io/shopware/de/erweiterungen/blog/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.
