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

# Plan

> Create or update an execution plan with numbered steps. Call this BEFORE starting a multi-step task to show the user what you intend to do. You can call…

`plan`

Create or update an execution plan with numbered steps. Call this BEFORE starting a multi-step task to show the user what you intend to do. You can call it again later to mark steps as completed or to revise the plan. The frontend renders this as a visual checklist.

## Parameters

<ParamField path="title" type="string">
  Short title for the plan (e.g. 'Draft NDA Agreement').
</ParamField>

<ParamField path="steps" type="array<object>" required>
  Ordered list of plan steps.
</ParamField>
