# Task Workflow From request to working application, the task workflow handles every step automatically. ![Task Workflow](../assets/05-multi-agent/task-workflow.svg) --- ## The Three Steps | Step | What Happens | |------|--------------| | 1. **Describe** | You tell the bot what you want in plain language | | 2. **Plan** | System analyzes and creates an execution plan | | 3. **Execute** | Steps run automatically, app is delivered | --- ## Example Workflow
--- ## Error Handling When something goes wrong, the system asks what to do.
--- ## Approval Requests Some actions require confirmation before executing.
--- ## Actions Requiring Approval | Action | Reason | |--------|--------| | Bulk email sends | Prevents accidental spam | | Data deletion | Prevents data loss | | External API calls | Cost and security | | Schema changes | Database integrity | --- ## Next Steps - [Designer Guide](./designer.md) — Edit apps through conversation - [Examples](./examples.md) — Real-world applications