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

# 게스트 문서

Verkada Guest를 사용하면 다양한 문서를 체크인 과정에 포함할 수 있습니다. 문서에는 설문지, 동영상, PDF 및 서명이 필요한 사용자 지정 텍스트 문서가 포함됩니다.

{% hint style="danger" %}
전역 Guest 문서를 관리하려면 Org Admin 권한이 필요합니다.
{% endhint %}

***

## 특정 사이트에 대한 문서 만들기

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

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

{% step %}
**Organization > Documents에서 Manage Documents를 클릭합니다.**
{% endstep %}

{% step %}
**오른쪽 상단에서 문서 추가를 클릭합니다.**

a. 선택합니다 **전역 문서 추가** 모든 사이트에 대한 Guest 유형을 만들려면.\
b. 선택 **사이트 문서 추가** 를 선택하고 개별 사이트에 대한 게스트 유형을 생성할 사이트를 선택합니다.

<div align="left" data-with-frame="true"><img src="/files/2ae084b386a2923d45049b079b0267abfe489f1d" alt="" width="563"></div>
{% endstep %}

{% step %}
**만들려는 문서 유형을 선택합니다.**

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

{% hint style="warning" %}
여러 언어를 지원하며 문서 옆에 느낌표가 표시되면, 이는 번역되지 않았음을 의미합니다. 다음을 참조하세요 [Guest의 여러 언어 관리](/guest/ko/configuration/guest-sites/manage-multiple-languages-for-guest.md) 에서 자세한 내용을 확인하세요.
{% endhint %}

***

{% hint style="info" %}
**실제로 보고 싶으신가요?** 다음 항목을 확인하세요. [동영상 튜토리얼](https://www.youtube.com/watch?v=SK0UPDLC3P8).
{% 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/guest-documents.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.
