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

# Console Guide

### Authentication

To get started with the CAT-BM console, log in using your administrator credentials configured through the Identity Provider (Keycloak by default) of your choice.

{% hint style="info" %}
Your user account requires the `canton_writer` or `canton_viewer` role to access the console. The role is shown beneath your username in the top-left of the sidebar.
{% endhint %}

***

### Console Navigation

The console has a persistent left sidebar with the following top-level sections.

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

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td><strong>Dashboard</strong></td><td>At-a-glance cluster health, recent activity, and quick actions.</td></tr><tr><td><strong>Validators</strong></td><td>List of all Canton Network validators managed in this environment.</td></tr><tr><td><strong>Applications</strong></td><td>List of all Canton applications across all validators.</td></tr></tbody></table>

The current **Environment** is shown in the sidebar below your username. Environments allow you to switch between different deployment contexts (e.g. DevNet & MainNet).

At the bottom of the sidebar, **Help** and **Settings** provide access to documentation links and console configuration.

***

### Operational Guide

Explore the core actions and functionality you can take through the CAT-BM console in the operational guide. This includes things like monitoring validator activity, managing users, parties, DARs, and endpoints.

{% content-ref url="/pages/t6YGbZBLPmW1kk2ytc2W" %}
[Operations Guide](/catalyx-blockchain-manager/canton-network/version-2.0/user-guides-and-tutorials.md)
{% endcontent-ref %}

***


---

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