# 全新AI功能使用教學

- [KittenBlock帳戶管理](https://sharinghub.kittenbot.hk/programmingplatforms/kittenblock/online/aifunctions/account.md)
- [語音合成(Text To Speech)](https://sharinghub.kittenbot.hk/programmingplatforms/kittenblock/online/aifunctions/tts.md)
- [語音辨識(Speech to Text)](https://sharinghub.kittenbot.hk/programmingplatforms/kittenblock/online/aifunctions/stt.md)
- [圖像辨識(Image Recognition)](https://sharinghub.kittenbot.hk/programmingplatforms/kittenblock/online/aifunctions/imagerecognition.md)
- [人面辨識(Face Recognition)](https://sharinghub.kittenbot.hk/programmingplatforms/kittenblock/online/aifunctions/facerecognition.md)
- [文字辨識(Optical Character Recognition)](https://sharinghub.kittenbot.hk/programmingplatforms/kittenblock/online/aifunctions/ocr.md)
- [車牌辨識](https://sharinghub.kittenbot.hk/programmingplatforms/kittenblock/online/aifunctions/license.md)
- [大模型聊天機械人](https://sharinghub.kittenbot.hk/programmingplatforms/kittenblock/online/aifunctions/chatbot.md)
- [語境](https://sharinghub.kittenbot.hk/programmingplatforms/kittenblock/online/aifunctions/yu-jing.md)
- [Kittenbot機器學習](https://sharinghub.kittenbot.hk/programmingplatforms/kittenblock/online/aifunctions/ml.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/programmingplatforms/kittenblock/online/aifunctions.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.
