# 가상 열 추가하기

가상 열은 [비즈니스 규칙(데이터소스)](/ko/smallbuilder-line-items/builder/datasource.md)을 통해 가져온 데이터나 단순 계산 결과를 화면에 표시하기 위해 사용됩니다.

{% hint style="info" %}
현재 가상 열은 비즈니스 규칙에서만 사용할 수 있으며, 추후 다양한 용도로 확장될 예정입니다.
{% endhint %}

### 설정 방법

1. 가상 열 추가 버튼을 클릭합니다.
2. 내부적으로 사용할 API명을 입력하고 표시할 데이터의 유형을 선택합니다.\
   (API명 중복은 허용되지 않습니다.)
3. 화면에 표시할 레이블을 입력합니다.

<figure><img src="/files/NeRpXdMxbUVMQSOPy1D1" 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/add-virtual.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.
