# 적용

**셋업이 완료되면 저장 후 빌더상단의 Active 기능 Configuration이 활성화되어야 실제 사용할 준비가 완료됩니다.**

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

### Preview

빌더 상단의 Preview 기능을 활용하며 구현된 Line-item configurator를 실행하여 볼 수 있습니다.

### Add Button

빌더 상담의 Add Button 기능을 활용하여 구현된 Line-Item Configurator를 원 클릭으로 Parent 개체의 Page Layout에 추가할 수 있습니다.

### Component 직접 생성

버튼 이외에 다른 곳에서 Line-Item Configurator를 호출하고 싶은 경우 아래와 같이 `<SBLD:LineItemConfigurator />`를 삽입해주면 됩니다.

{% hint style="warning" %}
현재는 Aura Component만 제공됩니다.
{% endhint %}

```html
<aura:component implements="force:lightningQuickActionWithoutHeader,force:hasRecordId" >   
    <SBLD:LineItemConfigurator 
        recordId="{!v.recordId}" 
        builderId="XXX..." />
</aura:component>
```

#### **Attributes**

<table><thead><tr><th width="131">항목</th><th width="496.33333333333326">설명</th><th>필수</th></tr></thead><tbody><tr><td>recordId</td><td>Line-Item Configurator에서 설정한 Parent의 레코드 ID 입니다.</td><td><mark style="color:red;">✔️</mark></td></tr><tr><td>builderId</td><td>Line-Item Configurator의 레코드 ID 입니다.</td><td><mark style="color:red;">✔️</mark></td></tr></tbody></table>


---

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