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

# Platform capabilities

> How the Akua product catalog maps to the docs

<Frame>
  <img className="block dark:hidden" src="https://mintcdn.com/akua-1dce587a/XutebFe61mz4P6aZ/images/heros/capabilities-light.svg?fit=max&auto=format&n=XutebFe61mz4P6aZ&q=85&s=820acdaa77a68c656ba5369c505a3963" alt="Mapping diagram. A left taxonomy panel lists platform catalog categories — Compute, Packaging, Delivery, Networking, Commerce, Agents, and Platform — and connector lines route them into matching docs surfaces." width="1536" height="864" data-path="images/heros/capabilities-light.svg" />

  <img className="hidden dark:block" src="https://mintcdn.com/akua-1dce587a/XutebFe61mz4P6aZ/images/heros/capabilities-dark.svg?fit=max&auto=format&n=XutebFe61mz4P6aZ&q=85&s=5808f12dd5b8324d7097f7f6a48bbb1a" alt="Mapping diagram. A left taxonomy panel lists platform catalog categories — Compute, Packaging, Delivery, Networking, Commerce, Agents, and Platform — and connector lines route them into matching docs surfaces." width="1536" height="864" data-path="images/heros/capabilities-dark.svg" />
</Frame>

Akua's public [product catalog](https://akua.dev/platform/products) shows platform capabilities by category: Compute, Packaging, Delivery, Networking, Commerce, Agents, and Platform. The docs use a task-oriented sidebar, so the category names do not always appear as top-level navigation items.

Use this page as the bridge between the catalog and the docs.

## Capability map

<CardGroup cols={2}>
  <Card title="Compute" icon="server" href="/compute">
    Create managed clusters, import existing clusters, add workers, choose regions, and manage compute lifecycle.
  </Card>

  <Card title="Packaging" icon="cube" href="/packages">
    Define reusable Package versions, input schemas, source composition, and package authoring.
  </Card>

  <Card title="Delivery" icon="rocket" href="/delivery">
    Install, render, customize, version, and update applications in customer or internal workspaces.
  </Card>

  <Card title="Networking" icon="globe" href="/networking">
    Expose applications with preview domains, direct IP routing, custom domains, and Gateway API routes.
  </Card>

  <Card title="Commerce" icon="store" href="/commerce">
    Sell software through Offers, checkout-ready order drafts, and customer distribution paths.
  </Card>

  <Card title="Agents" icon="robot" href="/agents">
    Use hosted agents, connect external assistants, and give agents current Akua documentation.
  </Card>

  <Card title="Platform" icon="briefcase" href="/platform">
    Manage workspaces, organizations, dashboards, API tokens, notifications, private registries, billing, security, and quotas.
  </Card>
</CardGroup>

## Products vs platform capabilities

Akua uses the word **Product** in two different user contexts:

* **Platform capabilities** are the things Akua itself provides, such as Compute, Delivery, Commerce, and Agents.
* **Sellable products** are the software packages you create and sell to customers through the marketplace or private Offers.

If you want to understand the platform surface, start with the capability map above. If you want to package and sell your own software, start with [Sellable products](/products).

## What to read first

| Catalog category | Common catalog rows                                                                                               | Start with                                                                                                                                                                |
| ---------------- | ----------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Compute**      | KaaS, BYOM, imported clusters, workers, regions, hibernation                                                      | [Compute](/compute), [Clusters](/clusters), [Add workers](/clusters/add-workers)                                                                                          |
| **Packaging**    | Akua Packages, Helm sources, Kustomize sources, Package versions, private registries, generated forms             | [Packages](/packages), [Package format](/akua/package-format), [Private registries](/platform/private-registries)                                                         |
| **Delivery**     | Atomic install, installation repositories, lifecycle, versioning, generated manifests, repository change requests | [Delivery](/delivery), [Installations](/installs), [Installation repositories](/installs/repositories), [Package versioning](/installs/versioning)                        |
| **Networking**   | Preview domains, custom domains, direct IP routing, Gateway API, Cloudflare tunnels                               | [Networking](/networking), [Preview domains](/networking/preview-domains), [Direct IP routing](/networking/direct-ip), [Cloudflare Tunnel](/networking/cloudflare-tunnel) |
| **Commerce**     | Products, Offers, generated configure UI, order drafts, checkout, payments                                        | [Commerce](/commerce), [Sellable products](/products), [Offers](/marketplace/offers), [Order drafts](/marketplace/order-drafts)                                           |
| **Agents**       | Sessions, turns, events, approval gates, ambient agents, Code Mode                                                | [Agent Setup](/agent-setup), [Agents](/agents), [Documentation MCP](/ai/docs-mcp), [Platform MCP](/ai/platform-mcp)                                                       |
| **Platform**     | Workspaces, organizations, API tokens, secrets, quotas, dashboards                                                | [Platform](/platform), [Workspaces](/workspaces), [Organizations](/platform/organizations), [Security](/platform/security), [Quotas](/platform/quotas)                    |
