> 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/configure-guest-types.md).

# 게스트 유형 구성

게스트 유형을 사용하면 체크인 시 게스트가 제공해야 하는 정보를 맞춤 설정할 수 있습니다. 여기에는 보안 심사, 필수 문서 등이 포함될 수 있습니다. 게스트 유형은 게스트가 쉽게 알아볼 수 있는 이름으로 지정하는 것이 도움이 됩니다. 예를 들어 *면접* 또는 *배달*.

{% hint style="danger" %}
글로벌 게스트 유형을 생성하는 데 필요한 최소 역할은 **조직 관리자**.
{% endhint %}

***

## 게스트 유형 구성

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

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

{% step %}
**조직 > Guest 유형에서 Guest 유형 관리를 클릭합니다.**
{% endstep %}

{% step %}
**오른쪽 상단에서 게스트 유형 추가를 클릭합니다.**

a. 선택합니다 **글로벌 게스트 유형 추가** 모든 사이트에 대한 Guest 유형을 만들려면.\
b. 선택 **사이트 게스트 유형 추가** 를 선택하고 개별 사이트에 대한 게스트 유형을 생성할 사이트를 선택합니다.
{% endstep %}

{% step %}
**구성할 게스트 유형을 선택하세요.**

a. 고유한 이름을 입력합니다.\
b. 클릭 **저장 후 계속합니다.**\
c. 필요에 따라 게스트 유형 설정을 사용자 지정합니다.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
보안 심사 및 하위 기능을 선택하면 게스트에게 신분증 사진 제출이 요청됩니다. 이 사진은 신원 조회 및 성범죄자 등록부의 집계 목록과 대조하여 스캔됩니다. 이 기능에 대해 자세히 알아보려면 다음을 참조하세요 [Verkada Guest 보안 심사](/guest/ko/configuration/guest-security-screening.md).
{% endhint %}

***

{% hint style="info" %}
**실제로 보고 싶으신가요?** 다음 항목을 확인하세요. [동영상 튜토리얼](https://www.youtube.com/watch?v=5oqAGm89pHE).
{% endhint %}


---

# 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/configure-guest-types.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.
