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

# What is a Report

> A comprehensive overview of what reports in Typper BI.

A report in the context of Typper BI is a structured presentation of data, designed to provide insights and facilitate decision-making. These reports can be generated in two ways: using SQL queries for precise, database-driven results, or through AI-powered analysis for more intuitive, pattern-based insights.

Typper BI supports various types of reports, each suited for different data visualization needs.

Each of these report types can be tailored to specific data sets and analysis needs, offering a versatile and powerful toolset for business intelligence in Typper BI.

<CardGroup cols={3}>
  <Card title="Line Report" icon="chart-line" href="/reports/line">
    Ideal for displaying trends and changes over time, often used in sales, marketing, and financial analysis.
  </Card>

  <Card title="Bar Report" icon="chart-column" href="/reports/bar">
    Useful for comparing different groups or categories of data, commonly used in
    performance measurement.
  </Card>

  <Card title="Pie Report" icon="chart-pie" href="/reports/pie">
    Provides a visual representation of proportions and percentages, suitable for
    displaying market share or segment distribution.
  </Card>

  <Card title="Table Report" icon="table" href="/reports/table">
    Offers a detailed view of data in rows and columns, allowing for a
    comprehensive, granular analysis.
  </Card>

  <Card title="Number Report" icon="binary" href="/reports/number">
    Focused on displaying key figures or KPIs, useful for a quick overview of
    critical metrics.
  </Card>

  <Card title="Doughnut Report" icon="donut" href="/reports/doughnut">
    Similar to pie reports but with a central cutout, offering a visually
    appealing way to represent data proportions.
  </Card>

  <Card title="Polar Area Report" icon="circle-three-quarters" href="/reports/polararea">
    Shows values in terms of radial distance, ideal for comparing multiple variables in a unique, visually engaging format.
  </Card>
</CardGroup>
