> For the complete documentation index, see [llms.txt](https://help.takulabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.takulabs.io/how-to-get-started/general-settings/editing-business-details/inventory-options-settings.md).

# Inventory Options Settings

This guide will take you through the process of adding variant Options for matrix products in TAKU Retail. Options are the dimensions used to create different Variants of the same product such as Size, Color, etc.

{% hint style="info" %}
Note that you can create unlimited Options in the Inventory Options Settings but each matrix product in TAKU Retail can have a maximum of 4 different Options
{% endhint %}

1. On the left menu, go to **Settings** > **Business Settings**
2. Click on **Inventory Option Settings**<br>

   <figure><img src="/files/ebntlL0bE9SUf9HCVoF1" alt=""><figcaption></figcaption></figure>
3. In the **Inventory Options Settings** screen you will see any existing Options and their values. To add a new inventory Option use the **Add Row** button at the top right<br>

   <figure><img src="/files/uFUz5MWEJimemGmlhgfD" alt=""><figcaption></figcaption></figure>
4. Enter the **Option Name** into the new row such as size or color. Click the yellow **Save** button at the top left.<br>

   <figure><img src="/files/bmvHRwnatFWJHXUaLNzG" alt=""><figcaption></figcaption></figure>
5. To add values (e.g. blue, yellow, red, etc.) to an Option, click on the **Add/Edit** button of the corresponding row.<br>

   <figure><img src="/files/BpeWU3ZCKegAbLz1yuXp" alt=""><figcaption></figcaption></figure>
6. On the **Inventory Options Setting Values** screen, click on the **Add Row** button at the top right to add a new value.<br>

   <figure><img src="/files/xArBr3fV4xnmBFpbLPIz" alt=""><figcaption></figcaption></figure>
7. Enter the **Option Value** in the new row and press enter or click the Add Row button again. Repeat steps 6 and 7 to add additional values.<br>

   <figure><img src="/files/z9HB8mdqzCQ9UBii6mU0" alt=""><figcaption></figcaption></figure>
8. Click the yellow **Save** button at the top left when finished.<br>

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.takulabs.io/how-to-get-started/general-settings/editing-business-details/inventory-options-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
