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

# Welcome to dibby

> AI-powered automation for your business processes

## Welcome to dibby!

dibby allows you to create AI applications to automate your business processes without any technical knowledge required.

You can use pre-existing applications or configure dibby based on your unique needs. It adapts seamlessly to your existing processes—no need to change any tool.

## Why dibby?

Most teams want to use AI, but run into the same problems:

* **Too many models to choose from**: analysis paralysis and wasted evaluation time
* **Complex, fragile pipelines**: break easily and are hard to maintain
* **Black-box agents that are hard to control**: unpredictable outputs and behaviors
* **Endless custom integrations**: time-consuming and expensive to build
* **Lack of trust and auditability**: especially critical in finance and regulated industries
* **Hyped technologies that don't provide real business gains**: AI for the sake of AI

dibby solves this by giving you one place to automatize your processes, powered by AI and validated by humans.

## What dibby offers

<CardGroup cols={2}>
  <Card title="Powerful Document Understanding" icon="file-lines">
    Extract structured data from PDFs, emails, scans, contracts, forms, and more
  </Card>

  <Card title="Composable Workflows" icon="diagram-project">
    Build automation pipelines using modular blocks, AI models, rules,
    validation steps, and integrations
  </Card>

  <Card title="Human Validation Built-in" icon="circle-check">
    Review, correct, and approve extracted data with a clean, purpose-built
    interface
  </Card>

  <Card title="No-Code UI + Developer APIs" icon="code">
    Use clicks when you want speed, use code when you need flexibility
  </Card>

  <Card title="Reliable for Regulated Industries" icon="shield-check">
    Traceable, auditable, deterministic when needed
  </Card>

  <Card title="Self-Hosted AI" icon="server">
    Your data stays yours, on-premise deployment available
  </Card>
</CardGroup>

## Who dibby is for

dibby is built for:

* **Operations teams** automating repetitive processes
* **Fintechs and financial institutions** requiring compliance and auditability
* **Project owners and developers** building internal tools
* **Startups** needing automation without heavy ML overhead
* **Any business** wanting accurate, explainable AI workflows

## What you'll find in this documentation

This documentation will guide you through:

<CardGroup cols={2}>
  <Card title="Workflows" icon="diagram-project" href="/concepts/workflow/core-concepts">
    Learn how to create and execute automated workflows
  </Card>

  <Card title="Nodes" icon="circle-nodes" href="/nodes/input">
    Explore all available workflow nodes and their capabilities
  </Card>

  <Card title="Human Validation" icon="circle-check" href="/concepts/human-validation/overview">
    Add human oversight and approval to your workflows
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Integrate dibby into your applications programmatically
  </Card>
</CardGroup>

## Get started

<Card title="Understand Workflow Concepts" icon="rocket" href="/concepts/workflow/core-concepts">
  Learn the core concepts and start building automated AI workflows
</Card>
