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

# Dashboard

The DeviceLink Dashboard offers a one-glance view of how DeviceLink is performing across all of your sites.

Access the DeviceLink Dashboard via the link in the Copia navigation bar:

<figure><img src="https://3704730939-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4lSQNVI3DZ15V7kjkMCA%2Fuploads%2F9hkJw5lDLCdpXz8oaPQW%2FScreenshot%202026-09-09%20at%2012.06.57%E2%80%AFPM.png?alt=media&amp;token=d5afb0e4-2e44-4251-9974-5fda775e0211" alt=""><figcaption></figcaption></figure>

On the DeviceLink Dashboard, you will find graphs that show:

* on the **Recovery Point Distribution graph**, the distribution of the most recent recovery points for all projects, grouped by Site, supporting Agent, or criticality level.
* on the **All Job Runs graph**, a summarized time-series view of all job runs by status across all DeviceLink Sites.
* on the **Last Backup Status** graph, an aggregation of the most recent job run statuses for each project.
* on the **Agent Utilization graph**, a view of the percentage of time each Copia Agent was running a backup job.
* on the **All Projects by Type graph**, a pie chart breaking down all Projects across your organization by type.

With the exception of Agent Utilization (which is visible to all users with Read permissions), all visualizations on the Dashboard show only data that the user has permission to see.

### Recovery Point Distribution Visualization

<figure><img src="https://3704730939-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4lSQNVI3DZ15V7kjkMCA%2Fuploads%2FQ50N917LBDblYWFa2lnO%2FScreenshot%202026-09-03%20at%203.39.58%E2%80%AFPM.png?alt=media&amp;token=e4292568-4207-4197-a17a-9fc2bc928009" alt=""><figcaption></figcaption></figure>

The Recovery Point Distribution graph is for organizations that want to monitor the recovery points of their device fleet. The graph shows a bubble distribution of all projects by their most recent recovery point in Copia. The outer bubble area represents the total number of projects represented in each line, and the inner bubble area represents the number of projects represented by that data point.

This visualization can be faceted by Site, by supporting Agent, or by criticality level. The criticality level of a project is set by the [criticality level of its associated device(s)](/docs/devicelink/projects-and-devices.md#device-criticality).

The visualization also displays the median backup age for all projects in each line. The vertical dotted line shows the overall median backup age for all projects in Copia across the organization. Hovering over the dotted line will show each row's deviation from the organizational median backup age.

Projects that have never been successfully backed up are grouped into the "> 28d" column.

### Additional Graphs

<figure><img src="https://3704730939-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4lSQNVI3DZ15V7kjkMCA%2Fuploads%2FUnRrFTdN4N1QpBwXaxHf%2FScreenshot%202026-09-03%20at%203.37.17%E2%80%AFPM.png?alt=media&amp;token=3057a349-0f8d-4430-8194-68dacb449b1d" alt=""><figcaption></figcaption></figure>

#### All Job Runs

The **All Job Runs** charts shows a time-series bar chart of all job runs in your organization. The date range is customizable using the date picker, and data points can be grouped by day, week, or month.

#### Last Backup Status

The **Last Backup Status** chart aggregates the most recent job run statuses for each project in your organization, faceted by either Project Type or criticality level. This visualization can be helpful for identifying vendor-specific backup issues or backup issues affecting critical parts of your device fleet.

#### **Agent Utilization**

This chart shows the utilization level of each agent, including both site-specific agents and multi-site agents. Utilization is defined as the percentage of time an agent is actively engaged in running a DeviceLink job. The visualization is equivalent to the one shown on the [Site Dashboard](/docs/devicelink/sitesandagents/sites/site-dashboard.md), but shows all agents in the organization.

#### **All Projects By Type**

This pie chart shows a breakdown of all Projects in Copia by project type.


---

# 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.copia.io/docs/devicelink/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.
