# Product Option

The Product Option feature allows you to add sub-options to a line item, making it possible to register and manage components of a specific product (e.g., additional services, accessory products). This is particularly useful when handling product configurations.

{% hint style="warning" %}
The Product Option feature is available only for certain standard objects:

* Opportunity
* Quote
* Order

For more details, refer to the builder’s documentation on Line Item Object Settings:

View Line Item Object Settings Documentation >
{% endhint %}

### Configuring Product Options

To use the Product Option feature, first activate it in the builder and configure the required settings and data. Follow the setup procedures outlined in the reference documentation:

View Product Option Setup Procedures >

### Display and Storage of Line Item Option Values

Learn how product options are displayed and stored in line items:

View Display and Storage Methods >


---

# 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://help.smallbuilder.com/smallbuilder-line-items/product-option.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.
