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

# Introduction

> Welcome to DB Pilot!

## Explore Features

<CardGroup cols={2}>
  <Card title="Notebooks" icon="file-text" href="/notebooks">
    Mix and match SQL, Python, inputs and interactive tables & charts to build
    dashboards and iteratively explore data
  </Card>

  <Card title="AI Assistant" icon="sparkles" href="/ai-assistant">
    Let AI make your data work easier.
  </Card>
</CardGroup>

## Connect to Data Sources

To connect to a data source, first create a workspace, then follow one of the guides below.

<CardGroup cols={2}>
  {["PostgreSQL", "MySQL", "CockroachDB", "SQLite", "DuckDB"].map((source) => (
      <Card
        title={source}
        href={`/connect-${source.toLowerCase()}`}
      >
        Connect to a {source} database
      </Card>
    ))}
</CardGroup>
