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

# Welcome to Darkplane

> Darkplane helps engineering teams climb the levels of agentic software engineering safely.

Darkplane is a readiness control plane for agentic software engineering. It measures how ready your repositories are for autonomous workflows and gates risky automation, such as auto-approval and auto-merge, behind evidence instead of optimism.

<Note>
  This documentation is under construction. Pages may be incomplete placeholders while we build out the product.
</Note>

## What Darkplane does

* **Readiness measurement:** Scores each repository against the requirements of the next automation level, so you know what is safe to turn on.
* **Auto-approval:** Evaluates pull requests against mechanical quality gates and approves the routine ones automatically.
* **Veto rights:** Keeps humans in control. Any contributor can halt an automated decision before it lands.

## Where to start

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Install Darkplane on your GitHub organization in a few minutes.
  </Card>

  <Card title="The Six Levels" icon="stairs" href="/concepts/six-levels">
    Understand the maturity model that drives every Darkplane decision.
  </Card>

  <Card title="Repository Settings" icon="gear" href="/guides/repository-settings">
    Configure per-repository gates and permissions.
  </Card>
</CardGroup>
