> 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/guest/ko/configuration/customize-guest-deny-lists/deny-list-face-match.md).

# 거부 목록 얼굴 일치

Deny Lists는 Guest로 체크인하는 원치 않는 방문자를 표시합니다. 보안 심사 중에 시스템은 방문자의 전체 이름과 생년월일을 확인합니다. Deny List Face Match가 활성화되어 있으면 시스템은 방문자의 얼굴도 목록과 비교합니다.

***

## Deny List Face Match 활성화

{% hint style="danger" %}
다음이 필요합니다 **조직 관리자** Deny List Face Match를 관리할 수 있는 권한.
{% endhint %}

{% stepper %}
{% step %}
**Verkada Command에서 All Products > Workplace > Guest로 이동합니다.**
{% endstep %}

{% step %}
**왼쪽 탐색에서 Guest Settings를 클릭합니다.**
{% endstep %}

{% step %}
**Organization > Deny List에서 Enable Deny List Face Match를 켭니다.**
{% endstep %}
{% endstepper %}

***

## Deny List 항목에 사진 업로드

Deny List Face Match에 사용하려면 deny list 항목에 유효한 얼굴 사진이 포함되어 있어야 합니다. 사진은 항목에 수동으로 추가하거나 CSV 파일을 통해 업로드할 수 있습니다.

{% stepper %}
{% step %}
**Verkada Command에서 All Products > Workplace > Guest로 이동합니다.**
{% endstep %}

{% step %}
**왼쪽 탐색에서 Guest Settings를 클릭합니다.**
{% endstep %}

{% step %}
**Organization > Deny List 또는 Sites > Deny List에서 거부 목록 관리(Manage deny list)를 선택합니다.**
{% endstep %}

{% step %}
**차단 목록 항목을 선택하고 클릭** <i class="fa-pencil">:pencil:</i>**.**
{% endstep %}

{% step %}
**사진 추가를 선택합니다.**

a. 기기에서 사진을 업로드합니다.\
b. 클릭 **저장합니다.**
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
CSV로 deny list 항목을 가져올 때는 사진의 공개적으로 접근 가능한 URL을 다음의 **photo\_url** 열에 포함합니다.
{% endhint %}

***

## 구성

{% stepper %}
{% step %}
**기존 항목 편집** [**게스트 유형**](/guest/ko/configuration/configure-guest-types.md) **을 선택하거나 새로 생성합니다.**
{% endstep %}

{% step %}
**보안 심사 단계를 포함하고 Deny List 체크박스를 선택합니다.**
{% endstep %}

{% step %}
**배지 사진 단계를 포함합니다.**
{% endstep %}

{% step %}
**변경 사항 저장을 클릭합니다.**
{% endstep %}
{% endstepper %}

***

## Deny List Face Match 결과 검토

방문자가 Deny List를 확인하는 Guest Type을 통해 체크인하고, 방문자가 deny list에 있는 사람과 닮은 경우 Deny List Face Match 결과가 표시됩니다. ID와 마찬가지로 [보안 심사](/guest/ko/configuration/guest-security-screening/review-security-screening-results.md), 직원은 결과를 검토하여 확인하거나 무시해야 합니다.

<div align="left" data-with-frame="true"><img src="/files/e63f84824e8c46a11c69851a16f00b420307ef97" alt=""></div>

Deny List Face Match의 결과에는 플래그 **Deny List - Face Match** 가 기록의 왼쪽 상단에 표시됩니다.


---

# 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/guest/ko/configuration/customize-guest-deny-lists/deny-list-face-match.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.
