> For the complete documentation index, see [llms.txt](https://docs.catalyx.solutions/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.catalyx.solutions/catalyx-blockchain-manager/canton-network/version-2.0/console-guide-canton/dashboard.md).

# Dashboard

The **Dashboard** is the landing page of the CAT-BM console. It provides a real-time summary of the environment's health, validators, and recent activity.

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

***

#### Summary Cards

Four summary cards across the top of the page give an instant health overview:

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

| Card                 | Description                                                               |
| -------------------- | ------------------------------------------------------------------------- |
| **Validators**       | Total validators and how many are currently ready (e.g. `2 / 2 ready`).   |
| **Applications**     | Total applications and how many are currently ready (e.g. `8 / 8 ready`). |
| **Cluster health**   | Overall health percentage of the cluster (e.g. `100%`).                   |
| **Indexed packages** | Total number of DAR packages indexed across all validators.               |

***

#### Validators

The **Validators** panel shows a compact card for each validator in the environment. Each card displays:

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

| Field       | Description                                              |
| ----------- | -------------------------------------------------------- |
| **Name**    | The validator name.                                      |
| **Status**  | A Ready badge indicating the validator's current status. |
| **Apps**    | Number of applications deployed on this validator.       |
| **Network** | The Canton Network this validator is connected to.       |
| **Version** | The deployed validator software version.                 |

A **View all** link in the top-right of the panel navigates to the full Validators list. Clicking the arrow icon on a validator card opens that validator's detail view directly.

***

#### Recent Activity

The **Recent activity** panel shows a live feed of state change events across all validators and applications, with a timestamp for each entry. Each event shows:

* A short description of what changed (e.g. "catalyx-validator-12 now Ready")
* The name of the component that changed (e.g. `catalyx-validator-12-validator`)

An **Audit log** link in the top-right of the panel navigates to the full Audit Log.

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

{% hint style="info" %}
This activity is synthesised from validator conditions and application transitions. A real activity feed ships when backend exposes audit events. This means the current feed is derived from status changes rather than a true audit event stream.
{% endhint %}

***

#### Quick Actions

The **Quick actions** section below the main panels provides shortcuts to common operations.

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

| Action             | Description                                                                                |
| ------------------ | ------------------------------------------------------------------------------------------ |
| **Upload DAR**     | Upload a DAR package to a validator. Prompts you to pick from available validators.        |
| **Create user**    | Provision a new participant user. Prompts you to pick from available validators.           |
| **Allocate party** | Allocate a new Canton party on a validator. Prompts you to pick from available validators. |
| **View audit log** | Navigate directly to the Audit Log. Read-only, covers all validators.                      |

***


---

# 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://docs.catalyx.solutions/catalyx-blockchain-manager/canton-network/version-2.0/console-guide-canton/dashboard.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.
