> 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/preview.md).

# 미리보기

편집기를 실제로 사용하기 전에, 빌더에서 설정한 내용이 어떻게 편집기로 구현되는지 미리보기를 통해 확인합니다.

{% hint style="warning" %}
현재는 변경된 설정을 반드시 저장해야만, 미리보기를 통해 변경된 사항이 반영된 것을 확인할 수 있습니다.
{% endhint %}

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

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

<table data-header-hidden><thead><tr><th width="86"></th><th width="141"></th><th></th></tr></thead><tbody><tr><td><strong>1</strong></td><td>장치</td><td>장치에 따라 편집기를 미리 볼 수 있습니다.</td></tr><tr><td><strong>2</strong></td><td>대상 레코드 선택</td><td>미리 보고 싶은 대상 레코드를 선택합니다. 선택할 레코드는 부모 개체의 레코드입니다.</td></tr></tbody></table>

#### 미리보기 예시

<figure><img src="/files/oqT6auMpaIcPN3TKAShm" 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/preview.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.
