> ## 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.

# Delivery

> Package applications, deliver installations, and manage customer install changes

Delivery is how Akua turns software into running installations. You define a Product, connect a Package version, and Akua handles installation, configuration, version tracking, and customer-specific install changes.

Use this section when you want to package software for yourself, publish software for customers, or keep installed products updated through reviewable repository changes.

<CardGroup cols={2}>
  <Card title="Installations" icon="box" href="/installs">
    Understand running instances, lifecycle states, and installation ownership.
  </Card>

  <Card title="Operate an installation" icon="list-checks" href="/installs/operations">
    Check status, inspect logs, review changes, and roll back.
  </Card>

  <Card title="Package authoring" icon="package" href="/packages">
    Create the installable package Akua deploys to clusters.
  </Card>

  <Card title="Repository change requests" icon="code-branch" href="/installs/repository-change-requests">
    Prepare, review, and accept install changes before they apply.
  </Card>
</CardGroup>

## Common paths

* Start with [Installations](/installs) to understand the runtime model.
* Use [Operate an installation](/installs/operations) when you need status, logs, rollbacks, or reviewed changes.
* Use [Package authoring](/packages) when you are preparing software for deployment.
* Read [Installation repositories](/installs/repositories) when you need the git-backed source-of-truth model.
