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

# Notifications

See and manage updates about activity on your account in the Admin Panel.

Notifications tell you when something happens on your account — a campaign is approved, a payment clears, a zone stops serving.

## Viewing Your Notifications

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

Alternatively, select **View All Notifications** from the icon menu:

<figure><img src="https://4095468742-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQpBCwTiJQ0YOSGpcC0AH%2Fuploads%2FTf1OfPfS02LKBl1iiuI1%2Fadminpanel-notifications-icon.png?alt=media&amp;token=21b84587-491b-495b-9516-e45b1f42ffd3" alt="The notifications icon menu, with View All Notifications"><figcaption></figcaption></figure>

Or open **My Profile** and select the **Notifications** tab to view and manage everything on one page:

<figure><img src="https://4095468742-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQpBCwTiJQ0YOSGpcC0AH%2Fuploads%2F5inFjidvX3jPoTDMpCfK%2Fadminpanel-notifications-page.png?alt=media&amp;token=c6d30c6f-8e85-4b6c-8c31-8bf205b94741" alt="The Notifications tab listing recent notifications"><figcaption></figcaption></figure>

## Notification Types

| Type            | Symbol                                                                                                                                                                                                                                                    | Explanation                                         |
| --------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------- |
| **Alert**       | ![Orange circle with an exclamation mark](https://4095468742-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQpBCwTiJQ0YOSGpcC0AH%2Fuploads%2FpcKkWkoVH9BbFBOGApy0%2Falert.png?alt=media\&token=47827f6e-93e7-4798-96ae-d37ef2f6bfe0) | Warning about an important or time-sensitive event. |
| **Information** | ![Blue circle with a letter i](https://4095468742-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQpBCwTiJQ0YOSGpcC0AH%2Fuploads%2FEvanfP4PbA3Z2sqvEaXM%2Finformation.png?alt=media\&token=9e33c6e7-6dc3-4bc4-99bd-5d8825c8d448)      | Acknowledgment that an event occurred.              |
| **Success**     | ![Green tick](https://4095468742-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQpBCwTiJQ0YOSGpcC0AH%2Fuploads%2FYVC8axCgAKFzgQCAkDmB%2Fsuccess.png?alt=media\&token=79410dc9-986c-4cca-835f-905d24fe8371)                           | Confirmation that an action was taken.              |

## Managing Notifications

When you have unread notifications, a red bubble on the notifications icon shows how many. To clear them, select **Mark as Read** on a single notification, or **Mark All as Read** to clear them all.

When you mark a notification as read under the notifications icon, it disappears from the list, but remains available in the **Notifications** tab. Notifications are 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.exads.com/general/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.
