> 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/change-column-labels.md).

# 레이블 변경하기

조회 선택기의 데이터 테이블에 표시할 열 레이블을 변경할 수 있습니다. **기본적으로 선택된 필드의 레이블**이 표시되며, 레이블 입력란에 값을 입력하면 해당 값이 표시됩니다. 또한, **입력란 옆의 아이콘(** <img src="/files/umcyEE5DL6ZO4iOFrI3R" alt="" data-size="line"> **)**&#xC744; 클릭하여 [커스텀 라벨을 삽입](/ko/smallbuilder-line-items/builder/inserting-custom-labels.md)하면 사용자 언어 설정에 따라 번역된 레이블이 표시됩니다.

{% hint style="info" %}
레이블을 별도로 설정하지 않은 경우, 기본적으로 표시되는 필드 레이블은 사용자 언어에 따라 번역됩니다.
{% endhint %}

<figure><img src="/files/7XfiV5bElwy3dpo45Q7z" 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/change-column-labels.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.
