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

# Overview

> Create powerful, interactive dashboards to monitor AI application performance, visualize telemetry data, and gain insights into your LLM operations with real-time analytics.

<iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/XOvhKAo9XG8?si=IDssTOxW-hmF62P2" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen />

## How it works

OpenLIT dashboards transform your telemetry data into actionable insights through a streamlined process:

1. **Data Collection**: AI telemetry flows through OpenTelemetry instrumentation into ClickHouse
2. **Query Execution**: Widgets execute optimized SQL queries against your telemetry data
3. **Visualization**: Results can be displayed as charts, tables, statistics, and custom visualizations
4. **Interactive Analysis**: Filter, drill down, and explore data with dynamic controls and time ranges

## Getting started

<CardGroup cols={2}>
  <Card title="Create a new dashboard" href="/latest/openlit/dashboards/create-dashboard" icon="plus">
    Learn the basics of creating and configuring dashboards
  </Card>

  <Card title="Widgets" href="/latest/openlit/dashboards/widgets/overview" icon="chart-line">
    Add visualizations with various chart types and data displays
  </Card>

  <Card title="Use filters & variables" href="/latest/openlit/dashboards/filters-and-dynamic-bindings" icon="filter">
    Make dashboards interactive with dynamic filters and parameters
  </Card>

  <Card title="Organize dashboards" href="/latest/openlit/dashboards/organize-dashboards" icon="folder">
    Organize, share, and manage your dashboard collection
  </Card>
</CardGroup>
