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

# 게스트 사이트

## 첫 번째 Guest 사이트를 만드세요

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

{% step %}
**60일 체험판 활성화를 클릭하세요.**
{% endstep %}

{% step %}
**사이트 만들기에서:**

a. 사이트 주소를 입력합니다.\
b. 사이트 이름을 입력합니다.\
c. 클릭 **생성.**

<div align="left" data-with-frame="true"><img src="/files/47efbbbc7b956b3857db18338f27438b3e3dac50" alt=""></div>
{% endstep %}

{% step %}
**또는 기존 고객에서 기존 Verkada 사이트를 가져올 사이트를 선택하세요.**

a. 사이트 주소를 입력합니다.\
b. 클릭 **생성.**

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

{% hint style="warning" %}
참조 [Guest 태블릿 설정](/guest/ko/configuration/guest-sites/set-up-a-guest-tablet.md) 게스트 체크인을 위해 사이트에 태블릿을 추가하려면.
{% endhint %}

***

## 기존 사이트를 Guest 사이트로 지정

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

{% step %}
**왼쪽 탐색 메뉴에서 Guest Settings를 선택하세요.**
{% endstep %}

{% step %}
**Organization > Sites에서 Verkada 사이트 가져오기를 클릭하세요.**

a. 가져올 사이트를 선택합니다.\
b. 사이트 주소를 입력합니다.\
c. 클릭 **완료** 사이트 가져오기를 완료하려면.
{% endstep %}
{% endstepper %}

***

## Guest 사이트 제거

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

{% step %}
**왼쪽 탐색 메뉴에서 Guest Settings > Organization > Account를 선택하세요.**
{% endstep %}

{% step %}
**License에서 License Settings를 클릭하세요.**

a. 오른쪽 상단 드롭다운에서 Remove를 클릭합니다 **태블릿 또는 사이트.**\
b. 제거하려는 사이트 옆에서 클릭 **사이트 제거.**\
c. 클릭 **제거** 를 다시 클릭하여 확인합니다.
{% endstep %}
{% endstepper %}

***

{% 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-sites.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.
