> For the complete documentation index, see [llms.txt](https://sharinghub.kittenbot.hk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sharinghub.kittenbot.hk/kits/inventorkit/instructions.md).

# Micro:bit 發明家套件模型案例教學

{% content-ref url="/pages/08IpjnKiIPdvIhlcnf5W" %}
[紅綠燈](/kits/inventorkit/instructions/inventor_trafficlight.md)
{% endcontent-ref %}

{% content-ref url="/pages/S3lXLAveRwTrmlmWSCOK" %}
[防火警報](/kits/inventorkit/instructions/inventor_firealarm.md)
{% endcontent-ref %}

{% content-ref url="/pages/WoGcF88QENKFOfJkyFo7" %}
[生日蠟燭](/kits/inventorkit/instructions/inventor_candle.md)
{% endcontent-ref %}

{% content-ref url="/pages/XYsjUcnbmiWNPkjUoaW9" %}
[電子閘門](/kits/inventorkit/instructions/inventor_gate.md)
{% endcontent-ref %}

{% content-ref url="/pages/KEPLj6MmATbs9bqPkW9M" %}
[智能晾衣架](/kits/inventorkit/instructions/inventor_hanger.md)
{% endcontent-ref %}

{% content-ref url="/pages/GjDw7P6IBd9PvvMqoHvw" %}
[種植小助手](/kits/inventorkit/instructions/inventor_plant.md)
{% endcontent-ref %}

{% content-ref url="/pages/DtulMeOMCtITOQaZK3FL" %}
[模擬收音機](/kits/inventorkit/instructions/inventor_broadcast.md)
{% endcontent-ref %}

{% content-ref url="/pages/JNXWIqyMum5DpliuAl26" %}
[節拍機](/kits/inventorkit/instructions/inventor_rhythm.md)
{% endcontent-ref %}

{% content-ref url="/pages/h9YoIMxLcGBOMfZYvPq1" %}
[搶答機](/kits/inventorkit/instructions/inventor_quiz.md)
{% endcontent-ref %}

{% content-ref url="/pages/Apv9b8rpsuCQryrqV4CO" %}
[小夜燈](/kits/inventorkit/instructions/inventor_nightlight.md)
{% endcontent-ref %}

{% content-ref url="/pages/A1fZTaH51yiA44dJfav4" %}
[恒温風扇](/kits/inventorkit/instructions/inventor_fan.md)
{% endcontent-ref %}

{% content-ref url="/pages/dsw5KlNQnGmN6YZ7F1D0" %}
[怕光殭屍](/kits/inventorkit/instructions/inventor_zombie.md)
{% endcontent-ref %}

{% content-ref url="/pages/tb4a2v4d1m8yb6d3ypHI" %}
[三輪送貨車](/kits/inventorkit/instructions/inventor_kart_auto.md)
{% endcontent-ref %}

{% content-ref url="/pages/RhIEPU0bWyva1j9c2v8f" %}
[遙控三輪車](/kits/inventorkit/instructions/inventor_kart_remote.md)
{% endcontent-ref %}

{% content-ref url="/pages/tHk7kR75DHIjnpnqxf8w" %}
[保險箱](/kits/inventorkit/instructions/inventor_safe.md)
{% endcontent-ref %}

{% content-ref url="/pages/Qxo4WhiDCOkw48L0SbO7" %}
[鋼琴拉奏](/kits/inventorkit/instructions/inventor_piano.md)
{% endcontent-ref %}


---

# 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://sharinghub.kittenbot.hk/kits/inventorkit/instructions.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.
