# How do I combined all products into 1 product

We provide a function that can combine all products into one product, but it will also cause some understanding problems. Let’s start

{% hint style="warning" %}
**This model will duplicate the frame product**
{% endhint %}

## 1. Enable "Use combined product"

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

## 2. Make sure your main product's variants has a sku value and located on only 1 place

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

After completing the above steps, only one product can be added to the shopping cart each time using lool.

{% hint style="warning" %}
**This model will duplicate the frame product**
{% endhint %}

## How do we update inventory level

1. When a buyer hit atc button, we will create a combo product and add it to the shopping cart
2. When a buyer creates an order, we will do the following things:
3. Delete newly created product
4. Modify the inventory of the original product


---

# 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://pb-apps.gitbook.io/lool/how-to/how-do-i-combined-all-products-into-1-product.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.
