# Selecting data

First, make sure to [create a monitor for your webpage](/guides/create-a-custom-monitor.md).

Monitoro allows you to monitor specific parts of a webpage for changes. In order to do so, make sure to open your monitor and click on *select data*.

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

## What data can I select?

Let's look at various kinds of data we can select and monitor, taking the Wikipedia main page as an example (but you can do this on any website).

### Text and numbers

You can select text of all kinds, either a short word, numbers, or paragraphs as well. For example here we will monitor the featured article:

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

Or we can monitor the total number of articles on Wikipedia:

<figure><img src="/files/8tZK3CSlYdocuUPW6gCw" alt=""><figcaption></figcaption></figure>

### Images

We can follow the same process to monitor an image.&#x20;

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

{% hint style="info" %}
Monitoro is comparing the image link rather than the content of the image itself when checking for changes.

If the image content changes but the link stays the same, then no change will be triggered.
{% endhint %}

### Links

Selecting links on the page follows the same process. Click on *select new data*, click on the link you want to monitor, and then choose the "Link" option on the right.

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

### Lists of items

{% content-ref url="/pages/3Gezt1Sz3jUdnj2bsUau" %}
[Broken mention](broken://pages/3Gezt1Sz3jUdnj2bsUau)
{% endcontent-ref %}

## What's next?

Once you selected all the data you want, click on *Setup Automation***.** You can always select more data later on.

If you open [monitoro.app](https://monitoro.app), you can see the activity feed coming to life.

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

Monitoring started immediately, and you can integrate your favorite apps by automating alerts, tasks or data collection.&#x20;

{% content-ref url="/pages/MjJHFus0xSoYSkWH2O5a" %}
[Automate alerts](/guides/automate-alerts.md)
{% endcontent-ref %}

{% content-ref url="/pages/T5K2kMzdS9XYaFRaspfs" %}
[Automate tasks](/guides/automate-tasks.md)
{% endcontent-ref %}

{% content-ref url="/pages/63APVwEi44JgO3d4c4MG" %}
[Extract data](/guides/extract-data.md)
{% endcontent-ref %}

***

## FAQ

### Re-selecting data

If the website changes, or if you want to target a different part of the webpage, you can reselect data.&#x20;

You can do so by clicking on the data that you want to re-select, clicking on reselect and then targeting a different part of the webpage.

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

### How can I select data from multiple pages?

If you add more webpages of the *same kind* to your monitor, let's say many product pages from the *same ecommerce website*, then data will be automatically selected for you on these new pages.&#x20;

While it is possible to add webpages from *different websites*, or that have different layouts, you have to re-select data from these websites. This is an advanced scenario that we do not recommend. Instead, consider creating a monitor *per website*.

## 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/create-a-custom-monitor/selecting-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.
