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