# 제품 옵션 (Product Option)

{% hint style="danger" %}
버전 1.39부터 제품 옵션 기능을 더 이상 지원하지 않습니다. 단, 기존에 설치되어 제품 옵션 기능을 사용 중인 조직에서는 계속 사용할 수 있습니다.
{% endhint %}

라인 아이템에 하위 옵션 제품을 추가할 수 있는 기능으로 특정 제품의 구성 요소(예: 추가 서비스, 부가 제품)를 함께 등록하거나 관리하고자 할 때 사용됩니다.

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

{% hint style="warning" %}
제품 옵션 기능은 **일부 스탠다드 개체**에서만 사용 가능합니다:

* 기회
* 견적
* 주문

[빌더의 라인 아이템 개체 설정 문서를 참고하세요 >](https://github.com/Windmillsoft/smallbuilder-help-kr/blob/main/smallbuilder-line-items/product-option/broken-reference/README.md)
{% endhint %}

### 제품 옵션 설정하기

제품 옵션을 사용하려면 먼저 빌더에서 제품 옵션 기능을 활성화하고, 필요한 설정과 데이터를 구성해야 합니다. 아래 참조 문서의 셋업 절차를 따라 설정을 진행하세요.

[제품 옵션 셋업 절차 >](/ko/smallbuilder-line-items/product-option/setup.md)

### 라인 아이템 옵션 값의 표시 및 저장 방식

옵션이 라인 아이템에 어떻게 표시되고 저장되는지 확인하세요.

[표시 및 저장 방식 확인하기 >](/ko/smallbuilder-line-items/product-option/display-and-storage-of-line-item-option.md)


---

# 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/ko/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.
