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

# Developer Docs

> Start here for the developer-facing AquaOps documentation set: architecture, setup, tenancy, compliance direction, and testing.

This section is the developer-facing documentation home for AquaOps.

Use it when you need to understand how the product is structured, how to run it
locally, what is already implemented, and where the roadmap is headed.

## Start here

<CardGroup cols={2}>
  <Card title="Product overview" href="/developer-docs/product-overview">
    Product scope, current modules, and major gaps.
  </Card>

  <Card title="Setup and development" href="/developer-docs/setup-and-development">
    Local install, environment variables, seed data, and scripts.
  </Card>

  <Card title="Architecture" href="/developer-docs/architecture">
    Server-first shape, app directories, and domain-layer boundaries.
  </Card>

  <Card title="Data, security, and tenancy" href="/developer-docs/data-security-and-tenancy">
    Multi-tenant scoping, auth boundaries, and operational security posture.
  </Card>

  <Card title="Compliance and roadmap" href="/developer-docs/compliance-and-roadmap">
    Implemented compliance behavior and the next major delivery phases.
  </Card>

  <Card title="Testing and operations" href="/developer-docs/testing-and-operations">
    Test commands, QA posture, and the edge-case checklist.
  </Card>
</CardGroup>

## What this section covers

* current implemented product behavior
* local development setup
* tenancy and permission model
* compliance-specific workflow behavior
* QA and verification guidance

## What this section does not replace

This section is for engineers and technical operators. For client-facing product
walkthroughs, module usage, and administrator setup flows, use the
[User Guide](/user-guide/introduction).
