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

# Introduction

> Welcome to Croissant — AI-powered product analytics that surfaces what matters

## What is Croissant?

Croissant is a product analytics platform that turns raw events into actionable signals. Instead of building dashboards and writing queries, you just send events and let Croissant tell you what to pay attention to.

<Card title="Get started in 5 minutes" icon="rocket" href="/quickstart" horizontal>
  Create an account, generate an API key, and start sending events.
</Card>

## How it works

<Columns cols={3}>
  <Card title="Send events" icon="bolt">
    Use any PostHog-compatible SDK or a simple HTTP request. No schema setup needed.
  </Card>

  <Card title="Insights are generated" icon="chart-mixed">
    Croissant automatically discovers your event types and builds analytical queries.
  </Card>

  <Card title="Signals surface" icon="bell">
    Plain-language alerts tell you what changed and what to do about it.
  </Card>
</Columns>

## Explore

<Columns cols={2}>
  <Card title="Quickstart" icon="play" href="/quickstart">
    Go from zero to signals in under five minutes.
  </Card>

  <Card title="Development" icon="code" href="/development">
    Set up your local environment for working with the docs.
  </Card>
</Columns>
