> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/access-control/ko/users-and-credentials/verkada-pass-app/favorite-doors-in-verkada-pass-app.md).

# Pass 앱의 즐겨찾기 도어

Verkada Pass 앱에서는 가장 자주 사용하는 즐겨찾는 도어를 최대 6개까지 선택할 수 있습니다. 즐겨찾기한 도어는 앱 상단에 표시되어 필요할 때 더 빠르고 쉽게 잠금 해제할 수 있습니다.

{% hint style="danger" %}
즐겨찾는 문은 현재 iOS에서만 사용할 수 있습니다. 앱이 최신 버전으로 업데이트되어 있는지 다음에서 확인하세요 [App Store](https://apps.apple.com/us/app/verkada-pass/id1477261074).
{% endhint %}

***

### 즐겨찾는 문 설정

{% stepper %}
{% step %}
**Verkada Pass 앱을 열고 선택하세요** <i class="fa-star">:star:</i>.
{% endstep %}

{% step %}
**즐겨찾기에 추가할 각 도어 옆의 별 아이콘을 선택합니다.**
{% endstep %}

{% step %}
**완료되면 완료를 탭합니다.**
{% endstep %}
{% endstepper %}

선택한 즐겨찾는 문은 맨 위에 표시됩니다 **문** 목록에서 쉽게 액세스할 수 있습니다.


---

# 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.verkada.com/access-control/ko/users-and-credentials/verkada-pass-app/favorite-doors-in-verkada-pass-app.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.
