> 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/verkada-cameras/ko/analytics/people-analytics/people-and-face-search-on-mobile-apps.md).

# 모바일 앱에서 사람 및 얼굴 검색

Verkada 모바일 앱은 사람과 얼굴을 검색할 수 있는 여러 가지 방법을 제공합니다.

## 카메라 전반에서 사람 기록 및 얼굴 검색에 액세스

{% stepper %}
{% step %}
**Verkada Command 앱을 엽니다.**
{% endstep %}

{% step %}
**왼쪽에서 오른쪽으로 스와이프하거나 탭하여 메뉴를 엽니다.**
{% endstep %}

{% step %}
**카메라 > 사람으로 이동합니다.**
{% endstep %}

{% step %}
**관심 인물 전체를 봅니다.**
{% endstep %}

{% step %}
**사진으로 검색합니다.**
{% endstep %}
{% endstepper %}

## 카메라별로 사람 기록 및 얼굴 검색에 액세스

{% stepper %}
{% step %}
**Verkada Command 앱을 엽니다.**
{% endstep %}

{% step %}
**왼쪽에서 오른쪽으로 스와이프하거나 탭하여 메뉴를 엽니다.**
{% endstep %}

{% step %}
**카메라 > 홈으로 이동합니다.**
{% endstep %}

{% step %}
**사람 기록을 검색할 카메라를 선택합니다.**
{% endstep %}

{% step %}
**카메라 아래에서 사람 탭을 탭하여 사람 기록을 봅니다.**
{% 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/verkada-cameras/ko/analytics/people-analytics/people-and-face-search-on-mobile-apps.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.
