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

# Grafana Documentation

> The open and composable observability and data visualization platform

<div
  style={{
background: 'linear-gradient(135deg, #0F0F0F 0%, #1a1a1a 100%)',
borderRadius: '12px',
padding: '48px 32px',
marginBottom: '32px',
color: '#FFFFFF'
}}
>
  <h1
    style={{
fontSize: '48px',
fontWeight: '700',
fontFamily: 'Inter',
marginBottom: '16px',
color: '#FFFFFF'
}}
  >
    Visualize your data, anywhere
  </h1>

  <p
    style={{
fontSize: '18px',
fontFamily: 'Inter',
color: '#f4f4f4',
marginBottom: '24px',
maxWidth: '700px'
}}
  >
    Query, visualize, alert on, and explore your metrics, logs, and traces from any data source. Create dynamic dashboards and foster a data-driven culture.
  </p>

  <div style={{ display: 'flex', gap: '16px', flexWrap: 'wrap' }}>
    <a
      href="/quickstart"
      style={{
  backgroundColor: '#ffffff',
  color: '#000000',
  padding: '12px 24px',
  borderRadius: '4px',
  textDecoration: 'none',
  fontWeight: '600',
  fontFamily: 'Inter',
  display: 'inline-block'
}}
    >
      Get Started
    </a>

    <a
      href="/getting-started/installation"
      style={{
  backgroundColor: 'transparent',
  color: '#ffffff',
  padding: '12px 24px',
  borderRadius: '4px',
  textDecoration: 'none',
  fontWeight: '600',
  fontFamily: 'Inter',
  border: '2px solid #ffffff',
  display: 'inline-block'
}}
    >
      Installation
    </a>
  </div>
</div>

## Key Features

Grafana provides everything you need to monitor and observe your systems.

<CardGroup cols={2}>
  <Card title="Dynamic Dashboards" icon="chart-line" href="/dashboards/overview">
    Create interactive visualizations with template variables and real-time updates
  </Card>

  <Card title="Multi-Source Data" icon="database" href="/datasources/overview">
    Connect to Prometheus, Loki, Elasticsearch, InfluxDB, MySQL, PostgreSQL, and more
  </Card>

  <Card title="Unified Alerting" icon="bell" href="/alerting/overview">
    Define alert rules and send notifications to Slack, PagerDuty, and other channels
  </Card>

  <Card title="Explore & Analyze" icon="magnifying-glass" href="/explore/overview">
    Run ad-hoc queries, explore logs, and trace distributed systems
  </Card>
</CardGroup>

## Get Started

Follow these guides to start using Grafana.

<CardGroup cols={3}>
  <Card title="Installation" icon="download" href="/getting-started/installation">
    Install Grafana on your platform
  </Card>

  <Card title="First Dashboard" icon="table-columns" href="/getting-started/first-dashboard">
    Create your first dashboard
  </Card>

  <Card title="Add Data Sources" icon="plug" href="/getting-started/adding-datasources">
    Connect your data sources
  </Card>
</CardGroup>

## Popular Topics

<CardGroup cols={2}>
  <Card title="Dashboard Variables" icon="sliders" href="/dashboards/variables">
    Make dashboards dynamic with template variables
  </Card>

  <Card title="Query Editor" icon="code" href="/datasources/prometheus">
    Learn to write queries for different data sources
  </Card>

  <Card title="Alert Rules" icon="triangle-exclamation" href="/alerting/alert-rules">
    Set up alerts for your metrics
  </Card>

  <Card title="Panel Plugins" icon="puzzle-piece" href="/development/plugins/panel-plugins">
    Build custom visualization panels
  </Card>
</CardGroup>

## Deployment & Operations

<CardGroup cols={2}>
  <Card title="Docker Deployment" icon="docker" href="/deployment/installation/docker">
    Run Grafana in containers
  </Card>

  <Card title="Kubernetes" icon="dharmachakra" href="/deployment/installation/kubernetes">
    Deploy on Kubernetes clusters
  </Card>

  <Card title="Configuration" icon="gear" href="/deployment/configuration/overview">
    Configure Grafana for production
  </Card>

  <Card title="High Availability" icon="server" href="/deployment/operations/high-availability">
    Set up HA deployments
  </Card>
</CardGroup>
