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

# Storefront

Dieser Bereich beschreibt, wie sich der Produkt-Konfigurator **im Shop** verhält – also alles, was deine Kunden auf der Produktseite, im Warenkorb und im Checkout erleben.

Während du den Konfigurator im Backend aufbaust (siehe [Verwaltungs-Dashboard](/plugins/produkt-konfigurator/verwaltungs-dashboard.md)), entscheidet sich hier, wie die Konfiguration nach außen wirkt: Welcher Preis wird angezeigt und berechnet, wie wandern die eingegebenen Werte in Warenkorb und Bestellung, und wie können Kunden ihre Zusammenstellung sichern und weitergeben.

## In diesem Kapitel

* [**Preis und Warenkorb**](/plugins/produkt-konfigurator/storefront/preis-und-warenkorb.md) – Wie der Konfigurator den Preis live berechnet, wie die eingegebene Konfiguration in Warenkorb und Checkout übernommen und angezeigt wird und wie Pflichtfelder geprüft werden.
* [**Speichern und Teilen**](/plugins/produkt-konfigurator/storefront/speichern-und-teilen.md) – Wie Kunden ihre Konfiguration speichern, über einen Link teilen und später wieder aufnehmen können – inklusive automatischer Aufräumung und Datenschutz.

{% hint style="info" %}
**Tipp:** Beide Funktionen lassen sich pro Verkaufskanal steuern. Wirf dazu einen Blick in die [Konfiguration](/plugins/produkt-konfigurator/konfiguration.md).
{% 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/storefront.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.
