# Automations

Automations operate on the simple principle of "When this happens, do that," making them extremely useful for monitoring changes on websites without manual effort. You can create and edit automations via the Automation Canvas, available for every monitor you create.

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

The automation canvas lets you create automations. Each automation is divided into two sections, *Conditions* on the left and *Actions* on the right. Conditions determine when the automation runs, actions determine what the automation will do.

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

{% content-ref url="/pages/O8nBDAcxfpUdzXs3nE5T" %}
[Actions](/reference/automations/actions.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/reference/automations.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.
