Route by goal¶
Use this page when you know what you want to accomplish but not which quadrant to read.
Use this decision tree to turn your immediate goal into the right document type.
flowchart TD
A["What are you trying to do?"]
A --> B{"Need to learn by example?"}
B -->|Yes| C["Tutorial"]
B -->|No| D{"Need exact symbols, fields, or commands?"}
D -->|Yes| E["Reference"]
D -->|No| F{"Need to understand the model or boundary?"}
F -->|Yes| G["Explanation"]
F -->|No| H["How-To"]
Once you know the quadrant, the links below should get you to the right page without translating concepts yourself.
- Run the smallest possible evaluation: First
evaluate(...) - Decide whether to use Python or config and CLI: Run from Python vs config and CLI
- Configure a provider-backed generator: Configure generators
- Author custom components: Author custom components
- Persist, inspect, or rejudge runs: Reproduce and rejudge runs
- Understand
run_id: Identity vs provenance - Look up exact fields or symbols: Reference overview