> 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/mailroom/ko/configuration/mailroom-sites.md).

# 메일룸 사이트

{% hint style="danger" %}
Mailroom 앱을에서 다운로드하세요. [App Store](https://apps.apple.com/us/app/verkada-mailroom/id1631622141) 또는 [Google Play](https://play.google.com/store/apps/details?id=com.verkada.mailroom\&hl=en\&gl=US\&pli=1) 스토어에서 시작하기 전에 다운로드하세요.
{% endhint %}

## 첫 번째 Mailroom 사이트를 생성하세요

{% stepper %}
{% step %}
**Verkada Command에서 전체 제품 > Workplace > Mailroom으로 이동합니다.**
{% endstep %}

{% step %}
**60일 체험판 활성화를 클릭합니다.**
{% endstep %}

{% step %}
**사이트 생성 아래에서:**

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

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

{% step %}
**또는 기존 고객 아래에서 기존 Verkada 사이트를 가져올 사이트를 선택합니다.**

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

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

***

## 기존 사이트를 Mailroom 사이트로 지정하기

{% stepper %}
{% step %}
**Verkada Command에서 전체 제품 > Workplace > Mailroom으로 이동합니다.**
{% endstep %}

{% step %}
**왼쪽 탐색 메뉴에서 Mailroom 설정을 선택합니다.**
{% endstep %}

{% step %}
**조직 > 사이트 아래에서 Verkada 사이트 가져오기를 클릭합니다.**

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

***

## Mailroom 사이트 제거하기

{% stepper %}
{% step %}
**Verkada Command에서 전체 제품 > Workplace > Mailroom으로 이동합니다.**
{% endstep %}

{% step %}
**왼쪽 탐색 메뉴에서 Mailroom 설정을 선택합니다.**
{% endstep %}

{% step %}
**조직 > 사이트 제거 아래에서.**

a. 클릭 **제거합니다.**\
b. 클릭 **제거를** 다시 클릭하여 확인합니다.
{% endstep %}
{% endstepper %}


---

# 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/mailroom/ko/configuration/mailroom-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.
