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

# Introduction

> The Internal Agent builds, tests, releases, and improves your Customer Agent.

The Internal Agent builds, tests, releases, and improves your Customer Agent. Each step happens in a [task](/platform/tasks).

<CardGroup cols={2}>
  <Card title="Build" icon="hammer" href="/internal-agent/build">
    Describe what you want, and the Internal Agent builds it.
  </Card>

  <Card title="Test" icon="flask" href="/internal-agent/test">
    Simulate on your historical tickets before anything ships.
  </Card>

  <Card title="Release" icon="rocket" href="/internal-agent/release">
    Approve changes to publish them, versioned and revertable.
  </Card>

  <Card title="Improve" icon="chart-line" href="/internal-agent/improve">
    Automations propose the next update as your product changes.
  </Card>
</CardGroup>

For the full loop, start with [Build](/internal-agent/build).
