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

# Voraussetzungen

## Unterstützte Umgebungen

Das Plugin läuft auf **self-hosted Shopware-Installationen** und in **PaaS-Umgebungen (Cloud)**, sofern mindestens **Shopware 6.7.0.0** installiert ist.

> SaaS-Umgebungen werden nicht unterstützt.

## Systemvoraussetzungen

| Komponente    | Anforderung                                          |
| ------------- | ---------------------------------------------------- |
| Shopware      | 6.7.0.0 oder neuer                                   |
| PHP           | 8.2 oder neuer                                       |
| MySQL/MariaDB | wie Shopware 6.7 vorgibt                             |
| Theme         | Shopware Default Theme oder davon abgeleitete Themes |

## Verkaufskanäle

Das Plugin wird **pro Verkaufskanal** aktiviert. In Shops mit mehreren Verkaufskanälen kannst du den Blog gezielt nur dort einschalten, wo er sichtbar sein soll.

## Drei Versionen

Das Plugin gibt es in drei Stufen:

* **Basis** (kostenlos) — bis zu 5 Beiträge, 1 Autor:in, 1 Kategorie, 1 Tag
* **Advanced** — bis zu 20 Beiträge, 5 Autor:innen, 5 Kategorien, 5 Tags
* **Premium** — keine Limits, Bewertungen freigeschaltet

Höhere Stufen schaltest du direkt in der Shopware-Administration über In-App Purchases frei — ohne Re-Installation. Details siehe [Advanced- und Premium-Version](/plugins/blog/advanced-und-premium-version.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/plugins/blog/voraussetzungen.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.
