# MakerCloud平台設定

### 1. 建立MakerCloud項目，並設立4個話題

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

### 2. 在Smart Sink的話題裏面建立數據類型flood

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

### 3. 在Smart Fire Alarm的話題裏面建立數據類型fire

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

#### 4. 在Smart Bathtub的話題裏面建立數據類型warning

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

#### 5. 在Smart Window的話題裏面建立數據類型status與command

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

#### 6. 為每個話題建立圖表，顯示話題收到的數值

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

#### 7. 為Smart Window話題的command建立3個圖表，發佈數值request、open、close

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


---

# 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/kits/iot_make_easy/instructions/makercloud.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.
