# User Agent & IP list

This section provides the documentation about the user-agent using which we try to access the monitors.

### User Agent

```
User-Agent: Hydrozen.io/1.0
```

### List of IPs

We have provided the list of our IPs in JSON and CSV formats below.

{% hint style="info" %}

#### Whitelisting

Please whitelist our IPs from the URLs below in your atmosphere to ensure the monitoring is not blocked. <br>

This is a dynamic list, please make sure you regularly check the list and whitelist them all.
{% endhint %}

{% embed url="<https://hydrozen.io/config/iplist.json>" %}
IP list in json
{% endembed %}

{% embed url="<https://hydrozen.io/config/iplist.csv>" %}
IP list as csv
{% endembed %}


---

# 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.hydrozen.io/overview/misc/user-agent-and-ip-list.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.
