> 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/kits/basic_kart/intro.md).

# Robotbit基礎小車介紹

<figure><img src="https://kittenbothk.readthedocs.io/en/latest/_images/line+ultrasound_1.jpg" alt=""><figcaption></figcaption></figure>

Robotbit基礎小車套件是為多種玩法而設計，透過配搭不同模組，小車可以實現到遙控、巡線、避障等玩法。

### 套件特色

* 基礎小車可以加裝各式擴充實現不同玩法
  * 基礎小車可以玩搖控功能
  * 加裝巡線擴充，可以做到巡線行駛
  * 加裝超聲波擴充，可以做到避障功能
* 支援MakeCode編程
  * 圖像化編程更輕易上手
* 兼容塑膠積木
  * 輕易搭建模型
* 使用防反插接口
  * 輕易完成接線

### 套件內容

1. Robotbit Edu x1
2. GeekServo 9G電機 x2
3. 18650鋰電池 x1
4. 塑膠積木包 x1
5. Sugar紅外巡線模組 x2(選配)
6. 貓耳超聲波 x1(選配)
7. 連接線

### 不同玩法展示

#### 巡線小車

![](https://kittenbothk.readthedocs.io/en/latest/_images/line_1.jpg)

#### 避障小車

![](https://kittenbothk.readthedocs.io/en/latest/_images/ultrasound_1.jpg)

#### 巡線避障小車

![](https://kittenbothk.readthedocs.io/en/latest/_images/line+ultrasound_1.jpg)


---

# 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/kits/basic_kart/intro.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.
