> 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/en/plugins/product-configurator.md).

# Product Configurator

With the **Product Configurator** you turn individual products into interactive configuration forms. Your customers assemble their desired product right on the product page – and see in real time what it costs.

Product pages sell standard goods. A configurator sells **solutions**: made-to-measure furniture, engraved gifts, printed textiles, service packages or technical components. Wherever customers want to customise something, this plugin helps you capture that decisive bit of extra revenue.

## What this plugin does for you

* **Build forms without programming.** You arrange ready-made building blocks – fields, select lists, notices, layout elements – via drag & drop in a clear tree.
* **Calculate prices live.** Options carry surcharges, and with formulas you calculate the price by area, quantity, material or tiers. The price updates while the customer configures.
* **Carry configurations through.** The entered values travel from the product page through the cart into the order.
* **Work multilingual & headless-ready.** Everything is translatable, activatable per sales channel and usable for custom frontends through the Store API.

## How this manual is structured

### Getting started

* [Prerequisites](/en/plugins/product-configurator/pre-requisites.md)
* [Installation](/en/plugins/product-configurator/installation.md)
* [Quickstart](/en/plugins/product-configurator/quickstart.md)
* [Plugin configuration](/en/plugins/product-configurator/configuration.md)

### Building configurators

* [Managing configurators](/en/plugins/product-configurator/admin-dashboard.md)
* [Elements & field types](/en/plugins/product-configurator/admin-dashboard/elements-and-field-types.md)
* [Options & swatches](/en/plugins/product-configurator/admin-dashboard/options-and-swatches.md)
* [Conditional visibility](/en/plugins/product-configurator/admin-dashboard/conditional-logic.md)
* [Layout & repeaters](/en/plugins/product-configurator/admin-dashboard/layout-and-repeaters.md)

### Prices & calculations

* [The formula](/en/plugins/product-configurator/admin-dashboard/formula.md)
* [Price & cart](/en/plugins/product-configurator/storefront/pricing-and-cart.md)

### Making it visible in the shop

* [Save & share](/en/plugins/product-configurator/storefront/save-and-share.md)
* [Multilingual](/en/plugins/product-configurator/admin-dashboard/multilingual.md)

### Versions & plans

* [Advanced & Premium version](/en/plugins/product-configurator/versions.md)

### For developers & integrators

* [Store API](/en/plugins/product-configurator/store-api.md)

{% hint style="info" %}
**Tip:** If you are working with the configurator for the first time, follow the [Quickstart](/en/plugins/product-configurator/quickstart.md). Your first working configurator is ready in just a few minutes.
{% 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/en/plugins/product-configurator.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.
