# 기본값 설정하기

라인 아이템 추가 시 기본값을 할당할 수 있습니다. 기본값은 **텍스트** 또는 **숫자**만 설정 가능합니다.

{% hint style="warning" %}
기본값은 라인 아이템이 **최초 추가될 때**만 할당됩니다.
{% endhint %}

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

### 예시: 수량의 기본값을 1로 설정하기

빌더에서 수량 필드(열)의 기본값을 1로 설정합니다.

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

라인 아이템 추가 시, 수량이 자동으로 1로 할당되는 것을 확인할 수 있습니다.

<figure><img src="/files/bDjEb1JDVPVNlwWYzXy2" 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/builder/builder-setup-steps/setup-line-item-editor/set-default-value.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.
