# MicroPython編程教學

- [KOI 2在MicroPython編程快速入門](https://sharinghub.kittenbot.hk/airelated/koi2/micropython/micropythonquickstart.md)
- [基本操作](https://sharinghub.kittenbot.hk/airelated/koi2/micropython/basic.md)
- [色塊追蹤與線條追蹤](https://sharinghub.kittenbot.hk/airelated/koi2/micropython/colorline.md)
- [掃碼模式](https://sharinghub.kittenbot.hk/airelated/koi2/micropython/codescanner.md)
- [人面追蹤](https://sharinghub.kittenbot.hk/airelated/koi2/micropython/facetracking.md)
- [圖像辨識](https://sharinghub.kittenbot.hk/airelated/koi2/micropython/imageclassifier.md)
- [預載追蹤模型](https://sharinghub.kittenbot.hk/airelated/koi2/micropython/builtintracking.md)
- [自定義追蹤模型](https://sharinghub.kittenbot.hk/airelated/koi2/micropython/custom.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/airelated/koi2/micropython.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.
