> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-detect-table-modification.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ClickStack

> Provides the ClickStack UI - a  production-grade observability platform built on ClickHouse and OpenTelemetry (OTel), unifying logs, traces, metrics, and sessions in a single high-performance scalable solution.

export const Image = ({img, alt, size = "lg"}) => {
  const normalizedSize = ["sm", "md", "lg"].includes(size) ? size : "lg";
  return <div className={`ch-image-${normalizedSize}`}>
      <Frame>
        <img src={img} alt={alt} />
      </Frame>
    </div>;
};

[**Managed ClickStack**](/clickstack/overview) brings the open-source [ClickStack](/clickstack/overview) observability platform to ClickHouse Cloud in a fully managed form. Built on ClickHouse and OpenTelemetry (OTel), it unifies logs, traces, metrics, and session data in a single high-performance solution. Designed for monitoring and debugging complex systems, Managed ClickStack enables developers and SREs to trace issues end-to-end without switching between tools or manually stitching together data using timestamps or correlation IDs.

As a managed offering, Managed ClickStack delivers the open-source project with the ClickStack UI integrated directly into the ClickHouse Cloud console, native role-based access control (RBAC), and additional capabilities such as AI notebooks and enterprise-grade alerting. There is no infrastructure to manage and no separate authentication to configure.

The ClickStack UI (HyperDX) is a purpose-built frontend for exploring and visualizing observability data, supporting both Lucene-style and SQL queries, interactive dashboards, alerting, trace exploration, and more, all optimized for ClickHouse as the backend.

Managed ClickStack can be launched with a single click and connected to your data, fully integrated into the ClickHouse Cloud authentication system for seamless, secure access to your observability insights.

<h2 id="main-concepts">
  Deployment
</h2>

You will find ClickStack available in the main left navigation menu when selecting any service.

<Image img="https://mintcdn.com/private-7c7dfe99-detect-table-modification/T3OP-l_GRLNMbH00/images/use-cases/observability/clickstack-cloud.webp?fit=max&auto=format&n=T3OP-l_GRLNMbH00&q=85&s=ba8414b84ae29b6580e1db06fbca9e9a" alt="Managed ClickStack in ClickHouse Cloud" size="lg" width="3600" height="1926" data-path="images/use-cases/observability/clickstack-cloud.webp" />

To get started with ClickStack in ClickHouse Cloud, we recommend our dedicated [getting started guide](/clickstack/deployment/managed).

For further details on ClickStack, see the [full documentation](/clickstack/overview).
