# Product variants

If you are listing two or more products which are very similar, but only vary on price, or size, or something like flavour, it is best to create a ‘variant’ for that product, rather than creating multiple, separate products. This will make the listing clearer to customers and prevent your store from becoming cluttered.

![](/files/-MeUY8P1WEW2htEj8d9x)

## How do I create a Product Variant?&#x20;

First of all, it is necessary to create a product, which will automatically be also the first variant of this product. For more details on adding simple products, click [here](/hungarian/basic-features/products-1/products.md).&#x20;

In your admin dashboard, go to the products page where you will find the list of products for companies of "producer" nature that you manage. To see **all the variants** associated with your products, click on "Expand All" in red at the top left of the table.

![](/files/-LtPW5zcXGBULvsnclyX)

To see see the variants of a specific product only, click on the angle ">" to the left of the first column of the table. If you wish to create a new variant for this product, click on the small plus "+" which is displayed just below as shown above.

This will add a new line allowing you to quickly enter information about the second variant:

![](/files/-LtPWkctN8fBfs-o5VCN)

The first line corresponds to the 'parent product' which will be offered for sale to customers in the form of several variants. Some product-level information will therefore apply to all variants, such as the unit of measure, the name of the unit if the product is sold individually, the properties, the conditions of transport, etc.&#x20;

The 2nd and 3rd lines are here the 2 variants of the product. Each variant is distinguished from the others by at least one differentiating element, such as the unit (eg. packaging per 500g instead of 100g for the first variant) and, very often, the associated price.  Slight variations in the nature of a product (eg. flavour) can be detailed by changing the name of each variant (eg. variant one has name = 'goats cheese- herbs' and variant two has name=  'goats cheese- garlic').&#x20;

{% hint style="info" %}
To avoid errors when reading reports, we strongly recommend that you always name each variant differently.
{% endhint %}

{% hint style="danger" %}
At the moment, stock levels can only be defined **at the level of the variant.**

We know this might be a problem if you have a fixed amount of an item but wish to retail in bulk quantities as well as singularly. (eg if you have only 5 kg of tomatoes in total but wish to sell as variants of  100 g and 1 kg you will have to manage your stock levels between the two variants manually.)
{% endhint %}

{% hint style="success" %}
There is no maximum number of variants for a product. You can add as many as you need.
{% endhint %}

{% hint style="info" %}
When you are finished always select 'save changes' in the red box at the bottom right of the screen.
{% endhint %}


---

# 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://guide.openfoodnetwork.org/hungarian/basic-features/products-1/product-variants.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.
