> For the complete documentation index, see [llms.txt](https://sharinghub.kittenbot.hk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sharinghub.kittenbot.hk/functional_modules/sugar/sugarcam/commandprocessing/kittenblockai.md).

# Sugar Cam功能教學: KittenBlock內置AI

### 在Kittenblock中使用編程教學

首先在KittenBlock中加載Sugar Cam插件。

<figure><img src="/files/GoaJQLbDOSp36R7Lchtv" alt=""><figcaption></figcaption></figure>

首先需要將Sugar Cam和電腦連上同一個WiFi網絡。

在KittenBlock加入積木連接鏡頭，填入模組的IP地址和密碼，點擊積木，舞台就會出現鏡頭的實時畫面。

<div><figure><img src="/files/cDLALxypWMQM7SlFdt62" alt=""><figcaption></figcaption></figure> <figure><img src="/files/TDOxlZ0epMRGFHTw3lEA" alt=""><figcaption></figcaption></figure></div>

成功在Kittenblock顯示模組的畫面後就可以加載其他AI類插件使用。

有關KittenBlock內置AI插件的教學請參考以下篇章:

{% content-ref url="/pages/S76A6ZYgBdsokHT1ghnb" %}
[Kittenblock內的插件](/programmingplatforms/kittenblock/an-zhuang-ban-kittenblock/features/extensions.md)
{% endcontent-ref %}

<div><figure><img src="/files/bq7XpAG6mONNcQOIOHYo" alt=""><figcaption></figcaption></figure> <figure><img src="/files/a85qqsBqhqqnhwGkuIpJ" alt=""><figcaption></figcaption></figure></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://sharinghub.kittenbot.hk/functional_modules/sugar/sugarcam/commandprocessing/kittenblockai.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
