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

# Verwaltungs-Dashboard

Das Modul **Kataloge › Produkt-Konfigurator** ist deine Zentrale. Hier legst du Konfiguratoren an, baust ihre Formulare und weist sie Produkten zu.

## Die Übersichtsliste

Die Startseite des Moduls zeigt alle vorhandenen Konfiguratoren mit Name, Status (aktiv/inaktiv), Anzahl der Felder und Anzahl der zugewiesenen Produkte. Über **Konfigurator anlegen** erstellst du einen neuen.

## Die Detailseite

Ein Konfigurator gliedert sich in mehrere Reiter.

### Allgemein

* **Name:** interne Bezeichnung des Konfigurators.
* **Aktiv:** Nur aktive Konfiguratoren werden im Shop angezeigt. So kannst du einen Konfigurator in Ruhe vorbereiten und erst später scharf schalten.

### Elemente

Das Herzstück. Links befindet sich der **Element-Baum**, rechts das **Einstellungspanel** des ausgewählten Elements.

* **Element hinzufügen:** Fügt ein neues Element hinzu. Du kannst Elemente ineinander verschachteln (z. B. Felder in eine Gruppe legen).
* **Drag & Drop:** Ziehe Elemente, um ihre Reihenfolge oder Verschachtelung zu ändern.
* **Löschen:** Entfernt ein Element (mit Sicherheitsabfrage).

Welche Element-Typen es gibt und was sie können, liest du unter [Elemente und Feld Typen](/plugins/produkt-konfigurator/verwaltungs-dashboard/elemente-und-feld-typen.md).

### Produkte

Hier weist du dem Konfigurator ein oder mehrere Produkte zu. Suche das Produkt und füge es hinzu.

> **Varianten:** Weist du ein Hauptprodukt zu, gilt der Konfigurator automatisch auch für dessen Varianten.

> **Eindeutigkeit:** Pro Produkt ist immer der zuletzt zugewiesene, aktive Konfigurator maßgeblich. Weise einem Produkt also nur einen Konfigurator zu, den du wirklich anzeigen möchtest.

### Berechnung

Hier aktivierst du die preis- und maßwirksamen Formeln des Konfigurators – Preis, Artikelnummer, Breite, Höhe, Länge und Gewicht. Details dazu im Kapitel [Formeln](/plugins/produkt-konfigurator/verwaltungs-dashboard/formeln.md) und [Preis und Warenkorb](/plugins/produkt-konfigurator/storefront/preis-und-warenkorb.md).

## Empfohlene Reihenfolge

1. Konfigurator anlegen und benennen.
2. Felder im Reiter **Elemente** aufbauen und Optionen pflegen.
3. Optional Berechnungen/Formeln einrichten.
4. Produkt(e) zuweisen.
5. Auf **Aktiv** setzen und speichern.
6. Im Storefront prüfen.


---

# 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/verwaltungs-dashboard.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.
