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

# Introduction

> AI-powered document processing platform. Extract structured data from documents at scale.

## Welcome to Ingestly

Ingestly is an AI-powered document processing platform. Create visual pipelines to automatically extract structured data from documents, review results with human-in-the-loop workflows, and receive data via webhooks or email.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get up and running in 5 minutes
  </Card>

  <Card title="Dashboard guide" icon="browser" href="/app-overview">
    Learn your way around the Ingestly dashboard
  </Card>

  <Card title="API reference" icon="code" href="/api-reference/introduction">
    Trigger pipelines programmatically via the API
  </Card>

  <Card title="Core concepts" icon="lightbulb" href="/pipelines/introduction">
    Understand pipelines, runs, and more
  </Card>
</CardGroup>

## Key features

<CardGroup cols={3}>
  <Card title="Pipelines" icon="layer-group" href="/pipelines/introduction">
    Organize your document processing into named workflows with configurable settings
  </Card>

  <Card title="Pipeline editor" icon="diagram-project" href="/pipelines/editor">
    Build visual workflows by connecting triggers, actions, and outputs on a drag-and-drop canvas
  </Card>

  <Card title="AI extraction" icon="sparkles" href="/nodes/extract">
    Extract structured data from documents using AI-powered actions with custom schemas
  </Card>

  <Card title="Human review" icon="user-check" href="/reviews/introduction">
    Add human-in-the-loop review steps to validate and correct extracted data
  </Card>

  <Card title="Webhooks" icon="webhook" href="/guides/webhooks-and-callbacks">
    Receive processing results automatically via webhook callbacks
  </Card>

  <Card title="API access" icon="key" href="/guides/webhook-trigger">
    Trigger pipelines programmatically with API key authentication
  </Card>
</CardGroup>
