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

# DABAR

> Specialized Domain Intelligence for regulated industries. DABAR ingests your primary sources, reasons under your Policy Engine, and deploys autonomous agents. That intelligence is yours.

# Specialized Domain Intelligence for Regulated Industries

DABAR is not RAG. It ingests all your primary sources — documents, PDFs, audio, video, databases, APIs — and, under the policies your organization defines, builds specialized domain intelligence that reasons, not just retrieves.

Every analysis compounds that knowledge. Every finding is labeled **CONFIRMED**, **NOT FOUND**, or **ESTIMATED** with source and page. Zero hallucinations by architecture, not by prompt.

**That intelligence is yours.**

<Columns cols={2}>
  <Card title="What is DABAR?" icon="book-open" href="/introduction">
    The three-layer architecture (Ingest, Reason, Act) and the problems DABAR solves for banking, legal, and ESG.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Deploy your first DABAR agent in under 5 minutes — auth, Policy, Project, deploy.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Send your `api-token` with every request. cURL, Node.js, and Python examples.
  </Card>

  <Card title="Policy Engine" icon="scale-balanced" href="/concepts/policy-engine">
    How DABAR becomes auditable by regulators, not just useful to analysts.
  </Card>
</Columns>

## Core primitives

<Columns cols={2}>
  <Card title="Politics" icon="scale-balanced" href="/api-reference/politics/list">
    Reusable analysis policies — rules, knowledge files, output format.
  </Card>

  <Card title="Projects" icon="folder-tree" href="/api-reference/projects/list">
    Runs that apply a politic to a specific set of input files.
  </Card>
</Columns>

## Concepts

<Columns cols={3}>
  <Card title="Policy Engine" icon="scale-balanced" href="/concepts/policy-engine">
    Codify reasoning rules once, enforce them everywhere.
  </Card>

  <Card title="Primary Sources" icon="database" href="/concepts/primary-sources">
    What DABAR reasons over — and what it never touches.
  </Card>

  <Card title="Autonomous Agents" icon="bolt" href="/concepts/agents">
    Turn a project into an agent your team debates with in real time.
  </Card>
</Columns>
