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

# Introduction

> Production-ready RAG in minutes, not months. Skip the complexity and ship faster.

## Skip the RAG complexity. Ship faster.

Building RAG from scratch means months of work: vector databases, embedding pipelines, chunking strategies, user isolation, file processing, search optimization... the list goes on.

**LiquidIndex handles all of this for you.** Get production-ready semantic search with just three API calls:

1. **Create customers** → Isolated data spaces
2. **Generate upload sessions** → Users upload documents
3. **Query with context** → Get AI answers + source chunks

<Note>
  **From idea to production in under 10 minutes.** No infrastructure setup, no ML expertise required.
</Note>

## What makes LiquidIndex different?

<Columns cols={2}>
  <Card title="Multi-tenant by default" icon="users">
    Built-in customer isolation. Each user gets their own secure data space with zero configuration.
  </Card>

  <Card title="Upload sessions" icon="upload">
    Generate secure URLs where users upload files directly. No file handling on your servers.
  </Card>

  <Card title="Smart chunking" icon="scissors">
    Advanced document processing that preserves context and handles any file type automatically.
  </Card>

  <Card title="Instant search" icon="bolt">
    Semantic search + AI answers in one API call. Get relevant chunks and generated responses together.
  </Card>
</Columns>

## Ready to build?

<Card title="Quickstart Guide" icon="rocket" href="/quickstart" horizontal>
  Build a complete RAG backend in under 10 minutes. Copy, paste, and deploy.
</Card>

## Learn more

<Columns cols={2}>
  <Card title="Core Concepts" icon="book" href="/concepts">
    Understand multi-tenant architecture, upload sessions, and more
  </Card>

  <Card title="Pricing" icon="tags" href="/pricing">
    Simple usage-based pricing. Pay only for what you use, scale as you grow.
  </Card>
</Columns>
