# Disarm Behavior After Alarm Resolution in New Alarms

When an alarm is resolved, the system automatically disarms any partitions included in that Alarm Response.

The table below summarizes disarm behavior for different alarm resolution methods:

|                                              |                                        |                                                                     |                                                                                                                                          |
| -------------------------------------------- | -------------------------------------- | ------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| **Alarm Resolution Method**                  | **Default Disarm Duration**            | **Which Partitions Are Disarmed**                                   | **Other Options**                                                                                                                        |
| **Keypad**                                   | Until the next scheduled or manual arm | All partitions in the Alarm Response the keycode has permissions to |                                                                                                                                          |
| **SMS or Automated Call**                    | Until the next scheduled or manual arm | All partitions in the Alarm Response                                |                                                                                                                                          |
| **Agent Call**                               | Until the next scheduled or manual arm | All partitions in the Alarm Response                                | <p>Agents can be prompted to:</p><p>Select a disarm duration\* and/or disarm only the alarming partitions</p><p>Not to disarm at all</p> |
| **Command (web or mobile) or Incident Link** | Until the next scheduled or manual arm | All partitions in the Alarm Response                                | Option to set a custom disarm duration\* or keep the system armed                                                                        |

{% hint style="warning" %}
\*Disarm duration options include 30 minutes, 1 hour, 2 hours, 4 hours, 8 hours, or until next re-arm (default).
{% endhint %}

***

### Exceptions

Always-Armed partitions remain armed at all times and will never disarm automatically, even if they were part of an alarm response or triggered the alarm.


---

# Agent Instructions: 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:

```
GET https://help.verkada.com/new-alarms/configuration/configure-an-alarm-response/disarm-behavior-after-alarm-resolution-in-new-alarms.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
