> 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/wifibrick_iot/iotplatform/makercloud.md).

# MakerCloud創客雲

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

MakerCloud創客雲是本港科創企業智方創科Scale Innotech所開發的物聯網IoT平台。

這平台是針對香港教學需求而設的，它的使用介面簡潔易明，即使小學生也能輕鬆學習和使用物聯網。另外，這個平台的功能強大，除了支援MQTT的資料傳送之外，亦支援創建圖表和全球定位等的功能，更支援IFTTT等的物聯網應用，讓大家可以非常簡單地開發不同的物聯網程式。

[官方創客雲官網](http://www.makercloud.io/)

### MakerCloud創客雲官方教學

創客雲也有官方的教學，大家可以前往官方教學，了解如何創建帳號，操作界面和使用WiFiBrick連接創客雲。

官方創客雲教學：<https://learn.makercloud.io/zh_TW/latest/>

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


---

# 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/wifibrick_iot/iotplatform/makercloud.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.
