> 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/airelated/koi/makecode/init.md).

# Armourbit與Robotbit快速開始

KOI支援Robotbit與Armourbit，兩者分別只是在於初始化積木的分別。

### KOI初始化

<figure><img src="https://kittenbothk.readthedocs.io/en/latest/_images/mcbanner.png" alt=""><figcaption></figcaption></figure>

#### 加載KOI插件：<https://github.com/KittenBot/pxt-koi[¶>]\(/pages/gt2jgfVN8A14ZgCLU2MM)

#### [詳細方法](/programmingplatforms/makecode/kittenbotandmakecode.md)[¶](broken://pages/gt2jgfVN8A14ZgCLU2MM)

初始化積木塊：

<figure><img src="https://kittenbothk.readthedocs.io/en/latest/_images/14.png" alt=""><figcaption></figcaption></figure>

使用Armourbit的時候請使用Powerbrick埠積木。

<figure><img src="https://kittenbothk.readthedocs.io/en/latest/_images/2.png" alt=""><figcaption></figcaption></figure>

使用Robotbit的時候請使用Tx Rx積木。

<figure><img src="https://kittenbothk.readthedocs.io/en/latest/_images/31.png" alt=""><figcaption></figcaption></figure>

在初始化積木之外，其他編程是沒有分別的。

<figure><img src="https://kittenbothk.readthedocs.io/en/latest/_images/41.png" alt=""><figcaption></figcaption></figure>

#### 在後面教學中的編程我們會用Robotbit為例子，假如你用Armourbit，只要使用相應的初始化積木即可。[¶](broken://pages/gt2jgfVN8A14ZgCLU2MM)


---

# 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/airelated/koi/makecode/init.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.
