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

# Custom Agents

> Create reusable specialist agents for recurring product workflows.

# Custom Agents

Custom Agents let you package repeatable expertise (QA, product review, copy, release checks) into reusable workflows.

## When to use this

* Your team repeats the same instructions often
* You need consistent review quality across projects

## How it works

* Define role, objective, and prompt template
* Set model/tools with least-privilege access
* Reuse agent across projects and iterations

## What you can do with it

* Standardise QA output format
* Enforce release readiness checks
* Speed up team handoffs

## Example prompt template

```text theme={null}
You are a release QA agent. Validate onboarding, checkout, and error states. Return: issues, severity, reproduction steps, recommended fix.
```

## Next steps

* [Agents](/agents)
* [Testing Agent](/testing-agent)
