> 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/powerbrick/info/instruction5.md).

# 搖擺機械人說明書

![](https://kittenbothk.readthedocs.io/en/latest/_images/05_dancing.png)

### 教材資源包下載

包括說明書和音效檔案： [資源包下載地址](https://bit.ly/Powerbrick10in1BuildingGuide)

### 參考接線

![](https://kittenbothk.readthedocs.io/en/latest/_images/05_dancingcon.png)

### 參考程式

[參考程式資源包下載地址](https://bit.ly/Powerbrick10in1ModelsHex)

請將MP3檔案儲存到microSD卡，並將卡插入MP3模組。

```
"Flying Kerfuffle" Kevin MacLeod (incompetech.com)
Licensed under Creative Commons: By Attribution 4.0 License
http://creativecommons.org/licenses/by/4.0/
```

![](https://kittenbothk.readthedocs.io/en/latest/_images/05_dancingcode.png)

### 模型玩法

這是一隻會跳舞的機械人。

開動模型後，按下MicroBit的A按鍵，模型會開始播放音樂，機械人會開始跳舞。

你亦可以按按鍵模組的A和B按鍵可以分別加長或減短機械人跳舞的時間。


---

# 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:

```
GET https://sharinghub.kittenbot.hk/kits/powerbrick/info/instruction5.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.
