> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
> Use this file to discover all available pages before exploring further.

# Console overview

> Manage and operate every Lerian product from a single web interface with unified authentication, navigation, and product administration.

The **Lerian Console** is the unified web interface for managing and operating all Lerian products. It provides a single point of access for configuration, monitoring, and administration across the entire Lerian ecosystem.

Built as a platform-level service, the Console centralizes navigation, authentication, and product management — allowing you to work with multiple Lerian products through one consistent experience.

## Architecture

***

The Console is organized into two layers:

* **Platform layer** — Shared capabilities that apply across all products: centralized authentication, product catalog, global navigation, language preferences, session policies, and feature flags.
* **Product layer** — Each Lerian product integrates as an independent module with its own navigation, workflows, and product-specific settings, while sharing the same design patterns.

## Key capabilities

***

* **Single sign-on**: Log in once and access all enabled products without re-authenticating.
* **Role-based access**: Control who can access which products and features based on roles and permissions.
* **Product management**: Enable, disable, and configure products from a central dashboard.
* **Unified experience**: Navigate between products seamlessly with consistent UI patterns.

## Who uses the Console

***

| Role                        | Primary activities                                                                          |
| --------------------------- | ------------------------------------------------------------------------------------------- |
| **Platform administrators** | Enable/disable products, manage users and roles, configure global settings                  |
| **Product operators**       | Access enabled products, perform day-to-day operations, configure product-specific settings |
| **DevOps teams**            | Install and update the platform, monitor system health, manage deployments                  |

## Console sections

***

<div className="space-y-6 w-full sm:max-w-4xl">
  <Columns cols={3}>
    <Card title="Console Settings" icon="gear" href="/en/platform/lerian-console/settings/about-settings">
      Manage applications, users, products, and system-level configurations.
    </Card>

    <Card title="Midaz module" icon="book-open" href="/en/platform/lerian-console/midaz-console/midaz-module">
      Core ledger management — organizations, ledgers, accounts, assets, accounting, and transactions.
    </Card>

    <Card title="Reporter module" icon="file-chart-column" href="/en/platform/lerian-console/reporter-console/managing-reports">
      Report generation and template management for financial and operational data.
    </Card>

    <Card title="Matcher module" icon="code-compare" href="/en/platform/lerian-console/matcher-console/matcher-module">
      Automated reconciliation — matching rules, data sources, exceptions, and reconciliation workflows.
    </Card>
  </Columns>
</div>
