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

# Konfiguration

Die globalen Einstellungen findest du unter **Erweiterungen › Meine Erweiterungen**, beim Produkt-Konfigurator über das **Drei-Punkte-Menü › Konfiguration**.

{% hint style="warning" %}
Alle Einstellungen lassen sich **pro Verkaufskanal** festlegen. Wähle oben im Konfigurationsdialog den gewünschten Verkaufskanal aus, bevor du Werte änderst. So kannst du den Konfigurator z. B. im B2B-Kanal anders verhalten lassen als im B2C-Kanal.
{% endhint %}

## Allgemein

### Plugin für diesen Verkaufskanal aktivieren

Schaltet den Konfigurator im gewählten Verkaufskanal ein oder aus. Ist die Option deaktiviert, werden Konfiguratoren in diesem Kanal nicht angezeigt – unabhängig davon, ob sie Produkten zugewiesen sind.\
**Standard:** aktiv

### Konfigurator-Badge in Produktliste anzeigen

Markiert Produkte, die einen Konfigurator besitzen, mit einem Hinweis-Badge in Produktlisten und Suchergebnissen. So erkennen Kunden konfigurierbare Produkte schon vor dem Klick.\
**Standard:** aus

### Konfiguration speichern

Erlaubt Kunden, ihre Konfiguration auf der Produktseite zu speichern und einen teilbaren Link zu erhalten. Mehr dazu unter [Speichern und Teilen](/plugins/produkt-konfigurator/storefront/speichern-und-teilen.md).\
**Standard:** aus

### Konfiguratordetails im Checkout

Steuert, wie die eingegebene Konfiguration an Warenkorb- und Checkout-Positionen angezeigt wird:

| Wert            | Verhalten                                                        |
| --------------- | ---------------------------------------------------------------- |
| **Eingeklappt** | Die Details sind als ausklappbarer Bereich vorhanden (Standard). |
| **Ausgeklappt** | Die Details werden direkt vollständig angezeigt.                 |
| **Nein**        | Die Konfigurationsdetails werden nicht angezeigt.                |

**Standard:** Eingeklappt

### Tage, nach denen geteilte Konfigurationsdaten gelöscht werden

Gespeicherte bzw. geteilte Konfigurationen, die älter als die angegebene Anzahl Tage sind, werden automatisch per Hintergrund-Aufgabe entfernt. Der Wert **0** bedeutet: nie löschen.\
**Standard:** 0

## Konfiguration

Dieser Bereich enthält einen Hinweis darauf, dass die eigentlichen Konfiguratoren im Modul **Kataloge › Produkt-Konfigurator** verwaltet werden. Dort legst du Felder an und weist Konfiguratoren den Produkten zu – siehe [Verwaltungs-Dashboard](/plugins/produkt-konfigurator/verwaltungs-dashboard.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/konfiguration.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.
