# Notifications

Notifications are managed in `/dashboard/notifications`.

## What you can do

* Enable browser push notifications.
* Send a test push notification to validate setup.
* Configure module-specific notification groups and individual notification types.
* Enable/disable all options in a group, or manage per-notification toggles.

## Notification categories

Axon currently organizes preferences into these groups:

* Team
* Locus
* Orbis
* Atlas
* Civitas
* System and billing

## Behavior notes

* Push must be enabled before preference toggles become active.
* Preferences auto-save while you change toggles.
* Browser support, service-worker registration, and push permissions are required.

## Troubleshooting notes

* If push appears unsupported, verify you are using a supported browser and an HTTPS origin (or localhost in local development).
* If push enablement fails, re-check browser notification permission and refresh once.
* If test push does not arrive, verify OS-level notification settings and that your browser profile allows site notifications.


---

# 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://xdbx.gitbook.io/axon/dashboard/notifications.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.
