> For the complete documentation index, see [llms.txt](https://avalanche.continualai.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://avalanche.continualai.org/avalanche/from-zero-to-hero-tutorial.md).

# From Zero to Hero Tutorial

- [Introduction](https://avalanche.continualai.org/avalanche/from-zero-to-hero-tutorial/01_introduction.md): Understand the Avalanche Package Structure
- [Models](https://avalanche.continualai.org/avalanche/from-zero-to-hero-tutorial/02_models.md): First things first: let's start with a good model!
- [Benchmarks](https://avalanche.continualai.org/avalanche/from-zero-to-hero-tutorial/03_benchmarks.md): Create your Continual Learning Benchmark and Start Prototyping
- [Training](https://avalanche.continualai.org/avalanche/from-zero-to-hero-tutorial/04_training.md): Continual Learning Algorithms Prototyping Made Easy
- [Evaluation](https://avalanche.continualai.org/avalanche/from-zero-to-hero-tutorial/05_evaluation.md): Automatic Evaluation with Pre-implemented Metrics
- [Loggers](https://avalanche.continualai.org/avalanche/from-zero-to-hero-tutorial/06_loggers.md): Logging... logging everywhere! 🔮
- [Putting All Together](https://avalanche.continualai.org/avalanche/from-zero-to-hero-tutorial/07_putting-all-together.md): Design Your Continual Learning Experiments
- [Extending Avalanche](https://avalanche.continualai.org/avalanche/from-zero-to-hero-tutorial/08_extending-avalanche.md): Make it Custom, Make it Yours
- [Contribute to Avalanche](https://avalanche.continualai.org/avalanche/from-zero-to-hero-tutorial/09_contribute-to-avalanche.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://avalanche.continualai.org/avalanche/from-zero-to-hero-tutorial.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
