> For the complete documentation index, see [llms.txt](https://wiki.packstack.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.packstack.de/packstack-connect/publish-your-docs-1/kartonrechner.md).

# Kartonrechner

So kommst du dahin:

Home ➡️ Lager ➡️ Kartonrechner&#x20;

***

Mit dem Kartonrechner kannst du dir für jedes deiner Produkte anzeigen lassen, wie hoch die Anzahl eines Produktes ist, die in einen von der 3D-Verpackungsanlage produzierten Karton passen würden oder wie hoch der Verbrauch an Wellpappe bei bestimmten Produkten oder Bestellungen ist.&#x20;

{% hint style="info" %}
Die Produktdaten für die Berechnung der Kartonage basiert auf den Angaben in Shopify, die du bei [Varianten Metafelder](/shopify/produkt-varianten-metafelder.md) angegeben hast.
{% endhint %}

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

#### Menge pro Karton berechnen

<figure><img src="/files/2vS1E8PNcK2od1PmgcLV" alt=""><figcaption></figcaption></figure>

**So funktioniert's:**

1. Klicke in der Lagerkennzahlen-Übersicht auf das Taschenrechner-Icon in der oberen rechten Ecke, um zum Kartonrechner zu gelangen.
2. Wähle in dem Dropdown-Menü das zu berechnende Produkt aus.
3. Mit Klick auf "Karton berechnen" kannst du nun sehen, wie viele Einheiten dieses Produktes in einen von der 3D-Verpackungsanlage produzierten Karton passen würden.&#x20;

#### Wellpappe-Verbrauch berechnen

<div align="left"><figure><img src="/files/2oF8HxylKmIQAjQ37tOO" alt=""><figcaption></figcaption></figure></div>

**So funktioniert's:**

1. Trage die Maße des Produktes oder der Bestellung (Breite, Länge, Höhe) in cm in die entsprechenden Felder ein.&#x20;

{% hint style="info" %}
**Beachte:** Wenn du den Wellpappe-Verbrauch einer Bestellung mit mehreren Produkten brechnen möchtest, müssen die einzelnen Maße vorher zusammengerechnet und eingetragen werden.
{% endhint %}

2. Klicke auf "Karton berechnen", um zu sehen, wie hoch der Verbrauch dieses Produktes bzw. dieser Bestellung voraussichtlich sein wird.&#x20;


---

# 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://wiki.packstack.de/packstack-connect/publish-your-docs-1/kartonrechner.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.
