> 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/test-mode-in-new-alarms.md).

# 새 알람의 테스트 모드

테스트 모드를 사용하면 모니터링 대응을 트리거하지 않고도 알람 장치를 테스트하고 시스템이 올바르게 설정되었는지 확인할 수 있습니다. 일반적으로 시스템 설치 또는 유지보수 후에 사용됩니다.

***

## 테스트 모드 활성화

{% hint style="danger" %}
테스트 모드를 활성화하려면 사이트 관리자 권한이 필요합니다.
{% endhint %}

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

{% step %}
**테스트를 수행할 알람 사이트를 선택합니다.**
{% endstep %}

{% step %}
**왼쪽에서 System Status를 클릭합니다.**

1. 오른쪽 상단에서 **Tests.**
2. 드롭다운에서 다음을 선택합니다 **테스트 모드를 활성화합니다.**
3. 적절한 파티션을 무장하고 테스트할 장치를 작동시키세요. 예상된 알람과 알림이 생성되는지 확인한 다음, 파티션의 무장을 해제합니다.
4. 오른쪽 상단에서 **테스트 종료** 을 눌러 테스트 모드를 비활성화합니다.&#x20;
   {% endstep %}
   {% endstepper %}

{% hint style="info" %}
테스트 모드가 활성화되면:

* 사이트의 모든 파티션이 테스트 모드로 설정됩니다.
* 알람 모니터링이 비활성화됩니다. 모니터링 에이전트는 활동을 확인하거나, 응답 연락처에 연락하거나, 긴급 출동을 요청하지 않습니다.
* 알람 알림은 계속 수신됩니다.
* 테스트 모드는 자동으로 종료되지 않습니다. 수동으로 다음을 선택해야 합니다 **테스트 종료** 테스트가 완료되면 Verkada Command에서
  {% 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/new-alarms/ko/configuration/test-mode-in-new-alarms.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.
