> For the complete documentation index, see [llms.txt](https://docs.b2ihealthcare.com/snowray/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2ihealthcare.com/snowray/reference/notifications.md).

# Notifications

### Changes

Each time a user makes changes to a [Resource](/snowray/reference/resources.md), a notification is generated. Depending on which page the user is viewing, these notifications might pop up in the upper right corner of the browser for a few seconds and contain the main details of the modifications.

![Pop-up Notifications](/files/-Mge5a82AT_AhdPfzK1i)

Previous notifications can also be accessed by pressing the <img src="/files/-MgRAhEoiXQHrECgL7eJ" alt="" data-size="line"> icon from the main menu.

{% hint style="info" %}
A counter will appear on top of the bell icon when you have new notifications.
{% endhint %}

![Change Notifications](/files/DkgZolZMTyY5GqZbQ6pH)

{% hint style="info" %}
You can clear all notifications by pressing *Clear* at the bottom of the window.
{% endhint %}

### Messages

Comments made on issues always trigger a notification entry as well. These are collected in the ***Messages*** section of the notification window.

![Message Notifications](/files/JlyDT9KtN8QScO0UxJzZ)

{% hint style="info" %}
Clicking on a notification entry will take you to the corresponding issue, where you can find out more.
{% endhint %}


---

# 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:

```
GET https://docs.b2ihealthcare.com/snowray/reference/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.
