> For the complete documentation index, see [llms.txt](https://docs.hooded.cash/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hooded.cash/using-hoodedcash/notifications-and-alerts.md).

# Notifications & Alerts

Alerts is where HoodedCash tells you what's happening on your account without you having to go looking for it.

***

## Alert types

| Type     | Fires when                                                             |
| -------- | ---------------------------------------------------------------------- |
| Transfer | A payment you sent or received changes status (settled, failed)        |
| Policy   | An agent's spend policy blocks a transaction or requires your approval |
| Security | Sign-in, key, or wallet changes on your account                        |
| System   | Platform-level notices that aren't tied to a specific transaction      |

Each alert is tagged with its type so you can tell at a glance whether something needs action (a Policy alert, most likely) or is purely informational.

***

## Reading the feed

* Unread alerts show a filled dot and a slightly highlighted background
* Click an alert to mark it read
* Use **Mark all read** to clear everything at once
* Filter between **All** and **Unread** with the tabs at the top

***

## Notification preferences

Below the feed, **Notification preferences** lists every alert rule you can toggle independently. Turning a rule off stops future alerts of that kind from being generated — it doesn't hide past ones, and it has no effect on the underlying behavior. A Policy alert rule being off, for instance, doesn't loosen your agent's spend policy; it only stops HoodedCash from notifying you when the policy does its job. See [Spend Policies](/agents-and-automation/spend-policies.md) for how enforcement actually works.

***

## Next

* [Spend Policies](/agents-and-automation/spend-policies.md)
* [Account Settings](/using-hoodedcash/account-settings.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.hooded.cash/using-hoodedcash/notifications-and-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.
