> For the complete documentation index, see [llms.txt](https://wiki.tinkerhub.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.tinkerhub.org/activity-book/learning-activity.md).

# 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
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://wiki.tinkerhub.org/activity-book/learning-activity.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.
