# 제품 옵션 셋업 절차

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

제품 옵션을 사용하려면 다음과 같은 셋업 절차를 진행해야 합니다:

{% stepper %}
{% step %}
[**제품 옵션 활성화**](/ko/smallbuilder-line-items/product-option/setup/activate.md)

제품 옵션을 사용하려면 빌더에서 제품 옵션 기능을 활성화해야 합니다. 이 기능은 **스탠다드 설정(기회, 견적, 주문)에서만 제공**됩니다.
{% endstep %}

{% step %}
[**제품 옵션 설정하기**](/ko/smallbuilder-line-items/product-option/setup/configure-product-options.md)

빌더에서 제품 옵션을 사용하려면 필요한 설정을 완료해야 제대로 기능을 사용할 수 있습니다.

예를 들어, 제품 옵션의 정보를 어떤 라인 아이템 필드에 저장할지, 어떤 기준으로 제품 옵션을 조회할지와 같은 필터 설정 등이 필요합니다.
{% endstep %}

{% step %}
[**제품 옵션 데이터 구성하기**](/ko/smallbuilder-line-items/product-option/setup/configure-product-option-data.md)

제품 옵션 설정이 완료되면, 편집기에서 조회할 제품 옵션 데이터를 구성해야 합니다. 이를 위해 SmallBuilder Line Items에서 제공하는 제품 구성(`SBLI__ProductFeature__c`) 및 제품 옵션(`SBLI__ProductOption__c`) 개체에 데이터를 구성합니다.
{% endstep %}
{% endstepper %}


---

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