# 2. '좋아요' 한 목록만 모아보고 싶어요.

1. 관리자 웹 > 앱 설정 > 좌측에서 원하는 탭 선택 > 원하는 화면을(ex. [목록 화면](/main/guide/dictionary/list.md), [상세 화면](/main/guide/dictionary/read.md) 등) 선택해 주세요.&#x20;
2. 아이콘 블록을 추가하고,  우측에서 '액션'을 선택해 '액션 추가'를 클릭해 주세요.
3. 액션 타입에 '좋아요 필터(likeFilter)'를 선택해 주세요.
4. 아이콘 블록의 [스타일](/main/guide/develop_app/4/style.md) 설정을 통해 아이콘의 모양과 크기, 위치를 조절할 수 있어요.
5. 변경 사항을 저장해 주세요.&#x20;

> \#찜목록 확인하기, #좋아요 한 목록 모아보기, #내가 좋아요 한 글, #내가 찜한 글

2024.02.07 Jinny<br>


---

# 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://docs.ohmyapp.io/main/guide/faq/app-settings/2.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.
