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

# Notifications

#### <img src="/files/fwTczBv9mBndqo9CQpZg" alt="Asset Panda Pro app link" data-size="line"> [Visit Notifications in the app](https://assetpanda.app/notifications)

You can receive instant, relevant alerts when key tasks are completed. You can also receive updates for actions you start, such as import, export, manual automation, and failures. For exports, the you can download exported files from the notification.

{% hint style="info" %}
Asset Panda keeps a one-year notification history for audit and reference.&#x20;
{% endhint %}

## View notifications <a href="#view-notifications" id="view-notifications"></a>

See recent alerts and keep track of your tasks.

1. Click <img src="/files/tmc4qwkw1D67wpDylHUo" alt="Notifications" data-size="line">. The Notifications list is displayed.
2. Review recent alerts in the notifications list.
3. For completed exports, click Download to download the exported data file.
4. Select a notification to perform an associated task:&#x20;
   * Imports: View the updated collection.
   * Exports: Download the completed file.
   * Automations: See the activity log.
   * Failures: Retry the operation.
5. To mark a notification as read, click <img src="/files/mEs0J5FHsKxbF0lBfoDg" alt="Mark notification as read" data-size="line">. You can also click **Mark all as read** to mark all notifications as read.
6. To hide read notifications, select **Show only unread**.


---

# 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:

```
GET https://prohelp.assetpanda.com/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.
