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

# Planning Preset • Rust AI Agent SDK

> PlanningPreset: Planning preset configuration

# PlanningPreset

> Defined in the [**presets**](../modules/presets) module.

<Badge color="orange">Rust AI Agent SDK</Badge>

Planning preset configuration

## Fields

| Name                  | Type    | Description         |
| --------------------- | ------- | ------------------- |
| `enabled`             | `bool`  | Enable planning     |
| `read_only`           | `bool`  | Read-only mode      |
| `reasoning`           | `bool`  | Enable reasoning    |
| `auto_approve`        | `bool`  | Auto-approve plans  |
| `max_reasoning_steps` | `usize` | Max reasoning steps |

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-rust/praisonai/src/presets.rs#L362">
  `praisonai/src/presets.rs` at line 362
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Rust Planning" icon="map" href="/docs/rust/planning" />

  <Card title="Rust Reasoning" icon="brain" href="/docs/rust/reasoning" />
</CardGroup>
