> 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/form-toolkit/requirements.md).

# Requirements

## Supported environments

The Form Toolkit runs on **self-hosted Shopware shops** and on **cloud installations from Shopware 6.7.0.0**. SaaS environments are not supported because they do not allow custom storefront extensions.

## System requirements

| Component       | Requirement                                       |
| --------------- | ------------------------------------------------- |
| Shopware        | 6.7.0.0 or newer                                  |
| PHP             | 8.2 or newer                                      |
| MySQL / MariaDB | per Shopware's official requirements              |
| Theme           | Shopware default theme or a derived theme         |
| Browsers        | current versions of Chrome, Firefox, Safari, Edge |

## Sales channels

The plugin can be enabled or disabled per sales channel. It is active by default after installation. The setting lives under **Extensions → My extensions → Form Toolkit → Configure**.

## Plan tiers

The plugin ships in three tiers, switchable in the admin via in-app purchases:

* **Basic** — free, one form, all basic field types
* **Advanced** — up to three forms
* **Premium** — unlimited forms plus every pro feature (wizard, conditional display, special "Product inquiry" form, multiple mail routes, conditional routing, CSV export, redirect after submission and more)

A full breakdown lives in [Advanced and premium version](/en/plugins/form-toolkit/advanced-and-premium-version.md).

## Multi-language support

Forms and their fields are fully translatable. Required fields only have to be filled in the system language — other languages fall back to the system language automatically.

## GDPR & data storage

* Submissions are stored in your own Shopware database. No data is transferred to third parties.
* If you enable Google reCAPTCHA as the captcha provider in Shopware, data is transferred to Google — the consent banner is provided by Shopware Core.
* Uploaded files are stored in a configurable media folder.


---

# 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/form-toolkit/requirements.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.
