# Auto-Clear Alarms

## Managing Alarms with "Auto-Clear Alarms" Setting  <a href="#managing_alarms_with_-auto-clear_alarms-_setting_" id="managing_alarms_with_-auto-clear_alarms-_setting_"></a>

To configure auto-clear alarm settings for a specific Motion Tile, you will need to navigate to a Motion Tile and select the configuration view to apply auto-clear settings.  Note, that the Motion tile does not need to be in an alarm state to apply these settings.  You will have the option to apply these settings right when the Motion Tile is created.

### **Step 1:** Navigate to "Configure Tile" <a href="#step_1-_navigate_to_-configure_tile" id="step_1-_navigate_to_-configure_tile"></a>

There are several ways to access the "Configure Tile" view for any given Motion Tile.

1. Controls > "Tile" view
2. Mosaic Dashboard

#### Tile View <a href="#tile_view" id="tile_view"></a>

The tile view is accessible under the Controls view.  This view shows a list of all Motion Tiles that have been added to the platform.&#x20;

| Steps                                                                                                       | Screenshots                      |
| ----------------------------------------------------------------------------------------------------------- | -------------------------------- |
| <p>Identify the Motion Tile you would like to configure </p><p></p><p>Click the "Configure Tile" button</p> | ![](/files/raiUXtVhzA3EJrYZ0lWL) |

#### Mosaic Dashboard <a href="#mosaic_dashboard" id="mosaic_dashboard"></a>

For Motion Tiles that have been linked to an app, you can access the tile configuration view directly from the tile itself. &#x20;

| Steps                                                                                                                                                                                   | Screenshots                      |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- |
| <p>In that Mosaic, locate the Motion Tile you wish to reconfigure</p><p><br>At the top of the Motion Tile, locate and click the icon that appears to choose from additional options</p> | ![](/files/Cb3KEWM6D8l25jNe1AAi) |
| In this pop-up menu, locate and click "Configure"                                                                                                                                       | ![](/files/v0AEMctvxEcLemVe5GHj) |

### **Step 2:** Select an option from the auto-clear alarms window <a href="#step_2-_select_an_option_from_the_auto-clear_alarms_window" id="step_2-_select_an_option_from_the_auto-clear_alarms_window"></a>

| Steps                                                                                                                                                                        | Screenshots                      |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- |
| <p>In the tile configuration view, you will locate the auto-clear alarms window.  <br><br>Auto-clear alarms is a feature that was built for alarm management purposes.  </p> | ![](/files/Jc6HlA2KzmoDTmp7B4Il) |

Click from the dropdown menu and choose one of the following options.

1. **Never:** Alarm will not clear until user manually "clears" it. Alarm timestamp will be logged in Alarms view.
2. **Only When Acknowledged:** Alarm will not clear until the user "acknowledges" or "clears" the alarm. Alarm timestamp will be logged in Alarms view.
3. **Always:** Alarm will automatically clear when the alarm condition is no longer satisfied. Alarm timestamp will still be logged in Alarms view.  View the example provided here:

{% hint style="info" %}
*EXAMPLE: A high warning alarm condition for room temperature is set for at or above 75 degrees.  If the room temperature reaches 75 degrees, the Motion Tile has entered an alarm state and the user will be notified.  If the temperature then drops below 75 degrees, the Motion Tile will automatically clear the alarm without the user needing to manually clear it.*
{% endhint %}


---

# 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://kb.motion.cloud/motion-platform-software/alarms/auto-clear-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.
