# Makecode上KOI各種功能編程指引

{% content-ref url="/pages/NWowYwAdzjv4f4WAkvnH" %}
[Armourbit與Robotbit快速開始](/airelated/koi/makecode/init.md)
{% endcontent-ref %}

{% content-ref url="/pages/4OsqE8S29PERSZ4hKzP7" %}
[A與B鍵應用](/airelated/koi/makecode/abbutton.md)
{% endcontent-ref %}

{% content-ref url="/pages/NMdAvBNH4fSob7hgGRzk" %}
[螢幕顯示自定資訊](/airelated/koi/makecode/print.md)
{% endcontent-ref %}

{% content-ref url="/pages/LgNH2gBGLAnJVT6GHKni" %}
[LCD 方向設定](/airelated/koi/makecode/lcd.md)
{% endcontent-ref %}

{% content-ref url="/pages/oZv5dYpvgqnY33BTNj4N" %}
[影像截圖與顯示](/airelated/koi/makecode/capture.md)
{% endcontent-ref %}

{% content-ref url="/pages/SHwTtrzabUpe3QpAfBNj" %}
[錄音與播放](/airelated/koi/makecode/recandplay.md)
{% endcontent-ref %}

{% content-ref url="/pages/f6ZOpC0rk4HcP5Fr08CV" %}
[使用電腦製作KOI音頻檔](/airelated/koi/makecode/recandplay/audacity.md)
{% endcontent-ref %}

{% content-ref url="/pages/a8QcTHxIYYSXLffAfCxD" %}
[讀取條碼Bar Code 及 二維碼QR Code](/airelated/koi/makecode/barcodeqrcode.md)
{% endcontent-ref %}

{% content-ref url="/pages/tgv5VNhhKZIWxy6ixJAV" %}
[圓形追踪](/airelated/koi/makecode/circle.md)
{% endcontent-ref %}

{% content-ref url="/pages/6PJNPrcbLHqHKH4qiO7R" %}
[方形追踪](/airelated/koi/makecode/rectangle.md)
{% endcontent-ref %}

{% content-ref url="/pages/k9VulVJIU5GNrFHaTDWz" %}
[顏色檢測追蹤](/airelated/koi/makecode/colorblob.md)
{% endcontent-ref %}

{% content-ref url="/pages/8TpsUKmEUCg3u0IFwcFA" %}
[線條檢測追蹤](/airelated/koi/makecode/line.md)
{% endcontent-ref %}

{% content-ref url="/pages/KLoGp0kgxcSZ8msKuT52" %}
[人臉檢測追蹤](/airelated/koi/makecode/facedetection.md)
{% endcontent-ref %}

{% content-ref url="/pages/jaWPBsfQnNi5JDwLOTP9" %}
[機器學習–自定義物件識別（模型訓練）](/airelated/koi/makecode/machinelearning1.md)
{% endcontent-ref %}

{% content-ref url="/pages/UYIGG8L4e2HbVqec5FNX" %}
[機器學習–自定義物件識別（物件辨識）](/airelated/koi/makecode/machinelearning2.md)
{% endcontent-ref %}

{% content-ref url="/pages/uSWithVxziWMl7zcXaMo" %}
[語音識別 (固件版本: v1.9.5或之後)](/airelated/koi/makecode/voicerec.md)
{% endcontent-ref %}

{% content-ref url="/pages/LsBoRQyrWkWf0gjyZFxT" %}
[語音辨識儲存模型 (固件版本: v1.12.0或之後)](/airelated/koi/makecode/voicerecsave.md)
{% endcontent-ref %}

{% content-ref url="/pages/pMzT8DP9eXz12QOjrDtJ" %}
[語音辨識模型運行 (固件版本: v1.12.0或之後)](/airelated/koi/makecode/voicerecload.md)
{% endcontent-ref %}

{% content-ref url="/pages/0cCAkF1MxoYzhFeE66Za" %}
[IoT物聯網 (固件版本: v1.9.5或之後)](/airelated/koi/makecode/iot.md)
{% endcontent-ref %}

{% content-ref url="/pages/8XHNvUCgO6Zn3iZeojsd" %}
[獲取網絡時間 (固件版本: v1.12.0或之後)](/airelated/koi/makecode/ntp.md)
{% endcontent-ref %}

{% content-ref url="/pages/9vUVgSfNrm7jFx6d7elE" %}
[人面辨識 (固件版本: v1.9.5或之後)](/airelated/koi/makecode/facerecog.md)
{% endcontent-ref %}

{% content-ref url="/pages/gQRFehuLcDgUI4oz0daL" %}
[文字變語音 (固件版本: v1.9.5或之後)](/airelated/koi/makecode/tts.md)
{% endcontent-ref %}


---

# 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://sharinghub.kittenbot.hk/airelated/koi/makecode.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.
