# How to add items and categories?

### How to add category

We suggest adding item categories before you start add items. This is for better inventory management.  Follow these steps to create a category:

1. Open Menu bar on the left
2. Tap on **Inventory Management**
3. Tap on **+ New Category** button&#x20;
4. Enter a **Category Name** and set a colour code
5. Tap on **Save**&#x20;

Once you add all categories, you can start adding items in their respective categories. see below.

### How to add items to inventory

Follow these steps to add items to your inventory:

1. Open Menu bar on the left
2. Tap on **Inventory Management**
3. Tap on **+ New Item** button&#x20;
4. Press the coloured icon on tap to edit or add an item image
5. Add item name in  **Enter** **Title** and add to a category using the **Select Category** option
6. &#x20;Now scroll down to add the selling price in the **Price** section

{% hint style="info" %}

#### Bulk import inventory

We have an option to import your all your inventory items using spreadsheets (or xls sheets). See how to import in [this section.](/en/table-of-content/inventory-management/how-to-import-inventory-items.md)
{% endhint %}

### How to add items variants

You can add item variants on Zobaze. For example, in a category called Fruits you can add Apple as an item  with multiple variants like Green Apple and Red Apple.  To create item variants follow these steps:

1. Tap on an existing item or use above directions on How to add items
2. Scroll to the bottom to find the **+** symbol in blue colour
3. Enter the price and give the variant details


---

# 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://help.zobaze.com/en/table-of-content/inventory-management/how-to-add-items-and-categories.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.
