> 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/programmingplatforms/kittenblock/an-zhuang-ban-kittenblock/kttenblockgreen.md).

# Kittenblock安裝

KittenBlock是KittenBot的自家編程平台。

### Kittenblock下載

#### 下載地址

Windows系統：

[Kittenblock 1.89.16 下載](https://drive.google.com/file/d/1Ud49VTlwOltofjScL73Lp7O3tyR_xW3B/view?usp=sharing)

MacOS系統：

[Kittenblock 1.89.16 下載](https://drive.google.com/file/d/1GyXevj5wRmOn6bFWKoL-dXH4c27bKATG/view?usp=sharing)

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

#### 安裝KittenBlock(Windows)

將KittenBlock.rar檔解壓縮。

```
可以使用winrar等的程式打開及解壓縮。
```

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

解壓縮後會得到一個KittenBlock的資料夾。

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

打開這個資料夾，打開KittenBlock.exe。

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

**安裝示範短片**

{% embed url="<https://www.youtube.com/watch?v=sU0zmLy1aQ8>" %}

#### 安裝KittenBlock後，還要安裝驅動

點擊右上角的小齒輪。安裝Microbit COM和CH340。

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

### 安裝KittenBlock(Mac)

將KittenBlock zip檔解壓縮。等待解壓縮完成後打開KittenBlock應用程式即可。

#### 安裝示範短片

{% embed url="<https://youtu.be/U8nrqviWDlI>" %}

### KittenBlock更新

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

```
假如KittenBlock通知有更新可安裝的話，由於KittenBlock香港版與國內版有分別，請務必選擇暫不更新，以確保程式的穩定性。KittenBot HK會自行釋出KittenBlock的新版本。
```

### 軟件排錯：

#### 1. KittenBlock打開時白屏或藍屏？

這是因為管理員權限不夠。

#### 解決方法，右鍵Kittenblock圖示點擊屬性，更改兼容性和權限。

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

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

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

#### 2. KittenBlock的硬件欄顯示沒有硬件

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

#### 解決方法：重新啟動KittenBlock


---

# 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/programmingplatforms/kittenblock/an-zhuang-ban-kittenblock/kttenblockgreen.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.
