# Product Variants

Imonggo has different product types for different product scenarios, in this article we will show you how to add your product variants to your stockroom to be sold in your store.

### Step 1:

Go to your Settings then Variant Types and click on the New Variant Type link to create a variant type.

<figure><img src="https://downloads.intercomcdn.com/i/o/451283419/6a5c4d4ad335e96f311e159c/Variants+1.png" alt=""><figcaption></figcaption></figure>

### Step 2:

Input the variant type then click the Save button.

<figure><img src="https://downloads.intercomcdn.com/i/o/451283722/48fea7c4e6583b6d2ee91eff/Variant+2.png" alt=""><figcaption></figcaption></figure>

### Step 3:

Once it's saved, it will appear under variant types. You can only have up to three variant types at a time. Here we created a flavor variant type.

<figure><img src="https://downloads.intercomcdn.com/i/o/451288676/c8ceb89b48f231c6d888e098/Variant+3.png" alt=""><figcaption></figcaption></figure>

### Step 4:

Go to your Stockroom and click the Add Product button.

### Step 5:

In the Add Product page, fill out the details of the product, scroll down to the Product Type and select Variant Product from the drop down.

<figure><img src="https://downloads.intercomcdn.com/i/o/451318888/5fc3da10a99541ef7316598d/Variant+4.png" alt=""><figcaption></figcaption></figure>

### Step 6:

When you select Variant Product, you will see that you now have an Add Variants and Barcodes section below.

<figure><img src="https://downloads.intercomcdn.com/i/o/451319967/0c284bd70ed26b90a86162a8/Variant+5.png" alt=""><figcaption></figcaption></figure>

### Step 7:

Here you can see the variant type we added in step 2. Type in the variant options in the options box, for example the flavor options are strawberry, chocolate and vanilla.

<figure><img src="https://downloads.intercomcdn.com/i/o/451322893/42ab3fa2cbf7ce652f1070ae/Variant+6.png" alt=""><figcaption></figcaption></figure>

### Step 8:

As you add options, the variant information below will display. Here you can input the price, cost, quantity and stock number and click Apply to All to apply it to all the variant options or you can manually fill this information per option.

### Step 9:

Once you've filled out the information for your product, click the Save button in the upper right corner of the page.


---

# 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://imonggo.gitbook.io/imonggo-help-center/advanced-topics/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.
