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

# Platform services

> Discover the cross-product services — access control, lifecycle, console, observability — that power every Lerian product on a unified foundation.

The **Lerian Platform** is a set of cross-product services shared by all Lerian products. It provides a unified foundation of security, orchestration, and governance that enables consistent operations across the entire Lerian ecosystem.

These shared services ensure that every Lerian product benefits from **centralized access control**, **automated resource lifecycle management**, **unified management interface**, and **consistent operational visibility** — without requiring each product to implement these capabilities independently.

## Available services

***

<div className="space-y-6 w-full sm:max-w-4xl">
  <Columns cols={2}>
    <Card title="Access Manager" icon="shield-keyhole" href="/en/platform/access-manager/access-manager">
      Centralized authentication and authorization — manages users, roles, permissions, and credentials across all Lerian products.
    </Card>

    <Card title="Lerian Console" icon="computer" href="/en/platform/lerian-console/about-lerian-console">
      Unified web interface for managing and operating all Lerian products from a single point of access.
    </Card>

    <Card title="Lifecycle Management" icon="arrows-spin" href="/en/platform/lifecycle-management">
      Orchestration layer that automates resource creation, updates, and decommissioning across environments.
    </Card>

    <Card title="Observability" icon="tower-observation" href="/en/platform/observability">
      Integrated monitoring and alerting — providing full visibility into the performance and health of all Lerian systems.
    </Card>

    <Card title="Helm Charts" icon="box" href="/en/platform/helm/helm-overview">
      Official Helm charts for deploying and managing all Lerian products on Kubernetes via an OCI-compatible registry.
    </Card>
  </Columns>
</div>
