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

# Traces

> Trace collection management for debugging and monitoring

The `traces` command manages trace collection for debugging and monitoring.

## Usage

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai traces [OPTIONS] COMMAND [ARGS]...
```

## Commands

| Command   | Description                  |
| --------- | ---------------------------- |
| `enable`  | Enable trace collection      |
| `disable` | Disable trace collection     |
| `status`  | Show trace collection status |
| `list`    | List recent traces           |

## Examples

### Enable tracing

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai traces enable
```

### Check status

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai traces status
```

### List traces

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai traces list
```

## See Also

* [Telemetry](/docs/cli/telemetry) - Telemetry configuration
* [Profiling](/docs/cli/profiling) - Performance profiling
