> ## 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 Step • Rust AI Agent SDK

> PlanningStep: Planning step

# PlanningStep

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

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

Planning step

## Fields

| Name          | Type                   | Description      |
| ------------- | ---------------------- | ---------------- |
| `step`        | `usize`                | Step number      |
| `description` | `String`               | Step description |
| `status`      | `PlanningStepStatus`   | Step status      |
| `result`      | `Option&lt;String&gt;` | Step result      |

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-rust/praisonai/src/parity/specialized.rs#L154">
  `praisonai/src/parity/specialized.rs` at line 154
</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>
