# Notifications

*Article Topics:* [*NATS Admin*](/getting-started/common-topics/nats-admin.md)*,* [*Communications*](/getting-started/common-topics/communications.md)

The Notifications Admin allows NATS to inform you of important information regarding your NATS program. This can include information such as error messages, failed account checks, and failed login attempts.

## Notifications List

![Notifications List](/files/vN48N7Ic4rGtxzKlbZol)

### Three Types of Notifications

The Notifications List displays all of your notifications that have been received, sent, or deleted. You can choose which notifications to view by clicking the tabs above the search bar.

* **Received** ta&#x62;**:** contains all incoming notifications from your NATS program as well as any affiliate-produced notification
* **Sent** tab: contains all notifications sent to other admins as a result of an issue produced by your account
* **Deleted** tab: contains all notifications that have been deleted from the Received or Sent tab.&#x20;

The list information under each tab includes:&#x20;

* **Status**: Indicates whether the notification has been read or is still new and unread.
* **Sent By**: Displays the sender of the notification.
* **Sent Date**: The date and time that the notification was sent.
* **Subject**: The main subject of the notification specifying what the notification is about.&#x20;

### Who Receives Notifications?

Notifications can be configured to specify who receives them and when through the Notification Settings in the Configuration section of NATS.&#x20;

For more information, visit the following [Configuration Admin](/nats-admin/configuration/configuration-overview.md#notification) page.&#x20;

### Viewing Notifications&#x20;

By clicking on a notification's title, you can view specific details about it in its respective notification.

![](/files/dmKmN4HRAGLJL3WCdZKO)

Each notification contains a subject for the notification, a body that specifically explains the notification, and other information including which affiliate the notification was sent to, who it was sent by, the date and time it was sent, and the status of the notification.

## Searching and Sorting

The search bar can be used to find notifications via specific keywords in the Subject or Body of the notifications.

![](/files/ZzMa0r6wTolkLjXZYurY)

The "Sort" action button can be used to sort through your search results using specified criteria.&#x20;

![](/files/CwOqIMcW1vz2fFr34Dcr)

### Bulk Update

The Bulk Update options include marking all messages as unread (new), marking all messages as read, and moving the selected messages to the delete tab.

![](/files/LDxnHRwkhhMRmmYWmTPI)


---

# 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://docs.toomuchmedia.com/nats-admin/communications/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.
