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

# 게스트 차단 목록 사용자 지정

차단 목록은 조직이 원치 않는 방문자를 제한할 수 있도록 돕기 위해 설계되었습니다. [보안 심사](/guest/ko/configuration/guest-security-screening.md). 내부에서 [Verkada Guest](https://docs.verkada.com/docs/verkada-guest-overview.pdf), 관리자는 사이트별 및 조직 전체에 걸쳐 개인별 맞춤 차단 목록을 관리할 수 있습니다.\
​\
이는 다음과 같은 보호 사례에 이상적입니다:

* 접근 금지 명령
* 복잡한 양육권 배정
* 불만을 품은 전직 직원
* 무단 침입자

***

## 구성

맞춤 차단 목록은 사이트 수준과 조직 수준에서 유지 관리할 수 있습니다.

{% hint style="danger" %}

* 다음이 필요합니다 **조직 관리자** 조직 수준 차단 목록을 편집할 수 있는 권한.
* 다음이 필요합니다 **작업장 사이트 관리자** 사이트 수준 차단 목록을 편집할 수 있는 권한.
  {% endhint %}

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

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

{% step %}
**Organization > Deny List 또는 Sites > Deny List에서 차단 목록 관리를 선택합니다.**
{% endstep %}
{% endstepper %}

### 수동 입력

기존 차단 목록에 개인을 추가하기 위해 수동 항목을 만들 수 있습니다.

{% stepper %}
{% step %}
**오른쪽 상단에서 추가를 선택합니다.**
{% endstep %}

{% step %}
**업로드 옵션을 선택합니다:**

a. **개인 추가:**

1. 이름과 성을 입력합니다.
2. (선택 사항) 생년월일을 입력합니다.
3. (선택 사항) 메모를 입력합니다.
4. (선택 사항) 사진을 추가합니다.
5. 클릭 **저장합니다.**

g. **CSV로 추가:**

1. 형식이 올바른 CSV 파일을 선택합니다.
2. 클릭 **저장합니다.**

<div data-with-frame="true"><img src="/files/1dc0f4582d93964d25b1a07d5464164d782b7f1a" alt=""></div>
{% endstep %}
{% endstepper %}

### 대량 업로드

CSV 업로드로 전체 차단 목록을 교체할 수 있습니다.

{% stepper %}
{% step %}
**오른쪽 상단에서 교체를 선택합니다.**
{% endstep %}

{% step %}
**형식이 올바른 CSV 파일을 업로드합니다.**
{% endstep %}

{% step %}
**저장을 선택합니다.**

<div data-with-frame="true"><img src="/files/a9eae52c7d8d1870db03b849bfe26e3082a17a27" alt=""></div>
{% endstep %}
{% endstepper %}

***

## 차단 목록 CSV 형식

| 필수           | 설명                                                                           |
| ------------ | ---------------------------------------------------------------------------- |
| `first_name` | 차단하려는 게스트의 이름입니다. 가능하면 가운데 이름을 **first\_name** "John Michael" 형식의 필드에 추가하세요. |
| `last_name`  | 차단하려는 게스트의 성입니다.                                                             |

| 선택 사항            | 설명                                                                                  |
| ---------------- | ----------------------------------------------------------------------------------- |
| `생년월일(YYYYMMDD)` | 게스트의 생년월일입니다. 이 필드는 더 정확한 일치 여부를 허용할 수 있습니다.                                        |
| `notes`          | 용의자가 차단 목록의 항목과 일치하는 경우 추가 메모를 접수 담당자와 공유할 수 있습니다.                                  |
| `photo_url`      | 얼굴 사진의 링크를 추가합니다. 형식은 다음 중 하나여야 합니다. **.jpeg, .png 또는 .jpg**. URL은 HTTPS를 사용해야 합니다. |


---

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