> 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/dashboard.md).

# Dashboard

The **Dashboard** is the main landing page in **Verifone Central - Device Management**.

Use it to monitor estate health, alerts, rollout activity, and device exceptions from one place.

### Before you start

Confirm that:

* you are signed in to the correct customer or estate
* your role allows access to dashboard data
* you know whether you need KPIs, device lists, or alert details

### Dashboard layout

The dashboard is organized into two tabs:

* **Dashboard** — shows KPIs and charts
* **Devices** — lists devices in the current estate

Use these views to move from summary metrics to device-level detail.

<div data-with-frame="true"><figure><img src="/files/rJU5wIe4l3Ht1WMB5Bc5" alt=""><figcaption></figcaption></figure></div>

This view shows the main KPI and chart layout.

<div data-with-frame="true"><figure><img src="/files/gWuIIMyWitfRrPzKndYc" alt=""><figcaption></figcaption></figure></div>

This view shows the **Devices** tab for the current estate.

### Quick actions

From the dashboard, you can:

* select the bell icon to open alerts and notifications
* open the menu to switch customer context

<div data-with-frame="true"><figure><img src="/files/RR2P390NY7onBPkIvas1" alt=""><figcaption></figcaption></figure></div>

Use the bell icon to review current alerts and notifications.

Use the customer switcher to choose a different customer, then select **Submit**.

<div data-with-frame="true"><figure><img src="/files/TuLI8hJal19E0oUKZREQ" alt=""><figcaption></figcaption></figure></div>

Use the customer switcher when you need to review a different estate context.

### KPI overview

KPIs summarize the most important device and rollout conditions in the current estate.

<div data-with-frame="true"><figure><img src="/files/1LgIS2aG67knj9RDYcvH" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
Select a KPI value to open its detailed device list. Use expand or collapse controls to show or hide supporting detail.
{% endhint %}

### KPIs for estate status

Use these KPIs to understand overall device coverage and current rollout activity.

#### Total Devices

Shows the number of **Active** and **Inactive** devices in the current estate.

This KPI excludes devices in **Pending Registration** and deleted devices.

<div data-with-frame="true"><figure><img src="/files/c3QBqMFBVgcig4xC2oe4" alt=""><figcaption></figcaption></figure></div>

Open this KPI to review device-level identifiers such as **Device ID** and **Serial number**.

#### Active Rollouts

Shows the number of active rollouts for devices in the current estate.

Use it to track rollout activity that still needs attention.

### KPIs for alerts and device exceptions

Use these KPIs to find devices that need review or follow-up.

#### High Alerts

Shows the number of high-severity alerts generated for devices in the current estate.

<div data-with-frame="true"><figure><img src="/files/9e52eXM80jNU4naZzCP9" alt=""><figcaption></figcaption></figure></div>

Open this KPI to review affected devices and investigate urgent issues first.

#### Low Memory Devices

Shows the number of devices reporting low memory.

This KPI excludes devices in **Pending Registration** and deleted devices.

#### Low Battery Devices

Shows the number of devices with low battery charge.

#### SW Out of Sync Devices

Shows the number of devices that do not have the latest application version.

#### Card Reader Failures

Shows the number of device card reader failures recorded in the current estate.

Open any exception KPI to review the affected devices and decide the next action.

<div data-with-frame="true"><figure><img src="/files/of0whMvy9vcQpd4wZXbl" alt=""><figcaption></figcaption></figure></div>

Drill-down views help you move from a KPI to the list of affected devices.

### Charts

The dashboard also includes trend charts for recent operational activity.

#### Open Alerts

Shows the total number of high, medium, and low alerts captured during the last 7 days.

<figure><img src="/files/zCHGHlSgP1LOgZaUz9vZ" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
To focus on one alert type, hide the other legend items in the chart.
{% endhint %}

#### Rollouts

Shows the total number of **Success**, **In Progress**, **Failed**, and **Not Started** rollouts during the last 7 days.

<figure><img src="/files/kaqFc53032BFU8VnXh8Q" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
To focus on one rollout state, hide the other legend items in the chart.
{% endhint %}

#### Swapped Devices

Shows the total number of devices swapped during the last 7 days.

This chart includes both successful swaps and rejected swaps.

<figure><img src="/files/KzTsGJlsNo3exPIp7vBa" alt=""><figcaption></figcaption></figure>

### Result

Use the dashboard to spot issues quickly, drill into device lists, and decide where to act next.

### Next steps

* [View devices](/verifone-central-device-management/verifone-central/devices/view-devices.md) — investigate device-level details
* [Alerts and notifications](/verifone-central-device-management/verifone-central/devices/alerts-and-notifications.md) — review alert and notification details
* [Active lifecycle and key indicators](/verifone-central-device-management/verifone-central/devices/active-lifecycle-and-key-indicators.md) — understand lifecycle-related indicators


---

# 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/dashboard.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.
