> 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/produkt-konfigurator.md).

# Produkt Konfigurator

Mit dem **Produkt-Konfigurator** verwandelst du einzelne Produkte in interaktive Konfigurationsformulare. Deine Kunden stellen sich ihr Wunschprodukt direkt auf der Produktseite zusammen – und sehen dabei in Echtzeit, was es kostet.

Produktseiten verkaufen Standardware. Ein Konfigurator verkauft **Lösungen**: Möbel nach Maß, gravierte Geschenke, bedruckte Textilien, Service-Pakete oder technische Bauteile. Überall dort, wo Kunden etwas anpassen möchten, holst du mit diesem Plugin den entscheidenden Schritt mehr Umsatz heraus.

## Was dieses Plugin für dich tut

* **Formulare ohne Programmierung bauen.** Du ordnest fertige Bausteine – Felder, Auswahllisten, Hinweise, Layout-Elemente – per Drag & Drop in einem übersichtlichen Baum an.
* **Preise live berechnen.** Optionen tragen Aufpreise, und mit Formeln berechnest du den Preis nach Fläche, Menge, Material oder Staffeln. Der Preis aktualisiert sich, während der Kunde konfiguriert.
* **Konfigurationen mitnehmen.** Die eingegebenen Werte wandern von der Produktseite über den Warenkorb bis in die Bestellung.
* **Mehrsprachig & headless-fähig arbeiten.** Alles ist übersetzbar, pro Verkaufskanal aktivierbar und über die Store API auch für eigene Frontends nutzbar.

## So ist dieses Handbuch aufgebaut

**Erste Schritte**

* [Voraussetzungen](/plugins/produkt-konfigurator/voraussetzungen.md)
* [Installation](/plugins/produkt-konfigurator/installation.md)
* [Quickstart](/plugins/produkt-konfigurator/quickstart.md)
* [Konfiguration](/plugins/produkt-konfigurator/konfiguration.md)

**Konfiguratoren aufbauen**

* [Verwaltungs-Dashboard](/plugins/produkt-konfigurator/verwaltungs-dashboard.md)
* [Elemente und Feld Typen](/plugins/produkt-konfigurator/verwaltungs-dashboard/elemente-und-feld-typen.md)
* [Optionen und Bild Selektor](/plugins/produkt-konfigurator/verwaltungs-dashboard/optionen-und-bild-selektor.md)
* [Bedingte Sichtbarkeit](/plugins/produkt-konfigurator/verwaltungs-dashboard/bedingte-sichtbarkeit.md)
* [Layout und Wiederholbarer Bereich](/plugins/produkt-konfigurator/verwaltungs-dashboard/layout-und-wiederholbarer-bereich.md)

**Preise & Berechnungen**

* [Formeln](/plugins/produkt-konfigurator/verwaltungs-dashboard/formeln.md)
* [Preis und Warenkorb](/plugins/produkt-konfigurator/storefront/preis-und-warenkorb.md)

**Im Shop sichtbar machen**

* [Speichern und Teilen](/plugins/produkt-konfigurator/storefront/speichern-und-teilen.md)
* [Mehrsprachigkeit](/plugins/produkt-konfigurator/verwaltungs-dashboard/mehrsprachigkeit.md)

**Versionen & Pläne**

* [Versionen](/plugins/produkt-konfigurator/versionen.md)

**Für Entwickler & Integratoren**

* [Store API](/plugins/produkt-konfigurator/store-api.md)

{% hint style="info" %}
**Tipp:** Wenn du zum ersten Mal mit dem Konfigurator arbeitest, folge dem [Quickstart](/plugins/produkt-konfigurator/quickstart.md). In wenigen Minuten steht dein erster funktionierender Konfigurator.
{% endhint %}


---

# 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/produkt-konfigurator.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.
