# TabbyBot編程小車 編程快速入門

### 加入MakeCode插件

插件地址：

## <https://github.com/KittenBot/pxt-tabbyrobot.git>

在MakeCode打開專案，點擊擴展一頁。

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

將擴展地址貼到搜尋欄。

<figure><img src="/files/ZZ7dIGQ0VFMdCrghKziF" alt=""><figcaption></figcaption></figure>

加載成功後，積木欄會新增TabbyBot的積木。


---

# 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/tabbybot/tabbybot_makecode.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.
