> 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-lists/undefined-1-1/filter-setup-optional/add-and-configure-filters.md).

# 필터 추가 및 설정

필터는 리스트 구성기에 설정된 개체의 필드에 기반합니다. 사용자는 다양한 조건(예: 같음, 포함, 보다 큼, 보다 작음 등)을 사용하여 원하는 데이터만 표시할 수 있으며, 여러 필터를 조합하여 복잡한 검색 조건을 만들 수 있습니다.

***

### :small\_orange\_diamond: 필터 추가 설정 방법

1\. 필터 추가(Add Filters) 버튼을 클릭합니다.

<figure><img src="/files/kGKNJise4MiPjOclDDHd" alt="" width="338"><figcaption><p>필터 설정 화면</p></figcaption></figure>

2\. 필드 선택 화면에서 추가할 필드를 선택합니다.

<figure><img src="/files/niB9LmTygSMpQ7lirKTP" alt="" width="563"><figcaption><p>필드 선택 화면</p></figcaption></figure>

3\. 추가(Add) 버튼을 클릭하여 필터를 추가합니다.

***

### :small\_orange\_diamond: 공백 추가 설정 방법

한 행 당 필터의 개수를 채우기 위하여 공백 필터를 추가할 수 있습니다.

<figure><img src="/files/R1B3YD2r2NOCzwns4pQ5" alt="" width="296"><figcaption><p>필터 설정 기본 화면</p></figcaption></figure>

1\. 공백추가(Add Blank Space) 버튼을 클릭합니다.

***

### :small\_orange\_diamond: 필터 편집 설정 방법

1\. 필터 설정 화면에서 편집할 필터의 편집 아이콘을 클릭합니다.

<figure><img src="/files/ehgGNzis3JDEEWhJJ8ll" alt="" width="337"><figcaption><p>필터 설정 화면</p></figcaption></figure>

2\. 해당 필터를 설정합니다. 필터의 필드 유형이텍스트형, 숫자형, 조회형인 경우 편집 내용이 추가됩니다.

* [<mark style="color:blue;">유형별 편집 내용 자세히 보기 ></mark>](/ko/smallbuilder-lists/undefined-1-1/filter-setup-optional/add-and-configure-filters/filter-editing-by-type.md)

3\. 저장(Save) 버튼을 클릭하여 필터를 저장합니다.


---

# 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-lists/undefined-1-1/filter-setup-optional/add-and-configure-filters.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.
