> 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/new-alarms/ko/configuration/alarm-sites.md).

# 알람 사이트

{% hint style="success" %}
이 문서는 New Alarms에 대한 안내입니다. 다음을 참고하세요 [문서](/classic-alarms/ko/configuration/configure-classic-alarms-site-settings/classic-alarms-sites.md) 기존 Alarms를 사용하는 경우. 다음을 참조하세요 [New Alarms와 Classic Alarms 비교](/new-alarms/ko/getting-started/new-alarms-vs-classic-alarms.md) 어떤 버전의 Alarms를 사용 중인지 확실하지 않은 경우.
{% endhint %}

***

알람 사이트를 사용하면 알람 장치를 관리할 수 있습니다. 카메라와 센서의 이벤트를 사용자 지정 가능한 응답 작업을 통해 알람 트리거로 만들 수 있습니다.

{% hint style="warning" %}
알람 패널 또는 알람 콘솔을 추가하면 사이트는 자동으로 알람 사이트가 됩니다.
{% endhint %}

***

## 새 알람 사이트 만들기

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

{% step %}
**상단에서** <i class="fa-plus-large">:plus-large:</i>**.**

1. 다음을 클릭합니다 **사이트 선택** 드롭다운을 열고 선택 **새 사이트**.
   1. 고유한 사이트 이름을 입력하세요.
   2. 다음을 클릭하여 **추가**.
2. 다음을 선택하세요 [알람 관리자 연락처](/new-alarms/ko/alarm-specifications/alarm-admin-contact-requirement.md). 구성 문제에 대해 연락할 Command 사용자를 선택하세요.
3. 비즈니스 이름을 입력합니다.
4. 긴급 출동을 위한 사업장 주소를 입력하세요.
5. 선택 **체험판 시작** 시험 사이트의 경우, 또는 **라이선스가 있습니다** 알람 라이선스가 있는 경우.
   {% endstep %}
   {% endstepper %}

***

## 기존 사이트를 알람 사이트로 지정하기

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

{% step %}
**상단에서** <i class="fa-plus-large">:plus-large:</i>**.**

1. 다음을 클릭합니다 **사이트 선택** 드롭다운을 열고 선택 **새 사이트**.
   1. 고유한 사이트 이름을 입력하세요.
   2. 다음을 클릭하여 **추가**.
2. 다음을 선택하세요 [알람 관리자 연락처](/new-alarms/ko/alarm-specifications/alarm-admin-contact-requirement.md). 구성 문제에 대해 연락할 Command 사용자를 선택하세요.
3. 비즈니스 이름을 입력합니다.
4. 긴급 출동을 위한 사업장 주소를 입력하세요.
5. 선택 **체험판 시작** 시험 사이트의 경우, 또는 **라이선스가 있습니다** 알람 라이선스가 있는 경우.
   {% endstep %}
   {% endstepper %}

***

## 알람 사이트에서 장치 제거하기

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

{% step %}
**Alarms 사이트를 선택하세요.**
{% endstep %}

{% step %}
**왼쪽 탐색 메뉴에서 장치를 선택합니다.**
{% endstep %}

{% step %}
**장치를 클릭하여 선택하세요.**

1. 오른쪽 상단에서 클릭합니다. <i class="fa-ellipsis">:ellipsis:</i>.
2. 선택 **삭제** **> 확인.**
   {% endstep %}
   {% endstepper %}

{% hint style="danger" %}
사이트에서 알람 콘솔 또는 알람 패널을 삭제하면 해당 항목은 조직에서도 삭제됩니다.
{% endhint %}

***

## 알람 사이트 삭제

{% hint style="danger" %}
알람 사이트를 제거하면 모든 장치가 비활성화되고 해당 사이트의 모든 알람 데이터가 제거됩니다.
{% endhint %}

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

{% step %}
**삭제하려는 알람 사이트를 선택하세요.**
{% endstep %}

{% step %}
**왼쪽 탐색에서 설정 > 기타 설정을 선택하세요.**
{% endstep %}

{% step %}
**사이트 제거를 선택하세요.**

1. 대화 상자에 다음을 입력하세요 **"확인".**
2. 선택 **확인합니다.**
   {% 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/new-alarms/ko/configuration/alarm-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.
