# Versteckte Berechnungen

Sämtliche Zwischen-Berechnungen einer Konfiguration werden im Payload einer Bestellposition gespeichert. Diese können in einer Middleware abgegriffen und zur Weitergabe an Drittsysteme genutzt und aufbereitet werden.

### Beispiel

#### Anlegen der Zwischenberechnung

<figure><img src="/files/wfwt4H4rVSv2J3rut4Oo" alt=""><figcaption><p>Zwischenberechnung in einer Konfiguration, die Länge wird in einer Zwischenberechnung um 10 reduziert</p></figcaption></figure>

#### Ansicht im Warenkorb

<figure><img src="/files/nDNp8ETkiLquEDDNdnIw" alt=""><figcaption></figcaption></figure>

#### Technische Ansicht -  Inhalt des Payloads einer Bestellung

Im Payload einer Bestellpositon (LineItem) werden alle Zwischenberechnungen gespeichert.

```json
{
    "payload" : {
        ...
        "neon_configurator" : {
            ...
            "subcalculations" : {
                "length_production" : 90
            }
        }
    }
}
```


---

# Agent Instructions: 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:

```
GET https://docs.neonlines.de/artikel-konfigurator/weitere-funktionen/versteckte-berechnungen.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
