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

# Pre Requisites

## Supported environments

The plugin works with **self-hosted Shopware installations** and **PaaS (cloud) environments**.

{% hint style="warning" %}
**Note:** SaaS environments are not supported.
{% endhint %}

## System requirements

| Component       | Requirement                                         |
| --------------- | --------------------------------------------------- |
| Shopware        | 6.7.0.0 or newer                                    |
| PHP             | 8.2 or newer                                        |
| MySQL / MariaDB | as required by Shopware 6.7                         |
| Theme           | Shopware default theme or themes inheriting from it |

## Sales channels

The plugin is activated **per sales channel**. In multi-channel shops you can therefore enable the blog only in the channels where you actually need it — and keep it completely off in others.

## Three versions

| Version          | Articles  | Authors   | Categories | Tags      | Reviews |
| ---------------- | --------- | --------- | ---------- | --------- | ------- |
| **Basic** (free) | up to 5   | 1         | 1          | 1         | —       |
| **Advanced**     | up to 20  | 5         | 5          | 5         | —       |
| **Premium**      | unlimited | unlimited | unlimited  | unlimited | ✓       |

Higher tiers are unlocked directly inside the Shopware administration through in-app purchases — no reinstall required. More details under [License & premium features](/en/plugins/blog/advanced-and-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:

```
GET https://docs.premsoft.de/en/plugins/blog/pre-requisites.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
