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

# Welcome to Turso

> The small database to power your big dreams in the age of AI.

<Frame>
  <img src="https://mintcdn.com/turso/7mjM7fXIfeZ8ZwNC/images/turso-banner.png?fit=max&auto=format&n=7mjM7fXIfeZ8ZwNC&q=85&s=e06c9ad0e66501d523ed87aaecefa6ba" alt="Turso Quickstart" width="2400" height="1350" data-path="images/turso-banner.png" />
</Frame>

Turso is the small database to power your big dreams in the age of AI. The most efficient way to build for traditional applications, smart devices, embodied AI, agents, and anything in between.

## Get Started

Choose your path to get started with Turso:

<CardGroup cols={2}>
  <Card title="Turso Database (Embedded)" icon="microchip" href="/tursodb/quickstart">
    An embedded database engine that goes anywhere. Offline, in the browser, or
    on-device.
  </Card>

  <Card title="AgentFS" icon="robot" href="/agentfs/introduction">
    Filesystem and state SDK for AI agents with built-in auditability.
  </Card>

  <Card title="Turso Cloud" icon="cloud" href="/turso-cloud">
    Fully managed database platform with branching, analytics, backups,and more.
  </Card>

  <Card title="How Well You Know Turso?" icon="circle-question" href="https://www.howwellyouknow.com/play/turso">
    Test your knowledge of Turso and share your results.
  </Card>
</CardGroup>

<Info>
  **Need sync?** If you want local reads and writes with push/pull sync to the cloud, start with [Turso Database](/tursodb/quickstart) and [Turso Sync](/sync/usage).
</Info>

## Turso Database Features

The next evolution of SQLite, built for modern applications:

<CardGroup cols={3}>
  <Card title="Vector Search" icon="magnifying-glass">
    Native similarity search for AI apps and RAG workflows, no extensions
    required
  </Card>

  <Card title="Async Design" icon="bolt">
    Modern async primitives such as Linux io\_uring to keep your apps responsive
  </Card>

  <Card title="SQLite Compatible" icon="check">
    Fully backwards compatible with SQLite, but built for the next generation
  </Card>

  <Card title="Concurrent Writes" icon="arrows-rotate">
    Multiple writers, zero conflicts, without locking
  </Card>

  <Card title="Richer Type System" icon="tags">
    Richer and stricter type system, including User-Defined Types (experimental)
  </Card>

  <Card title="Open Contribution" icon="code-branch">
    Take your seat at the table and contribute to the next evolution of SQLite
  </Card>
</CardGroup>

## Join Our Communities

Connect with developers and the Turso team:

<CardGroup cols={2}>
  <Card title="Turso Database Core Developers" icon="discord" href="https://discord.gg/jgjmyYgHwB">
    Join the core development community for Turso Database discussions
  </Card>

  <Card title="Turso Community" icon="discord" href="https://tur.so/discord">
    Connect with users and get support for Turso Cloud
  </Card>
</CardGroup>

### Follow Us

<CardGroup cols={3}>
  <Card title="GitHub" icon="star" href="https://github.com/tursodatabase" />

  <Card title="X (Twitter)" icon="x-twitter" href="https://twitter.com/tursodatabase" />

  <Card title="LinkedIn" icon="linkedin" href="https://www.linkedin.com/company/turso" />
</CardGroup>
