> For the complete documentation index, see [llms.txt](https://help.smallbuilder.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.smallbuilder.com/ko/smallbuilder-line-items/builder/builder-setup-steps/setup-lookup-selector/add-columns.md).

# 열 추가하기

조회 선택기에 표시할 필드(열)을 설정합니다. 또한, [데이터소스](/ko/smallbuilder-line-items/builder/datasource.md)에서 가져온 데이터를 표시하기 위해 가상 열을 추가할 수 있습니다.

{% hint style="danger" %}
현재 **필드 보안 수준(Field-Level Security)에 따라 필드가 제어되지 않습니다.** 사용자가 해당 필드에 대한 권한이 없을 경우, 오류가 발생합니다. 추후에 개선될 예정입니다.
{% endhint %}

### 설정 방법

조회 선택기 설정 단계에서 **열 추가** 버튼을 클릭하여 조회 선택기에 표시할 필드를 선택합니다.

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

#### 열 추가 예시

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.smallbuilder.com/ko/smallbuilder-line-items/builder/builder-setup-steps/setup-lookup-selector/add-columns.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
