# Balena Masterclasses

Masterclasses are a series of self-contained, in-depth exercises designed to take you from a balena beginner to power user. Each masterclass focuses on providing in-depth knowledge on a specific part of the balena system.

Feedback on the masterclasses is welcome and should be given by creating an issue in the respective masterclass repository.

Currently, the following masterclasses are available:

* [Balena CLI masterclass](/learn/more/masterclasses/cli-masterclass.md) - a guide to getting started with the balena CLI.
* [Balena CLI advanced masterclass](/learn/more/masterclasses/advanced-cli.md) - a guide to the advanced features available in balena CLI.
* [BalenaOS masterclass](/learn/more/masterclasses/host-os-masterclass.md) - an introduction to balenaOS.
* [Balena fleet management masterclass](/learn/more/masterclasses/fleet-management.md) - a guide to managing a fleet with balena.
* [Balena debugging masterclass](/learn/more/masterclasses/device-debugging.md) - a guide to debugging balena device issues.
* [Docker masterclass](/learn/more/masterclasses/docker-masterclass.md) - a guide covering the basics of Docker.
* [Services masterclass](/learn/more/masterclasses/services-masterclass.md) - a guide to developing and deploying services on a balena device.
* [Network masterclass](/learn/more/masterclasses/network-masterclass.md) - A standalone debugging guide to debugging network for a balena device.


---

# Agent Instructions: 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:

```
GET https://docs.balena.io/learn/more/masterclasses/masterclass-intro.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
