> For the complete documentation index, see [llms.txt](https://bothosting-net.gitbook.io/bot-hosting.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bothosting-net.gitbook.io/bot-hosting.net/pages-and-resources/uptime-monitor.md).

# Status Page and Uptime Monitor

Thanks to Agent!

{% hint style="info" %}
The status updates website is handled by Bot-hosting.net Staff Members.
{% endhint %}

Link: <https://status.bot-hosting.net/>\
API Docs: <https://status.bot-hosting.net/docs>\
\
Updates can be found in its dedicated post (<https://discord.com/channels/884145104401608735/1317817006686470194>)

Check Bot-Hosting's service status, updated every minute! Latency for up to 4 locations is available.

View uptime and alerts history for upto 365 days in the past!

Add a Discord webhook url and get alerts straight to your Discord server, select types of alerts: nodes, sites, capacity and incidents; select priority monitors to get pinged when an alert is sent for a specific monitor (also works for custom monitors).

Login to report an issue with a monitor, once a certain threshold of reports is reached, an alert will be sent to all webhooks and the monitor's status will be changed so others can know about the issue.\
You can only report a monitor once.

#### API:

* Start monitoring the status for your bot-hosting.net server.
  * Add up to 3 server monitors. (can be increased upon request)
* Get alerts straight to your connected webhook.
* Get bot-hosting stats via the api for history, uptime, and your custom monitors.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://bothosting-net.gitbook.io/bot-hosting.net/pages-and-resources/uptime-monitor.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
