> 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/configure-an-alarm-response/disarm-behavior-after-alarm-resolution-in-new-alarms.md).

# 새 알람에서 알람 해결 후 해제 동작

알람이 해결되면 시스템은 해당 알람 응답에 포함된 모든 구역을 자동으로 해제합니다.

아래 표는 다양한 알람 해결 방법에 따른 해제 동작을 요약합니다:

<table><thead><tr><th></th><th></th><th width="187"></th><th></th></tr></thead><tbody><tr><td><strong>알람 해결 방법</strong></td><td><strong>기본 해제 기간</strong></td><td><strong>어떤 구역이 해제되는가</strong></td><td><strong>기타 옵션</strong></td></tr><tr><td><strong>키패드</strong></td><td>다음 예약 설정 또는 수동 설정까지</td><td>키코드에 권한이 있는 알람 응답의 모든 구역</td><td>해당 없음</td></tr><tr><td><strong>SMS 또는 자동 통화</strong></td><td>다음 예약 설정 또는 수동 설정까지</td><td>알람 응답의 모든 구역</td><td>해당 없음</td></tr><tr><td><strong>에이전트 통화</strong></td><td>해제 없음</td><td>해당 없음</td><td><p>에이전트는 알람에 관련된 구역만 또는 알람 응답의 모든 구역을 해제하도록 요청받을 수 있습니다.<br></p><p>기본 해제 기간은 다음 예약 설정 또는 수동 설정까지이지만, 다른 기간을 선택할 수 있습니다.*</p></td></tr><tr><td><strong>명령(웹 또는 모바일) 또는 인시던트 링크</strong></td><td>다음 예약 설정 또는 수동 설정까지</td><td>알람 응답의 모든 구역</td><td>사용자 지정 해제 기간*을 설정하거나 시스템을 설정된 상태로 유지하는 옵션</td></tr></tbody></table>

{% hint style="warning" %}
\*해제 기간 옵션에는 30분, 1시간, 2시간, 4시간, 8시간 또는 다음 재설정 시까지(기본값)가 포함됩니다.
{% 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/configure-an-alarm-response/disarm-behavior-after-alarm-resolution-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.
