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

# Introduction

> VexiData connects your databases to AI — build dashboards in natural language and query your data from any AI assistant.

## Get started

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Connect your first database and generate a dashboard in minutes.
  </Card>

  <Card title="Connect a database" icon="database" href="/connectors/mysql">
    Step-by-step guides for MySQL, PostgreSQL, MariaDB, SQL Server, and managed providers.
  </Card>

  <Card title="AI Integrations" icon="sparkles" href="/ai-integrations/introduction">
    Connect ChatGPT, Claude, Cursor, VS Code, and more to your databases.
  </Card>

  <Card title="SQL Editor" icon="terminal" href="/sql-editor/index">
    Write and save SQL queries directly in VexiData.
  </Card>
</CardGroup>

## Core features

<CardGroup cols={3}>
  <Card title="AI Dashboards" icon="chart-bar" href="/database/introduction">
    Describe what you want to see and VexiData generates a full dashboard with charts, metrics, and tables.
  </Card>

  <Card title="Schema Editor" icon="table" href="/database/edit-schema">
    Add descriptions to your tables and columns so AI understands your data better.
  </Card>

  <Card title="AI Instructions" icon="message-circle" href="/database/ai-instructions">
    Customize how AI generates dashboards for each of your databases.
  </Card>
</CardGroup>

## Supported databases

<CardGroup cols={4}>
  <Card title="MySQL" icon="https://mintcdn.com/mtsdigitalventuressrl/9yUap0SLGrotT8se/images/data-source-connections/mysql.svg?fit=max&auto=format&n=9yUap0SLGrotT8se&q=85&s=6e0e20adfe081acb15a30acae806082a" href="/connectors/mysql" width="800" height="800" data-path="images/data-source-connections/mysql.svg">
    Connect any MySQL instance — self-hosted or managed.
  </Card>

  <Card title="PostgreSQL" icon="https://mintcdn.com/mtsdigitalventuressrl/9yUap0SLGrotT8se/images/data-source-connections/postgresql.svg?fit=max&auto=format&n=9yUap0SLGrotT8se&q=85&s=f59551fa60f24fe9e302b644972994b8" href="/connectors/postgresql" width="576" height="594" data-path="images/data-source-connections/postgresql.svg">
    Connect any PostgreSQL instance — self-hosted or managed.
  </Card>

  <Card title="MariaDB" icon="https://mintcdn.com/mtsdigitalventuressrl/7jtPliLLIO4gCxrB/images/data-source-connections/mariadb.svg?fit=max&auto=format&n=7jtPliLLIO4gCxrB&q=85&s=c9bf6d7e2fba5434cc5cd0dabb9c6132" href="/connectors/mariadb" width="800" height="800" data-path="images/data-source-connections/mariadb.svg">
    Connect any MariaDB instance — self-hosted or managed.
  </Card>

  <Card title="SQL Server" icon="https://mintcdn.com/mtsdigitalventuressrl/twbvrQ5FjlDkUuR1/images/data-source-connections/sqlserver.svg?fit=max&auto=format&n=twbvrQ5FjlDkUuR1&q=85&s=e5df39c5dca44aaac362a18c30210d23" href="/connectors/sql-server" width="48" height="48" data-path="images/data-source-connections/sqlserver.svg">
    Connect any SQL Server instance — self-hosted or managed.
  </Card>
</CardGroup>
