> For the complete documentation index, see [llms.txt](https://docs.xorosoft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xorosoft.com/xoroerp-1/admin/product/product-option/creating-product-options.md).

# Creating Product Options

Product options allow you to define various attributes of a product, such as color, size, weight, and more. Once the product options are defined, you can enter the values for the product options. In XoroERP, you can add three product options for a product.

{% hint style="info" %}
To create a product option, go to **Menu > Admin > Product > Product Option**
{% endhint %}

To create a product option, you'll begin by entering the header-level information. Once you have entered the basic details, you can enter the product option details.

#### Product Option Header Fields

* **Product Option Name:** Enter a descriptive name for the product option. This should be a clear and concise identifier, such as "Color", "Size", or "Weight".
* **Description:** Enter a brief description of the product option. This helps in understanding the purpose and scope of the option.

After entering the header-level information, you'll proceed to enter the product option details. This is where you'll define the attributes of the product option, which will later be used to create variations of the product.

In the "Product Option Details" section, enter the following information:

* **Option Value:** Enter the value for the product option. This could be specific colors, sizes, weights, etc. For example, if the product option is "Color", values might include "Red", "Blue", and "Green".
* **Code:** This field allows you to assign a unique code to each option value. This code helps in identifying and managing the option values within the system.

Once you've entered the product option details, click "Add Option Value" to add the product option. You can repeat this process to add multiple option values for the product option.

After adding all the product options, click "Save" to create the product options.


---

# 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://docs.xorosoft.com/xoroerp-1/admin/product/product-option/creating-product-options.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.
