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

# Mora documentation

> Ask questions about your data and get instant AI-powered insights.

Mora is an analytics platform that lets you query your data warehouse, transform results, and build interactive dashboards, all with an AI copilot that understands your schema.

## How it works

<CardGroup cols={3}>
  <Card title="Connect" icon="database" href="/datasources/overview">
    Point Mora at your Postgres, Snowflake, BigQuery, or other warehouse. Sync third-party data from tools like Stripe, HubSpot, and Salesforce.
  </Card>

  <Card title="Query & transform" icon="code" href="/datasets/overview">
    Write SQL in Mora's editor, preview results instantly, and apply no-code transformations, group, aggregate, filter, and sort, without touching SQL again.
  </Card>

  <Card title="Visualize" icon="chart-line" href="/boards/overview">
    Build dashboards with tables, line charts, bar charts, pie charts, statistics cards, and more. Apply cross-dataset filters to explore from every angle.
  </Card>
</CardGroup>

## AI built in

Mora's chat panel is always one shortcut away (`Cmd+/`). The AI can write and debug SQL, create datasets, build charts, and manage dashboards, all in the context of your actual schema and data.

<Card title="Learn what the AI can do" icon="sparkles" href="/ai/overview">
  From SQL generation to full dashboard creation, see how the AI assistant helps you move faster.
</Card>

## Getting started

<CardGroup cols={2}>
  <Card title="Quickstart" icon="bolt" href="/get-started/quickstart">
    Sign in, connect your first datasource, write a query, and build a dashboard in minutes.
  </Card>

  <Card title="Core concepts" icon="book" href="/get-started/concepts">
    Understand the building blocks: datasources, connections, datasets, transformations, charts, and dashboards.
  </Card>
</CardGroup>
