# Alerts

Users can set up alerts on their queries to receive notifications when specific thresholds or conditions are met. Alerts serve as proactive mechanisms to inform users of critical events or deviations in the data, enabling them to promptly address any issues or take necessary actions.

<figure><img src="/files/io867cW65Ltz88itvMAg" alt=""><figcaption><p>Add alert on a widget, set thresholds and more</p></figcaption></figure>

### **Steps to Set Up an Alert**

1. **Open Alert Modal:**
   * Click on the "More" icon on the widget.
   * From the dropdown menu, select "Add Alert" to open the alert configuration modal.
2. **Configure Your Alert:**
   * Fill in the necessary details to define your alert conditions and thresholds.
3. **Create Alert:**
   * Once you have configured the alert, click on the "Create Alert" button to save it.

### **Viewing Alerts**

Once alerts are created, navigate to the "Alerts" tab to view and manage existing alerts. If the "Alerts" tab is not present, you may need to add a new tab and select "Alerts" as the tab type.

*Note:* The alerts listed under the "Alerts" tab are specific to the current dashboard you are viewing. This means they are tailored to the metrics and data associated with that particular dashboard.

<figure><img src="/files/rrVunPurytuDkMCwiRAU" alt=""><figcaption></figcaption></figure>


---

# 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://docs.apica.io/data-management/overview-1/alerts.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.
