# IsDownBot

**How It Works**

* **Regular Checks**:

  IsDownBot sends requests at regular intervals — every **1 or 3 minutes**, depending on your configuration.
* **Smart Detection**:

  If **more than 50%** of the requests fail (i.e., return a status code other than **200**), IsDown will **automatically create an incident** and **notify you** about the downtime.

**Global Coverage**

We've servers currently in 3 locations, each with its respective IP, to cover different regions of the globe.

* 146.190.211.155 - North America - New York region;
* 167.99.213.149 - Europe - Amsterdam region;
* 146.190.96.226 - Asia - Singapore region;

All the requests coming from our monitors go with the User Agent:

```ruby
'Mozilla/5.0 (compatible; IsDownBot/1.0;)'
```

If you need assistance, please reach out to us via chat or email at [**support@isdown.app**](mailto:support@isdown.app).

***

**Related Articles**

* [**How to Add a Website Monitor**](https://help.isdown.app/website-monitors/how-to-add-a-website-monitor)
* [**How to Remove a Website Monitor**](https://help.isdown.app/website-monitors/how-to-remove-a-website-monitor)
* [**How to Pause Your Website Monitor**](https://help.isdown.app/website-monitors/how-to-pause-your-website-monitor)


---

# 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://help.isdown.app/website-monitors/isdownbot.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.
