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

# User Guide

1. [Step By Step Process](#id-1.-step-by-step-process)
2. [Demo Video](#id-2.-demo-video)

## 1. Step By Step Process

### 1. Icon & Tooltip :

Added notification icon and also tooltip with count of unread notifications:

![image4.png](/files/3KNT0nCrF1cC8ZRbLNlK)

### 2. View :

By clicking on notification button, users can view new notifications or the status of active long-running processes:

![image3.png](/files/DQBDMrGMZtaA0PfRvLJB)

### 3. Marking all the unread notifications as Read :

Unread notifications are automatically marked as ‘read’ after viewing, alternatively users can remove the ‘unread’ status from all notifications manually by clicking on “Mark all as read”.

![image5.png](/files/a5XsaOfTChNlGNkjERvE)

### 4. View Details :

Users can see the details of the status or progresses of the recent processes by clicking on “View”/”View details”

![image2.png](/files/SPUVNVla117d1AsYHLKm)

### 5. View All Notifications :

Users can see old notifications by clicking on “”View all notifications”. On the notifications status grid, we can perform two operations on the notification: “Delete up to this point” and “Open”.

![image6.png](/files/dEzuDC1jD02TjKyzkVeU)

## 2. Demo Video

[Youtube](https://youtu.be/e6U68FtEbG8?si=V-6JkQHJtqhaOySF\&t=119)


---

# 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://guardian.hedera.com/docs/develop/guardian/notifications/user-guide.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.
