# Cartonization profiles

Cartonization is the process where the P4 Warehouse system decides what will be packed into each box. Depending on the box size and weight limits the system will decide how many boxes you will need and what sizes.

Cartonization Profile setup provides a tool to create different profiles depending on the compliance regulations of your client or small parcel carrier (e.g., FedEx has a 150lb weight limit per box).

## Create New Profile

To create a new profile navigate to Fulfillment > Setup > Cartonization profiles and click 'New' button as shown below.

![](/files/9c9qU9oPkdlcHAZA50fz)

In the following window fill as many information fields as possible.

{% hint style="info" %}
Notice: Name field and carton size selections are mandatory.
{% endhint %}

![](/files/IgHUrAq7L9RpEqRwDoJF)

* Assign a name that is easily understandable.
* SKU mixing indicates whether it is allowed to combine different SKUs (products) in one carton.
* Packsize mixing indicates whether it is allowed to combine different pack sizes (e.g., packs and singles) in one carton.
* Choose preferred units of measurement (Kg, Gr, Lb, Oz) using dropdown menu.&#x20;
* From the size window select all the sizes that are applicable to the cartonization profile.&#x20;

Click 'Submit' to save you progress.

{% hint style="success" %}
Remember: Cartonization profile is used during the Customer setup process.
{% endhint %}

## Edit Cartonization Profile

To edit existing profile click the link from the 'Name' column as shown below.&#x20;

![](/files/WgnEW3ktzeWyhg947DWo)

In the profile details window add or update desired information and click 'Submit' to save changes.

## Delete Cartonization Profile

Select a profile you wish to delete from the left column and click 'Delete' button as shown below.

![](/files/T8UW9w8b9qWStahf5puE)


---

# 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.p4warehouse.com/v2/fulfillment/setup/cartonization-profiles.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.
