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

# Configuration

You find the global settings under **Extensions › My extensions**, for the Product Configurator via the **three-dot menu › Configuration**.

{% hint style="warning" %}
All settings can be defined **per sales channel**. Select the desired sales channel at the top of the configuration dialog before changing values. This lets the configurator behave differently in, for example, the B2B channel than in the B2C channel.
{% endhint %}

## General

### Activate plugin for this sales channel

Switches the configurator on or off in the selected sales channel. If the option is disabled, configurators are not shown in this channel – regardless of whether they are assigned to products.\
**Default:** active

### Show configurator badge in product listing

Marks products that have a configurator with a badge in product listings and search results. This way customers recognise configurable products even before clicking.\
**Default:** off

### Save configuration

Allows customers to save their configuration on the product page and receive a shareable link. More about this under [Save & share](/en/plugins/product-configurator/storefront/save-and-share.md).\
**Default:** off

### Configurator details in checkout

Controls how the entered configuration is shown on cart and checkout line items:

| Value             | Behaviour                                                     |
| ----------------- | ------------------------------------------------------------- |
| **Collapsed**     | The details are available as an expandable section (default). |
| **Not collapsed** | The details are shown in full directly.                       |
| **No**            | The configuration details are not shown.                      |

**Default:** Collapsed

### Days after which shared configuration data is deleted

Saved or shared configurations older than the specified number of days are automatically removed by a background task. The value **0** means: never delete.\
**Default:** 0

## Configuration

This section contains a note that the actual configurators are managed in the **Catalogues › Product Configurator** module. There you create fields and assign configurators to products – see [Managing configurators](/en/plugins/product-configurator/admin-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/en/plugins/product-configurator/configuration.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.
