# KittenBlock編程教學

{% content-ref url="/pages/o1AxG7VN51l93WrCrxnY" %}
[字串顯示](/airelated/koi2/kittenblock/displaytext.md)
{% endcontent-ref %}

{% content-ref url="/pages/qdTbJNuZdeUzEUywZbv8" %}
[KOI按鍵編程](/airelated/koi2/kittenblock/buttons.md)
{% endcontent-ref %}

{% content-ref url="/pages/9cLTQsZSnOSOKyT353Dy" %}
[拍照與顯示照片](/airelated/koi2/kittenblock/photo.md)
{% endcontent-ref %}

{% content-ref url="/pages/80Ed35SJavWWKtSiEB6G" %}
[錄音與播放](/airelated/koi2/kittenblock/recandplay.md)
{% endcontent-ref %}

{% content-ref url="/pages/t9QrbS33I04fgHw5bMqB" %}
[切換鏡頭方向](/airelated/koi2/kittenblock/cameramode.md)
{% endcontent-ref %}

{% content-ref url="/pages/4jz9eXxMZnFB36lwF6Cj" %}
[色塊追蹤](/airelated/koi2/kittenblock/colorblob.md)
{% endcontent-ref %}

{% content-ref url="/pages/rmdMAHBBzmJwiSq54flA" %}
[線條追蹤](/airelated/koi2/kittenblock/linetrace.md)
{% endcontent-ref %}

{% content-ref url="/pages/A13omiFhPYsMMHRaQWjU" %}
[二維碼與條碼檢測](/airelated/koi2/kittenblock/codescan.md)
{% endcontent-ref %}

{% content-ref url="/pages/PBR7O9vMqSs4leSfJ0LL" %}
[人面口罩檢測](/airelated/koi2/kittenblock/facemask.md)
{% endcontent-ref %}

{% content-ref url="/pages/3INar7SKMEo1K6aw4vOv" %}
[人面屬性檢測](/airelated/koi2/kittenblock/faceattribute.md)
{% endcontent-ref %}

{% content-ref url="/pages/XBzA4uPtNX43YwNtBV8e" %}
[機器學習圖像辨識 模型訓練](/airelated/koi2/kittenblock/modeltrain.md)
{% endcontent-ref %}

{% content-ref url="/pages/BmqGxF7trIfs6O6beEsf" %}
[機器學習圖像辨識 模型運行](/airelated/koi2/kittenblock/modelload.md)
{% endcontent-ref %}

{% content-ref url="/pages/7GHeKwnDuEBKaboF6iUj" %}
[預載模型 路牌追蹤](/airelated/koi2/kittenblock/roadsign.md)
{% endcontent-ref %}

{% content-ref url="/pages/oW3jJcmuAdM3LJhV7IyG" %}
[預載模型 數字追蹤](/airelated/koi2/kittenblock/number.md)
{% endcontent-ref %}

{% content-ref url="/pages/oGU3xJJNztbxDRG4YxZg" %}
[預載模型 物件追蹤](/airelated/koi2/kittenblock/object.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/koi2/kittenblock.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.
