# 셋업 절차

리스트를 구현하기 위해서는 다음의 절차를 수행합니다.

{% stepper %}
{% step %}
[<mark style="color:blue;">기본 설정</mark>](/ko/smallbuilder-lists/undefined-1-1/default-setup.md)

리스트의 기본 설정을 하는 패널입니다.
{% endstep %}

{% step %}
[<mark style="color:blue;">데이터 테이블 설정</mark>](/ko/smallbuilder-lists/undefined-1-1/datatable-setup.md)

List View에 노출되는 데이터 테이블을 세밀하게 설정하고 효율적으로 관리할 수 있습니다.
{% endstep %}

{% step %}
**추가 설정**

리스트에 부가적인 기능(데이터 가져오기, 작업, 필터 등)을 설정합니다.

* [<mark style="color:blue;">데이터 가져오기 설정</mark>](/ko/smallbuilder-lists/undefined-1-1/undefined.md)
* [<mark style="color:blue;">작업 설정</mark>](/ko/smallbuilder-lists/undefined-1-1/action-setup-optional.md)
* [<mark style="color:blue;">필터 설정</mark>](/ko/smallbuilder-lists/undefined-1-1/filter-setup-optional.md)
* [<mark style="color:blue;">축소형 구성기 설정</mark>](/ko/smallbuilder-lists/undefined-1-1/compact-configurator-setup.md)
* [<mark style="color:blue;">모바일 설정</mark>](/ko/smallbuilder-lists/undefined-1-1/mobile-setup.md)
* [<mark style="color:blue;">데이터소스 설정</mark>](/ko/smallbuilder-lists/undefined-1-1/datasource-setup.md)
  {% endstep %}

{% step %}
[<mark style="color:blue;">적용</mark>](/ko/smallbuilder-lists/undefined-1-1/deploy-manage.md)

셋업이 완료된 리스트 구성기를 기반으로 사용자 정의 탭을 생성하고 관리할 수 있습니다.
{% endstep %}
{% endstepper %}


---

# 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-lists/undefined-1-1.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.
