# Create a bundle

A bundle is a group of SKUs sold together. When a bundle SKU is added to an order, all SKUs of that bundle are automatically added to the order.

### How to create a bundle

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

From the **Inventory** page, click **"Create bundle"** in the top right corner.

***

#### Step 1 — Bundle description

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

Fill in the two required fields:

| Field           | Description                                                                            |
| --------------- | -------------------------------------------------------------------------------------- |
| **SKU bundle**  | The unique identifier for your bundle — treated like a regular SKU across the platform |
| **Bundle name** | The display name of your bundle                                                        |

Both fields turn green with a checkmark once validated.

***

#### Step 2 — SKU selection

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

Click **"Add a new SKU"** to add products to the bundle. For each product line, fill in:

| Field        | Description                                        |
| ------------ | -------------------------------------------------- |
| **SKU**      | The SKU of an existing product in your catalogue   |
| **Quantity** | Number of units of this SKU included in the bundle |

Repeat for each product you want to include. You can remove a line at any time using the **✕** button on the right.

> 💡 There is no limit on the number of SKUs you can add to a bundle.

***

#### Confirm

Once all fields are filled in, click **"Create bundle"**. A confirmation message **"Bundle created successfully"** appears and the form resets, ready for a new bundle.

The bundle immediately appears in your **Inventory** list with an available stock of 0 — its stock is calculated automatically based on the individual stock levels of its component SKUs.

***

#### Back to Inventory

Click **"Back to inventory"** at any time to return to the Inventory page without saving.


---

# 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.linkolis.com/inventory/create-a-bundle.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.
