# Extract data

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, your automations can insert or update data directly in Google Sheet, Airtable, Supabase, or even in your Webflow and Bubble websites.

## Your first data integration

Now let's create your first data integration 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 sync data to a spreadsheet, a database or a website automatically. *Demo video is coming soon.*

## Advanced integrations and custom conditions

Our automation will run each time data changes. But what if we wanted it to run 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/extract-data.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.
