> For the complete documentation index, see [llms.txt](https://docs.openmind.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openmind.com/full-autonomy-guidelines/features/alerts.md).

# Alerts

Real-time alerts for critical robot events, pushed to browser, email, or Slack.

Alerts tell you when a robot needs attention — a low battery, a charging problem, a failed dock — without anyone watching a dashboard. Critical and error events are logged as they happen, and you can have them pushed to you over browser, email, or Slack.

### In the portal

Open **Alerts** in the [OpenMind portal](https://portal.openmind.com). It shows a **history** of alerts with timestamps, and you can scope it to **This Robot** or **All Robots** across your fleet. Typical alerts include:

* **Internal Battery Low** — e.g. *"Internal battery low: 19% SOC, 64.00V"*
* **Charging Stopped** — e.g. *"Charging stopped at 79% SOC, below the 90% completion threshold"*
* **Charging Failed** — e.g. *"Docking failed: could not reach the predock pose"*

### Notification settings

Under **Notification Settings**, choose how you're notified when a robot raises a critical or error alert. Each channel is a toggle:

<img src="https://2120135774-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ft8vMsruGqqhYpVx9qhd5%2Fuploads%2Fgit-blob-3de9acd9df93e3c67c97817f28218877d85af277%2Falerts.png?alt=media" alt="" height="339" width="480">

* **Browser notifications** — a push notification in your browser.
* **Email notifications** — an email to the address you set.
* **Slack notifications** — a message to a Slack channel via an incoming webhook URL.

### Related

* [Auto Charging](/full-autonomy-guidelines/features/auto-charging.md) — many alerts relate to charging and docking
* [Plans & Access](/full-autonomy-guidelines/premium_features.md)


---

# 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://docs.openmind.com/full-autonomy-guidelines/features/alerts.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.
