# Learning Activity

- [Hardware Activity](https://wiki.tinkerhub.org/activity-book/learning-activity/hardware-activity.md)
- [Automatic Light Project: Light-Controlled Illumination with Arduino](https://wiki.tinkerhub.org/activity-book/learning-activity/hardware-activity/automatic-light-project-light-controlled-illumination-with-arduino.md)
- [Smart Light Project: Bluetooth-Controlled Illumination with Arduino](https://wiki.tinkerhub.org/activity-book/learning-activity/hardware-activity/smart-light-project-bluetooth-controlled-illumination-with-arduino.md)
- [Seven Segment Display Project: Numeric Display with Arduino](https://wiki.tinkerhub.org/activity-book/learning-activity/hardware-activity/seven-segment-display-project-numeric-display-with-arduino.md)
- [Digital Scale Project: Distance Measurement with Arduino](https://wiki.tinkerhub.org/activity-book/learning-activity/hardware-activity/digital-scale-project-distance-measurement-with-arduino.md)
- [Useless Project](https://wiki.tinkerhub.org/activity-book/learning-activity/useless-project.md)
- [Beyond the Blueprint](https://wiki.tinkerhub.org/activity-book/learning-activity/beyond-the-blueprint.md): A Meta-Learning Study Jam Series to Build Adaptable, Future-Ready Thinkers
- [O-Penn Mic](https://wiki.tinkerhub.org/activity-book/learning-activity/o-penn-mic.md)
- [Template Learning Activity](https://wiki.tinkerhub.org/activity-book/learning-activity/template-learning-activity.md): Please create a copy of this template and curate a learnig activity
- [No internet challange](https://wiki.tinkerhub.org/activity-book/learning-activity/no-internet-challange.md): Please create a copy of this template and curate a learnig activity
- [Repair Café: Fix, Explore & Learn](https://wiki.tinkerhub.org/activity-book/learning-activity/repair-cafe-fix-explore-and-learn.md)
- [Study Jam](https://wiki.tinkerhub.org/activity-book/learning-activity/study-jam.md)
- [Intro to Computer Architecture & Assembly Language](https://wiki.tinkerhub.org/activity-book/learning-activity/study-jam/intro-to-computer-architecture-and-assembly-language.md)
- [Intro to computer science - Python](https://wiki.tinkerhub.org/activity-book/learning-activity/study-jam/intro-to-computer-science-python.md)
- [Version Control & GitHub Essentials](https://wiki.tinkerhub.org/activity-book/learning-activity/study-jam/version-control-and-github-essentials.md)
- [Learn Flutter](https://wiki.tinkerhub.org/activity-book/learning-activity/study-jam/learn-flutter.md)
- [Monitoring Dashboards with Grafana](https://wiki.tinkerhub.org/activity-book/learning-activity/study-jam/monitoring-dashboards-with-grafana.md)
- [Vibe Coding with AI - Advanced](https://wiki.tinkerhub.org/activity-book/learning-activity/study-jam/vibe-coding-with-ai-advanced.md)
- [Model Context Protocol (MCP)](https://wiki.tinkerhub.org/activity-book/learning-activity/study-jam/model-context-protocol-mcp.md)
- [MISSION IMPOSSIBLE](https://wiki.tinkerhub.org/activity-book/learning-activity/mission-impossible.md): (Impossible? Not around here, partner!)
- [The Farmer Who Kept Losing Money](https://wiki.tinkerhub.org/activity-book/learning-activity/mission-impossible/the-farmer-who-kept-losing-money.md)
- [“The Numbers That Didn’t Match”](https://wiki.tinkerhub.org/activity-book/learning-activity/mission-impossible/the-numbers-that-didnt-match.md)
- [“The Biogas Blind Spot”](https://wiki.tinkerhub.org/activity-book/learning-activity/mission-impossible/the-biogas-blind-spot.md)
- [🌪️ INSIDE OUT](https://wiki.tinkerhub.org/activity-book/learning-activity/inside-out.md)
- [“The Train That Cannot Stop](https://wiki.tinkerhub.org/activity-book/learning-activity/inside-out/the-train-that-cannot-stop.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://wiki.tinkerhub.org/activity-book/learning-activity.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.
