> 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.
