Documentation Index
Fetch the complete documentation index at: https://crewai-lorenze-imp-docs-improvements.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
When to use
- You need deterministic orchestration, branching, and resumable execution.
- You need explicit state transitions across steps.
- You need persistence, routing, and event-driven control.
When not to use
- A single prompt/response interaction is enough.
- You only need one agent call without orchestration logic.
Core decisions
| Decision | Choose this when |
|---|---|
| Unstructured state | Fast prototyping, highly dynamic fields |
| Structured state | Stable contracts, team development, type safety |
@persist() | Long-running workflows and recovery requirements |
| Router labels | Deterministic branch handling |
Canonical links
- Reference: /en/ai/flows/reference
- Patterns: /en/ai/flows/patterns
- Troubleshooting: /en/ai/flows/troubleshooting
- Examples: /en/ai/flows/examples
