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

# Voraussetzungen

## Unterstützte Umgebungen

Das Formular-Werkzeug läuft auf **selbstgehosteten Shopware-Shops** und **Cloud-Installationen ab Shopware 6.7.0.0**. Für SaaS-Umgebungen wird das Plugin nicht angeboten, weil dort eigene Storefront-Erweiterungen nicht installiert werden können.

## Systemvoraussetzungen

| Komponente      | Anforderung                                          |
| --------------- | ---------------------------------------------------- |
| Shopware        | 6.7.0.0 oder neuer                                   |
| PHP             | 8.2 oder neuer                                       |
| MySQL / MariaDB | gemäß Shopware-Vorgaben                              |
| Theme           | Shopware-Default-Theme oder davon abgeleitet         |
| Browser         | aktuelle Versionen von Chrome, Firefox, Safari, Edge |

## Verkaufskanäle

Du kannst das Plugin pro Verkaufskanal aktivieren oder deaktivieren. Standardmäßig ist es nach der Installation aktiv. Die Konfiguration findest du unter **Erweiterungen → Mein Konto → Formular-Werkzeug → Konfigurieren**.

## Versionsstufen

Das Plugin gibt es in drei Stufen, die du jederzeit im Shopware-Admin über die In-App-Käufe wechseln kannst:

* **Basis** — kostenfrei, ein Formular, alle Basis-Feldtypen
* **Advanced** — bis zu drei Formulare
* **Premium** — unbegrenzt viele Formulare plus alle Profi-Features (Wizard, bedingte Anzeige, Spezialformular Produkt-Anfrage, mehrere Mail-Routen, Conditional Routing, CSV-Export, Bestätigungs-Mail mit Weiterleitung u. v. m.)

Eine ausführliche Übersicht findest du in [Advanced und Premium Version](/plugins/formular-baukasten/advanced-und-premium-version.md).

## Mehrsprachigkeit

Formulare und ihre Felder sind vollständig übersetzbar. Pflichtfelder müssen ausschließlich in der System-Sprache befüllt werden — andere Sprachen fallen automatisch auf den Wert der System-Sprache zurück.

## DSGVO & Datenhaltung

* Die Einsendungen werden in deiner eigenen Shopware-Datenbank gespeichert. Es findet keine Übertragung an Dritte statt.
* Wenn du Google reCAPTCHA als Captcha-Provider in Shopware aktivierst, werden Daten an Google übermittelt — dafür stellt Shopware Core den Cookie-Consent bereit.
* Hochgeladene Dateien landen in einem konfigurierbaren Medien-Ordner.


---

# 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/plugins/formular-baukasten/voraussetzungen.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.
