# `Mojentic.Examples.React.Models.Plan`
[🔗](https://github.com/svetzal/mojentic-ex/blob/v1.5.0/lib/mojentic/examples/react/models.ex#L63)

A structured plan for solving a user query.

Contains a list of steps that outline how to approach answering the query.

# `t`

```elixir
@type t() :: %Mojentic.Examples.React.Models.Plan{steps: [String.t()]}
```

# `new`

Creates a new Plan with the given steps.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
