# Automate alerts

First, make sure to [create a monitor](/guides/create-a-custom-monitor.md) and [select data for it](/guides/create-a-custom-monitor/selecting-data.md).

In Monitoro, you can receive alerts on your Discord Server, your Telegram or Slack channels as soon as your monitors detect a change.&#x20;

## Your first alert

Now let's create your first alert using this monitor tracking the number of articles in Wikipedia as an example. First open your monitor in [monitoro.app](https://monitoro.app).

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

Click on **Add automation**, and then you'll see a blank automation as below.

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

What are you looking at?

In the middle is the *Condition* section, which determines when the automation should run. We can add a condition and by default it will make the automation run every time monitored data changes.

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

On the right is the *Action* section, which determines what the automation should do. In our case, we would like it to send us an alert using the data we're monitoring.

The tutorial below shows you how to create a complete monitor with an alert, customizing the alert message content and choosing its destination.

{% embed url="<https://www.youtube.com/watch?v=BOkl7QjRF0Q>" %}

## Advanced alerts and custom conditions

Our alert will run each time data changes. But what if we wanted to be notified when the number of articles on Wikipedia exceeds 7 millions, or any other arbitrary condition?

That's possible! That's what the *Conditions* section in your automations is for. You can learn more about how to customize your automation conditions in the page below.

{% content-ref url="/pages/Z2GhnZaSd1gaPFp9SpME" %}
[Conditions](/reference/automations/conditions.md)
{% endcontent-ref %}

## What's next?

Now you can kick back and relax, Monitoro's got your back. You can also add more automations to your monitor to send alerts, run tasks or integrate data.

***

## Need help?

{% content-ref url="/pages/1lnlBLH6HfwEK7PvqADD" %}
[Common questions (FAQ)](/resources/common-questions-faq.md)
{% endcontent-ref %}

{% content-ref url="/pages/dKtMy5pNOGJkipAL18ta" %}
[Troubleshooting](/resources/troubleshooting.md)
{% endcontent-ref %}

{% content-ref url="/pages/Vuu3jOA6KDUwIos8cci0" %}
[Support](/resources/support.md)
{% endcontent-ref %}


---

# 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.monitoro.co/guides/automate-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.
