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

# templates

> List the operation templates shipped with the CLI.

```sh theme={null}
haia-trace templates
```

List the operation templates shipped with the CLI. A template is the declarative
description of an operation's expected shape that [`build`](/cli/build) and
[`sample`](/cli/sample) assemble against.

## Example

```sh theme={null}
haia-trace templates
```

```text theme={null}
📋 Operation templates shipped with the CLI:

  ✔ x402-payment

1 template available.
```

<Tip>
  Templates are data, not code — see [Operation
  Receipt](/concepts/operation-receipt) for how a template's stages and
  match-sets shape the verdict.
</Tip>
