> 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/default-setup/undefined-4.md).

# 아이콘 표시

ListView 타이틀 앞의 아이콘 표시 여부를 설정할 수 있습니다. 이 기능을 통해 **사용자는 각 리스트의 시각적 식별을 용이하게 할 수 있습니다.** 이러한 시각적 요소는 사용자 경험을 향상시키고, 정보 구조를 더욱 명확하게 만들어 업무 효율성을 높이는 데 기여합니다.

***

### :small\_orange\_diamond: 설정 방법

1\. 아이콘 표시(Show Icon) 버튼을 활성화 합니다. 아이콘 표시 버튼을 활성화 할 경우 하단에 아이콘 박스가 나타납니다.

<figure><img src="/files/593817ldZxzfOvdV7W45" alt="" width="335"><figcaption><p>기본 설정 화면</p></figcaption></figure>

2\. 아이콘 박스에서 아이콘을 선택하고 ListView 타이틀 옆에 해당 아이콘이 나타나는지 확인합니다.

<figure><img src="/files/ILQ7HBEKEfactN22zkNx" alt="" width="563"><figcaption><p>아이콘 표시 확인</p></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-lists/undefined-1-1/default-setup/undefined-4.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.
