# Mastra AI Guides **Purpose**: Step-by-step guides for building with Mastra AI --- ## Structure ``` guides/ ├── navigation.md (this file) ├── modular-building.md ├── testing.md └── workflow-step-structure.md ``` --- ## Quick Routes | Task | Path | |------|------| | **Build modular systems** | `modular-building.md` | | **Test Mastra apps** | `testing.md` | | **Structure workflows** | `workflow-step-structure.md` | | **Workflow concepts** | `../concepts/workflows.md` | --- ## By Type **Architecture** → Modular building patterns **Testing** → Testing strategies **Workflows** → Workflow design and structure --- ## Related Context - **Mastra AI** → `../navigation.md` - **Concepts** → `../concepts/navigation.md` - **Examples** → `../examples/navigation.md`