> 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/microbit-fa-ming-jia-tao-jian-koi-2-sheng-ji-an-li.md).

# Micro:bit 發明家套件 KOI 2 升級案例

發明家套件可以加上KOI 2，將5款案例進行AI升級。

{% embed url="<https://youtu.be/ytlbncMLaYA>" %}

### 口罩偵測閘門

<figure><img src="/files/ImYhbCLbDgTIaY8LNDkx" alt=""><figcaption></figcaption></figure>

{% content-ref url="/pages/T62WZrpMugAmLT0RngFQ" %}
[口罩偵測閘門](/kits/inventorkit/microbit-fa-ming-jia-tao-jian-koi-2-sheng-ji-an-li/kou-zhao-zhen-ce-zha-men.md)
{% endcontent-ref %}

### 人面圖像辨識保險箱

<figure><img src="/files/zGJoOYw1u7K0hElhZuLa" alt=""><figcaption></figcaption></figure>

{% content-ref url="/pages/eGE04QhQgSJPOvhNEjIC" %}
[人面圖像辨識保險箱](/kits/inventorkit/microbit-fa-ming-jia-tao-jian-koi-2-sheng-ji-an-li/ren-mian-tu-xiang-bian-shi-bao-xian-xiang.md)
{% endcontent-ref %}

### 人面追蹤風扇

<figure><img src="/files/XpqhjFP5Revndr5Qeeij" alt=""><figcaption></figcaption></figure>

{% content-ref url="/pages/xAUuq8hhzDB7HdqxG4SC" %}
[人面追蹤風扇](/kits/inventorkit/microbit-fa-ming-jia-tao-jian-koi-2-sheng-ji-an-li/ren-mian-zhui-zong-feng-shan.md)
{% endcontent-ref %}

### AI 道路管理系統

<figure><img src="/files/fLLCqjcM5ZEcY20hNfCE" alt=""><figcaption></figcaption></figure>

{% content-ref url="/pages/eayLStPO97P6yIWz9UCl" %}
[AI 道路管理系統](/kits/inventorkit/microbit-fa-ming-jia-tao-jian-koi-2-sheng-ji-an-li/ai-dao-lu-guan-li-xi-tong.md)
{% endcontent-ref %}

### 自動駕駛小車

<figure><img src="/files/lPbcGUJ9MQRIDvl9KYNh" alt=""><figcaption></figcaption></figure>

{% content-ref url="/pages/CQLz7gzwb3AJLyc1M2Ej" %}
[自動駕駛小車](/kits/inventorkit/microbit-fa-ming-jia-tao-jian-koi-2-sheng-ji-an-li/zi-dong-jia-shi-xiao-ju.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/microbit-fa-ming-jia-tao-jian-koi-2-sheng-ji-an-li.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.
