> 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/verkada-cameras/analytics/create-camera-event-alerts/optimize-your-alerts.md).

# Optimize Your Alerts

Verkada alerts reduce the time needed to monitor your organization by letting you focus on critical events and proactively resolve issues before they escalate.

While alerts are essential to modern monitoring workflows, they must be manageable to remain effective. The following recommendations can help ensure you receive the alerts you need without being overwhelmed by their volume:

* **Select sites and devices with care:** Events like tamper alerts or door open events may generate frequent, less critical alerts. Remove high-activity devices when setting up alerts to reduce unnecessary notifications.
* **Configure a notification window:** Customize the notification time frame to avoid receiving alerts at unnecessary times. Alerts generate 24/7 by default. Many organizations only need alerts during specific times, like at night or on weekends.
* [**Configure motion areas per camera:**](/verkada-cameras/analytics/create-camera-event-alerts/motion-alerts.md) Use the freeform polygon selector to set motion areas per camera to avoid receiving alerts for motion you are not interested in.
* [**Configure tamper events per camera:**](/verkada-cameras/analytics/create-camera-event-alerts/tamper-alerts.md) Experiment with the tamper detection sensitivity (low, moderate, high) based on how much vibration the camera experiences. Consider turning off tamper detection for cameras in high-vibration areas.
* **Review your alerts in batches:** Set up email-only alerts for events you do not need to review immediately. Direct them to a specific folder and review the contents of your folder at your convenience.

***

{% hint style="info" %}
**Prefer to see it in action?** Check out the [video tutorial](https://www.youtube.com/watch?v=b697WsAOqW4).
{% 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/verkada-cameras/analytics/create-camera-event-alerts/optimize-your-alerts.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.
