# Option Group

The **Option Group** option type allows you to organize and group related options together, enhancing the product page's clarity and user experience. This feature is particularly powerful for complex products where multiple related choices are available, making it easier for customers to navigate and make selections. The grouped options can be expanded or collapsed, offering a streamlined, organized presentation.

👉You can check out our [Demo prouduct](https://avis-demo.avisplus.io/products/option-group) to see how it works&#x20;

***

## **Basic Option Settings:**

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

#### **1. Option Name**

This is the internal name used within your app to identify the Option Group. It helps you organize and manage the options during setup.

#### **2. Label on Product**

This label will appear above the Option Group on the product page, guiding customers on the content of the group.

#### **3. Option List**

A collection of the options that will be included within this group. This list can comprise various option types, enabling you to create a tailored combination of options that meet your specific needs.

#### **4. Conditional Logic**

Allows the Option Group to be displayed or hidden based on customer selections. This is useful for showing the group only when specific criteria are met.

{% hint style="info" %}
[How to set up Conditional logic for your options](https://options-docs-v2.avisplus.io/app-features/conditional-logic-option-b-shows-if-option-a-is-selected)
{% endhint %}

***

## **Advanced Option Settings:**

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

#### **1. Expand**

Controls whether the Option Group is initially expanded or collapsed on the product page, allowing customers to focus on relevant details.

#### **2. Tooltip**

Provides a brief explanation or additional context for the Option Group. This helps customers understand what’s included without cluttering the interface.

#### **3. Help Text**

Offers more detailed information directly below the Option Group, guiding customers through their choices with additional support.


---

# 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://options-docs-v2.avisplus.io/option-types/all-option-types/option-group.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.
