# Consumer Bunches

Before stepping into the process, it is important to know some concepts for this module:

**What is a consumer bunch?**

Usually, clients tend to make purchase orders by colors instead of varieties. A *consumer bunch* or a *color SKU* is a concept to define and sort different varieties of roses by color.&#x20;

For example, a client can ask for red roses of 60cm and 12 stems, then for those POs and the farm can pack different varieties of red roses such as explores and freedoms. Therefore, the farm should generate bunches with tickets labelled with color SKUs.

A consumer bunch has two SKU labels and one ID in our system. A real variety SKU which describes what kind of bunch the postharvest has processed and the color sku that describes the color assigned to that bunch.

&#x20;And a color SKU.  A color SKU shows the color instead of the variety in its label. See the example below.

**Color SKU or Alt. SKU** \
&#x20;                            **CB                        RED          60CM                N                     12ST                         BL**\
&#x20;                    Consumer Bunch     Color    Centimeters   Cut stage   Number of stems   Package Type

**Real Variety SKU**

&#x20;         **Freedom          60CM                N                     12ST                         BL**\
&#x20;                       Variety        Centimeters   Cut stage    Number of stems    Package Type

{% hint style="danger" %}
**Note:** To have the Consumer Bunches module working, it is required to create Color SKUs, and therefore, new varieties for the compounds called **Color Varieties** or **Non Real Varieties**.  Make sure your Color Variety and Color SKU is set as a **non-real variety** in **Manage Products**, it allows the product appears in the Consumer Bunches module.&#x20;
{% endhint %}

![Set No for Real Variety in Manage Products](/files/-MeVlBPlnN9yfOWuG0MA)


---

# 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://manual.unosofbooks.com/post-harvest/station-2-inventory-packing/consumer-bunches.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.
