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

# Quickstart

In diesem Kapitel baust du in wenigen Minuten deinen ersten Konfigurator und weist ihn einem Produkt zu. Wir konfigurieren ein einfaches Beispiel: ein graviertes Schild mit Farbauswahl (mit Aufpreis) und einem Gravurtext.

{% stepper %}
{% step %}

## Konfigurator anlegen

1. Öffne **Kataloge › Produkt-Konfigurator**.
2. Klicke auf **Konfigurator anlegen**.
3. Vergib im Reiter **Allgemein** einen Namen, z. B. „Schild-Konfigurator", und setze ihn auf **Aktiv**.
   {% endstep %}

{% step %}

## Felder hinzufügen

Wechsle in den Reiter **Elemente**. Links siehst du den Element-Baum, rechts die Einstellungen des gewählten Elements.

1. Klicke auf **Element hinzufügen** und wähle den Typ **Auswahlliste** (Dropdown).
   * Beschriftung: „Farbe"
   * Technischer Bezeichner: `farbe`
   * Lege im Options-Editor drei Optionen an: *Silber*, *Gold*, *Schwarz*.
   * Gib z. B. *Gold* einen Aufpreis von 5,00 €.
2. Füge ein zweites Element vom Typ **Textfeld** hinzu.
   * Beschriftung: „Gravurtext"
   * Technischer Bezeichner: `gravur`
   * Aktiviere **Pflichtfeld**.

Mehr zu allen Bausteinen findest du unter [Elemente und Feld Typen](/plugins/produkt-konfigurator/verwaltungs-dashboard/elemente-und-feld-typen.md).
{% endstep %}

{% step %}

## Produkt zuweisen

1. Wechsle in den Reiter **Produkte**.
2. Suche das gewünschte Produkt und füge es hinzu.
3. **Speichere** den Konfigurator oben rechts.
   {% endstep %}

{% step %}

## Im Shop ansehen

Öffne die Produktseite im Storefront. Unter dem Kaufbereich erscheint jetzt dein Konfigurator. Wähle eine Farbe und gib einen Gravurtext ein – wählst du *Gold*, steigt der Preis sofort um 5,00 €.
{% endstep %}
{% endstepper %}

## Und jetzt?

* Du möchtest den Preis nach Maßen oder Mengen berechnen? → [Formeln](/plugins/produkt-konfigurator/verwaltungs-dashboard/formeln.md)
* Du möchtest Felder abhängig von anderen ein-/ausblenden? → [Bedingte Sichtbarkeit](/plugins/produkt-konfigurator/verwaltungs-dashboard/bedingte-sichtbarkeit.md)
* Du möchtest das Verhalten im Warenkorb steuern? → [Konfiguration](/plugins/produkt-konfigurator/konfiguration.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/produkt-konfigurator/quickstart.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.
