# Dashboard terms explained

**Option Set:** A grouping of option fields that display on a product page(s).

**Assign Options to Products:** Logic that specifies what product page(s) option sets appear on.

**Label on Product:** The text that appears above on the product page above the input type. Acts as a title for your option.&#x20;

**Label on Cart:** The name of the field that appears on orders to define the custom option.

**Input Type:** The type of form field you wish to use. Infinite Options currently supports text, number, large text, radio button, checkbox, and drop down menu inputs.

**Advanced Options:** More advanced features for your options.&#x20;

**Class Name:** An HTML class that will be appended to the parent element of an option. This is not a field that needs to be filled in otherwise.

**Required Field:** A control that makes the form field required before the product can be added to the cart.&#x20;

**Default Value:** A value that's already selected when navigating to a product page.&#x20;

**Placeholder Text:** Text that appears inside form fields before a value is entered.

**Character Limit:** A set number of characters that can be used within a textbox.&#x20;

**Conditional Logic:** A feature that allows you to have an option appear or hide based on the previous selection.&#x20;

**Conditional Rule:** A statement that expresses whether an option field will display or be hidden depending on whether the set condition(s) are met.

**Swatch(es):** An option that can attach an image or color.&#x20;


---

# 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://shoppad.gitbook.io/infinite-options/troubleshooting/dashboard-terms-explained.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.
