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 specialized behavior with explicit role and goal.
- You need tool-enabled execution under constraints.
When not to use
- Static transformations are enough without model reasoning.
- Task can be solved by deterministic code only.
Core decisions
| Decision | Choose this when |
|---|---|
| Single agent | Narrow scope, low coordination needs |
| Multi-agent crew | Distinct expertise and review loops needed |
| Tool-enabled agent | Model needs external actions or data |
Canonical links
- Reference: /en/ai/agents/reference
- Patterns: /en/ai/agents/patterns
- Troubleshooting: /en/ai/agents/troubleshooting
- Examples: /en/ai/agents/examples
- Existing docs: /en/concepts/agents
