# Sutra Quickstart
## Zero-Config Mode (YOLO)
Just ask the agent to do the task. The **Router** will automatically pick the right tool.
- "Debug this file" -> `reasoning.verify_logic`
- "Explain this codebase" -> `project.explore`
## Constructor Mode (Interactive)
Want to build a custom agent? Ask the **Architect**.
- "Build a debate bot" -> `design_context_architecture`
- "Create a research agent" -> `design_context_architecture`
## Manual Discovery
Ask "What tools do you have?" to trigger the **Librarian** (`get_technique_guide`), which lists all available reasoning models, memory cells, and organ architectures.