# 조회 개체 (Lookup Object)

조회 개체는 라인 아이템 개체에서 참조하는 개체로, 사용자는 조회 레코드를 선택하여 이를 기반으로 라인 아이템 레코드를 생성합니다.

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

<table data-header-hidden><thead><tr><th width="54"></th><th width="249"></th><th></th></tr></thead><tbody><tr><td><strong>1</strong></td><td><a href="/pages/8AnnGszFS7jRTksMXdBz">조회 참조 필드 선택하기</a></td><td>라인 아이템 개체에서 조회 개체를 참조하는 필드를 설정합니다.</td></tr><tr><td><strong>2</strong></td><td><a href="/pages/T7Olg5lXE7CPPn8caVzv">키워드 검색 설정하기</a></td><td>조회 레코드를 검색할 때, 어떤 필드값을 기준으로 검색할지를 설정할 수 있습니다. 기본적으로 조회 개체의 Name 필드가 검색 기준으로 설정됩니다.</td></tr><tr><td><strong>3</strong></td><td><a href="/pages/nvA3SBURV3PEMCWG7Bif">조회 선택기 차단하기</a></td><td>라인 아이템 편집기에서 조회 선택기를 사용하지 않고, 라인 아이템 편집만 원하는 경우, 조회 선택기를 차단하도록 설정할 수 있습니다. 또한, 조건에 따라 조회 선택기를 차단하거나 활성화할 수도 있습니다.</td></tr><tr><td><strong>4</strong></td><td><a href="/pages/wEgorOl4z5s5fYBdSC81">필터 및 정렬 순서 설정하기</a></td><td>필터를 사용하여 필요한 데이터만 조회하고, 조회된 데이터에 대해 원하는 정렬 순서를 설정할 수 있습니다.</td></tr></tbody></table>


---

# 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/relate-objects/lookup-object.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.
