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

# What is Evidence?

> Evidence is a powerful framework for building and publishing data products using SQL, markdown, and AI.

<Steps>
  <Step title="Connect your Data">
    [Connect to data](/data-sources) in SQL databases, flat files and cloud storage buckets.
  </Step>

  <Step title="Build Reports">
    Build reports with [Markdown](/core-concepts/markdown), [SQL](/core-concepts/markdown#sql) and
    [Components](/core-concepts/components).
  </Step>

  <Step title="Publish Online">[Publish reports](/publishing) to share with your team.</Step>
</Steps>

## Getting Starting

Create your first report in minutes.

<CardGroup cols={2}>
  <Card title="Sign Up" icon="user" href="/quickstart">
    Create an account and log in to get started
  </Card>

  <Card title="Connect your Data" icon="plug" href="/data-sources">
    Add connections to your SQL databases, flat files or cloud storage buckets
  </Card>
</CardGroup>

## Learn More

Build reports to share with your team.

<CardGroup cols={2}>
  <Card title="Add Components" icon="chart-line" href="/core-concepts/components">
    Customize your docs to your company's colors and brands
  </Card>

  <Card title="Write SQL" icon="database" href="/core-concepts/markdown">
    Write SQL queries to power your reports
  </Card>

  <Card title="Share Reports" icon="share" href="/publishing">
    Automatically generate endpoints from an OpenAPI spec
  </Card>

  <Card title="Write Reports with AI" icon="sparkles" href="/editing">
    Build interactive reports with the help of the Evidence AI Agent
  </Card>
</CardGroup>
