# Alerting for Check Results

### Create Alert Destination <a href="#create-alert-destination" id="create-alert-destination"></a>

1. Navigate to **Integrations** > **Alert** **Destinations** and click on **“New Alert Destination”**

   <figure><img src="/files/1JoytyoLYK4BKOEjfMW1" alt=""><figcaption></figcaption></figure>

   &#x20;
2. Select your type of Alert Destination (This example will use an email recipient)

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

   &#x20;
3. Enter a name and email address for the recipient. Subject Template can be customized as required. Currently, alert\_name and state are the supported placeholders.

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

C[lick **“Create”** to save your Alert Destination](#user-content-fn-1)[^1].

### Add Alerting to your Synthetics Check <a href="#add-alerting-to-your-synthetics-check" id="add-alerting-to-your-synthetics-check"></a>

1. Navigate to **Explore** > **Check Analytics** and find your check
2. Under the more options (kebab menu) select **New Alert**

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

   &#x20;
3. Configure the alert
   1. **Alert Name** - Give your alert a unique name
   2. **Trigger alert when** - Most common option for synthetics you want to be alerted when the check is considered “down”, when the measuring is not working as intended. Select the “severity” column and the severity value you want to be alerted on.
      1. Example #1 - Severity is equals to Critical
         1. This will only alert when the check severity is Critical
      2. Example #2 - Severity is not equal to info
         1. This will alert when the check severity is anything but Info
   3. **Refresh Interval** - How often the alert should be executed
   4. **Alert Severity** - Severity of the alert
   5. **Alert Destinations** - The recipient(s) of the alert, as configured earlier. Multiple selections are possible.

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

<mark style="color:purple;">**NOTE: Based on your Refresh Interval, whenever this check reports as Critical, an Email will be sent to your Alert Destination.**</mark>

<br>

[^1]:


---

# 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/observe/check-management/alerting-for-check-results.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.
