# AI2手機應用程式設定教學

## AI2手機應用程式設定教學

### 下載AI2範例程式

[AI2範例程式](https://github.com/kittenbothk/kittenbothk/raw/master/Kits/booksharing/booksharing_edu_samplecode.aia)

### 修改ai2應用程式

#### 1. 修改UpdateBook頁面

選擇UpdateBook頁面。

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

切換到編程模式。

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

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

將MakerCloud的Book 1\~3的主題填入booktopic列表裡面。

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

將MakerCloud的Reply 1\~3的主題填入subs列表裡面。

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

#### 2. 修改see頁面

選擇see頁面。

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

切換到編程模式。

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

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

將MakerCloud的Book 1\~3的主題填入booktopic列表裡面。

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

將MakerCloud的Reply 1\~3的主題填入subs列表裡面。

![](https://kittenbothk.readthedocs.io/en/latest/_images/app9.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/bookcrossing/info/ai2.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.
