> 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/kits/aiot/info.md).

# AIoT Starter Kit組裝資料

這裡合集了AIoT Starter Kit的模型組裝資料。

{% content-ref url="/pages/JSOUAbZo08WphUBKmbQH" %}
[前言](/kits/aiot/info/foreword.md)
{% endcontent-ref %}

{% content-ref url="/pages/uvieJMuZkzIiILGKeQo9" %}
[自動晾衣架](/kits/aiot/info/clothes.md)
{% endcontent-ref %}

{% content-ref url="/pages/Y4FWPdAJPchBKzlWp8nI" %}
[智能節能路燈](/kits/aiot/info/streetlamp.md)
{% endcontent-ref %}

{% content-ref url="/pages/bdKy5LDYekIVezc8uhth" %}
[防溢垃圾桶](/kits/aiot/info/bin.md)
{% endcontent-ref %}

{% content-ref url="/pages/VWBloTIUQ4alpVL05kP8" %}
[本地簡易氣象站](/kits/aiot/info/weatherstation.md)
{% endcontent-ref %}

{% content-ref url="/pages/8rwtJIuyHUNpBA0fLDQd" %}
[智能化健身啞鈴](/kits/aiot/info/dumbbell.md)
{% endcontent-ref %}

{% content-ref url="/pages/EhYZ9AKTzF9tWF4LjoIr" %}
[智能澆花裝置](/kits/aiot/info/flowerpot.md)
{% endcontent-ref %}

{% content-ref url="/pages/Pc5L5OIKB3cRihtmfWAJ" %}
[智能卧室](/kits/aiot/info/bedroom.md)
{% endcontent-ref %}

{% content-ref url="/pages/TYoo3V3UvNlT7vsy9TRE" %}
[無感支付停車場](/kits/aiot/info/parking.md)
{% endcontent-ref %}

{% content-ref url="/pages/KdUmnFNsimzFutO8NcuC" %}
[智能大門](/kits/aiot/info/gate.md)
{% endcontent-ref %}

{% content-ref url="/pages/PUQMRaRemMoGDnOEyBfs" %}
[猜拳游戲](/kits/aiot/info/game.md)
{% endcontent-ref %}

{% content-ref url="/pages/HHB9qxyaJ918f4ee2Asy" %}
[AIoT Starter Kit積木零件清單](/kits/aiot/info/partslist.md)
{% endcontent-ref %}


---

# 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/kits/aiot/info.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.
