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

# Notifications

![login](/files/a720dcb23e460a438d1a7b33fe956a57624f550e)

Notifications are updates about activity on the Admin Panel.

To view your notifications, you can select the notifications icon (bell) in the top-right navigation bar.

Alternatively, you can choose the option **View All Notifications** under the notification icon (below) or go to your user **Profile** and choose the **Notifications** tab to view and manage your notifications from a single page.

![notifications-icon](/files/296330d7b636cd41596272ca84ef81ce9caea7c8)

![notifications-page](/files/569c1216e15af80afde870d61ec1a5be9667ff60)

There are three types of notifications:

| Type            | Symbol                                                          | Explanation                                                            |
| --------------- | --------------------------------------------------------------- | ---------------------------------------------------------------------- |
| **Alert**       | ![alert](/files/f90e2cb3fe64f08feec3183c541d7a474c5a21d1)       | An exceptional event has occurred that is important or time sensitive. |
| **Information** | ![information](/files/3a7536d5426e0cb14060de46608477621a9eae74) | Acknowledgment that an event occurred.                                 |
| **Success**     | ![success](/files/47e81370ffc92bbe93e23fddae6fcbb397895a87)     | Confirmation that an action was taken.                                 |

When you have unread notifications, a red bubble will appear on top of the notifications icon (bell) with the number of unread notifications. To clear your unread notifications, you can select Mark as Read for a specific notification, or Mark All as Read for all your unread notifications.

When a notification is marked as read under the notifications icon (bell), this notification will disappear from the list, but it will be available on Notifications page.

Be aware that notifications will be automatically deleted after 90 days.


---

# 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://docs.exoclick.com/exoclick-docs/notifications.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.
