> For the complete documentation index, see [llms.txt](https://options-docs-v2.avisplus.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://options-docs-v2.avisplus.io/get-started/key-terminology-simplified/avis-options-and-variants.md).

# Avis Options and variants

Shopify allows each product to have up to 3 options and no more than 100 variants. If you want to go beyond this limit, you can use a 3rd-party app like [***Product Options Variant Option***](https://apps.shopify.com/avisplus-product-options)***.***

Our app brings you the ability to create unlimited custom **options and variants** for your products, satisfying all your needs for strategic sales and personalized aesthetics.

<details>

<summary>You add variants to a product that comes in more than one option, such as size or color. Each combination of options for a product is a variant for that product.</summary>

For example, suppose that you sell T-shirts with two options: size and color. The size option has three values: ***small, medium, and large***. The color option has two values: ***blue and green***. One specific variant from these options is a ***small/ blue*** T-shirt.

You can see a list of variants for a product on its product details page.

Further details can be found in this Shopify document about [***Variant***](https://help.shopify.com/en/manual/sell-in-person/shopify-pos/inventory-management/products/variants)

</details>


---

# 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://options-docs-v2.avisplus.io/get-started/key-terminology-simplified/avis-options-and-variants.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.
