# 라인 아이템 편집기

라인 아이템 편집기는 **빌더 설정을 기반으로 구현된 사용자 맞춤형 편집기**입니다. 이 편집기를 통해 스탠다드 편집 화면에서 제공되지 않는 자동 계산, 추가 참조 데이터 표시 등 다양한 기능을 활용할 수 있습니다.

라인 아이템 편집기는 크게 두 가지 화면으로 구성되어 있습니다:

### 조회 선택기

조회 선택기 화면에서는 라인 아이템에 추가할 항목을 선택하는 역할을 합니다. 여러 개의 아이템을 선택하여 라인 아이템에 추가할 수 있습니다.

예를 들어, 기회에서 기회 제품을 추가할 때 제품을 선택하는 화면을 떠올리면 됩니다. 이 화면이 바로 조회 선택기에 해당합니다.

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

### 라인 아이템 편집기

라인 아이템 편집기 화면에서는 추가된 라인 아이템을 관리 및 편집합니다. 라인 아이템별 세부 정보를 수정하거나 계산된 결과를 확인할 수 있는 주요 작업 공간입니다.

(이미지)


---

# 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/line-item-editor.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.
