# Kittenblock編程教學

- [快速開始](https://sharinghub.kittenbot.hk/mcu/liteai/kittenblock/quickstart.md)
- [點陣模式](https://sharinghub.kittenbot.hk/mcu/liteai/kittenblock/matrix.md)
- [全彩像素模式](https://sharinghub.kittenbot.hk/mcu/liteai/kittenblock/tft.md)
- [海龜繪圖](https://sharinghub.kittenbot.hk/mcu/liteai/kittenblock/logo.md)
- [板載感應器](https://sharinghub.kittenbot.hk/mcu/liteai/kittenblock/sensors.md)
- [蜂鳴器](https://sharinghub.kittenbot.hk/mcu/liteai/kittenblock/buzzer.md)
- [RGB彩燈](https://sharinghub.kittenbot.hk/mcu/liteai/kittenblock/neopixel.md)
- [電機與舵機](https://sharinghub.kittenbot.hk/mcu/liteai/kittenblock/motors_servos.md)
- [IoT物聯網](https://sharinghub.kittenbot.hk/mcu/liteai/kittenblock/iot.md)
- [無綫通訊](https://sharinghub.kittenbot.hk/mcu/liteai/kittenblock/wireless.md)
- [Sugar感應器](https://sharinghub.kittenbot.hk/mcu/liteai/kittenblock/sugar.md)
- [AI鏡頭KOI 2](https://sharinghub.kittenbot.hk/mcu/liteai/kittenblock/koi2.md)
- [KOI2 x Teachable Machine Lite AI 編程教學](https://sharinghub.kittenbot.hk/mcu/liteai/kittenblock/koi2/koi2-x-teachable-machine-lite-ai-bian-cheng-jiao-xue.md)
- [聊天Agent](https://sharinghub.kittenbot.hk/mcu/liteai/kittenblock/liao-tian-agent.md)


---

# 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/mcu/liteai/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.
