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

# Regatta Documentation

> Limitless power and scale

**Regatta is a mission-critical, extreme performance transactional and analytical database that brings simplicity alongside powerful features.**

Regatta is a modern SQL database that delivers an all-in-one solution. You can run all your workloads, either analytical or transactional on the same system at the highest performance without losing a beat. Increase the cluster size and see the performance grows linearly with it.

Below you can get access to all the documentation available for Regatta. If it's your first time here, start with the Getting Started link. Otherwise, chose the subject you would like to learn about.

<CardGroup cols={1}>
  <Card title="Quickstart" icon="rocket" horizontal href="/getting-started/getting-started-using-regatta-cloud" />
</CardGroup>

<CardGroup cols={2}>
  <Card title="Drivers & Clients" icon="code" horizontal href="/drivers-and-clients/connecting-applications-to-regatta" />

  <Card title="Regatta Cloud" icon="cloud" horizontal href="/regatta-cloud/regatta-cloud/regatta-cloud" />

  <Card title="SQL" icon="database" horizontal href="/sql/introduction" />

  <Card title="Tuning Performance" icon="server" horizontal href="/tuning-performance/introduction/introduction" />
</CardGroup>

***

## Access Regatta Docs Through Your AI Assistant

Connect your AI tools directly to the Regatta documentation using [MCP](https://modelcontextprotocol.io/docs/getting-started/intro). This enables natural-language queries with answers sourced directly from the docs.

<CardGroup cols={1}>
  <Card title="MCP endpoint" icon="link">
    Use the following MCP URL when adding a custom connector:

    ```bash theme={null}
    https://docs.regatta.dev/mcp
    ```
  </Card>

  <Card title="Connect using Claude" icon="sparkles">
    Follow these steps to enable Regatta Docs inside Claude:

    1. Log in to your [Claude.ai](https://claude.ai) account
    2. Open **Settings → Connectors**
    3. Click **Add custom connector** and paste the Regatta MCP URL
    4. Save the connector
    5. After saving, the **Regatta Docs** tool will automatically appear in the Claude tool list whenever you start a new chat.

    All set! You can now ask Claude questions like *"Search Regatta Docs for data distribuition best practices"* and it will use the MCP server to access the documentation directly.
  </Card>
</CardGroup>
