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

# Notifications

Review import-related updates in the **Notifications** panel.

### When to use this page

Use this page after you submit a device, location, or chain of custody file.

Use it to confirm whether processing finished, failed, or needs another correction.

### What notifications show

Notifications are created for recent import activity, including:

* device imports
* location imports
* chain of custody imports

If no notifications were generated in the last 7 days, the panel shows `0`.

### Before you start

Confirm that you know:

* which import or merge job you are checking
* when the upload was submitted
* whether you expect a success, partial result, or failure

### Open notifications

{% stepper %}
{% step %}

### 1. Open Device Management

Sign in to **Device Management**.
{% endstep %}

{% step %}

### 2. Open the alert center

Select the bell icon in the header.
{% endstep %}

{% step %}

### 3. Open Notifications

Select **Notifications** and review the latest entries.
{% endstep %}

{% step %}

### 4. Continue the related task

Select a notification when you need to review or correct the related import flow.
{% endstep %}
{% endstepper %}

### When to check notifications

Check notifications after you:

* upload an import file
* need to confirm that bulk processing finished
* need to decide whether another import or correction is required

### Review the outcome

When you open a notification, check these points:

* which import flow generated the entry
* whether processing completed successfully
* whether any correction or retry is required

### Verify the result

After you review the notification, confirm that:

* the entry matches the file or task you submitted
* you understand whether the result is complete or partial
* you know the next page to use for validation or retry

### Result

You can confirm recent import activity and continue with the related follow-up task.

### Next steps

* [Alerts and notifications](/verifone-central-device-management/verifone-central/devices/alerts-and-notifications.md) — return to the alert center
* [Event Notifications](/verifone-central-device-management/verifone-central/devices/event-notifications.md) — review outbound event delivery options


---

# 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.verifone.com/verifone-central-device-management/verifone-central/devices/alerts-and-notifications/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.
