# Blocking Coding Lessons

- [Beginner Lessons](https://learn.arduinosa.co.za/blocking-coding-lessons/beginner-lessons.md): Learn the basics of Arduino using block programming. Great lessons to get your started.
- [Setting up mBlock](https://learn.arduinosa.co.za/blocking-coding-lessons/beginner-lessons/setting-up-mblock.md)
- [Blinking an LED](https://learn.arduinosa.co.za/blocking-coding-lessons/beginner-lessons/blinking-an-led.md)
- [LED Switching](https://learn.arduinosa.co.za/blocking-coding-lessons/beginner-lessons/led-switching.md)
- [LED Chasing](https://learn.arduinosa.co.za/blocking-coding-lessons/beginner-lessons/led-chasing.md)
- [Traffic Signal](https://learn.arduinosa.co.za/blocking-coding-lessons/beginner-lessons/traffic-signal.md)
- [Buzzer](https://learn.arduinosa.co.za/blocking-coding-lessons/beginner-lessons/buzzer.md)
- [Buzzer + Push Button](https://learn.arduinosa.co.za/blocking-coding-lessons/beginner-lessons/buzzer-+-push-button.md)
- [LED + Push Button](https://learn.arduinosa.co.za/blocking-coding-lessons/beginner-lessons/led-+-push-button.md)


---

# 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://learn.arduinosa.co.za/blocking-coding-lessons.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.
