# How Monitoring Runs

First, make sure to learn the basics of [creating a monitor and an automation](/guides/create-a-custom-monitor.md).

In order to monitor webpages for changes, Monitoro needs to open these webpages on a continuous basis.&#x20;

## Where is the monitoring happening?

After installing the extension, monitoro will maintain a small pinned tab at the top left of your browser.

<figure><img src="/files/9vd2KiWDg5ceJQDPon51" alt=""><figcaption></figcaption></figure>

This is called the runner tab, and that's where monitoring happens on the Free, Basic, Standard and Pro plans. This is to ensure that Monitoro sees the same content you see on the webpages you want to monitor.&#x20;

Monitoring in your browser also enables you to **monitor websites behind a login in an absolutely secure manner** without ever sharing credentials or authentication data with us, as it's all handled by your own browser. All you need to do is to be logged in the website you want to monitor.

For Enterprise customers, we offer monitoro Cloud and custom authentication methods designed to support enterprise needs and meet its security requirements. Enterprise customers only use the extension to create monitors, while running them is completely managed by monitoro Cloud.

## How are webpages opened for monitoring?

The runner tab is in charge of opening your monitored webpages in sequence, one after the other. A webpage is opened again after all other monitored pages have been opened already, at which point that webpage is opened again.

The specific duration until a page is opened a second time depends on several factors, such as your monitor's settings, how many webpages you're monitoring and external factors.&#x20;

| Plan                                                     | Fastest frequency |
| -------------------------------------------------------- | ----------------- |
| <p><strong>Free</strong><br>5 webpages</p>               | 60 min            |
| <p><strong>Standard</strong><br>1000 webpages</p>        | 5 min             |
| <p><strong>Pro</strong><br>10000 webpages</p>            | 1 min             |
| <p><strong>Enterprise</strong><br>Unlimited webpages</p> | Custom            |

## Why is monitoring running on a continuous basis?

You might be wondering, "this webpage only changes once a week, I only need to monitor it once every week. Why should I monitor it every day?". Here's the kick, if your weekly monitor misses the update by one single minute, you will be notified *one whole week later*.&#x20;

This is why Monitoro emphasizes frequent monitoring.  Shortly said, we want to make sure that you are always notified as fast as possible, within reason and technical feasibility.

***

## 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/reference/monitors/how-monitoring-runs.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.
