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

# What is Laddr?

> Scalable multi-agent intelligence framework for building and orchestrating intelligent agent systems

**Laddr** is an open-source multi-agent framework that helps developers build, orchestrate, and scale intelligent multi-agent systems with ease.

AI teams and developers around the world use Laddr to manage distributed agent systems, trace execution, and scale parallel tasks effortlessly.

***

## Laddr gives you everything you need to build and scale agents:

* **Scalability** — Queue-based architecture with parallel agent workers.
* **Observability** — Docker-based dashboard with real-time traces, token usage, and system metrics.
* **Extensibility** — Connect your own tools, APIs, and external models with full control.
* **Configurability** — Flexible PostgreSQL and MinIO/S3 storage options.
* **APIs** — Exposed endpoints for jobs, traces, prompts, and system health.

***

## Watch the Demo

<iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/ISeaVNfH4aM" title="Laddr Getting Started Demo" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

***

## Get started

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/introduction/quickstart">
    Get started with Laddr in under 60 seconds
  </Card>

  <Card title="Installation" icon="download" href="/getting-started/install">
    Set up Laddr on your machine
  </Card>

  <Card title="Key Features" icon="star" href="/introduction/key-features">
    Explore Laddr's capabilities
  </Card>

  <Card title="API Reference" icon="code" href="/reference/api">
    Integrate with REST API
  </Card>
</CardGroup>

***

## Next Steps

* [Quickstart Guide](/introduction/quickstart) - Run your first agent
* [Installation](/getting-started/install) - Set up Laddr
* [Key Features](/introduction/key-features) - Learn what Laddr can do
* [First Agent](/getting-started/first-agent) - Build your first agent
