# BiBoard Preparation

### BiBoard

For [BiBoard](https://docs.petoi.com/biboard/biboard-v0) products (such as [**Bittle**](https://bittle.petoi.com/) and [**Bittle X**](https://bittle-x.petoi.com)), there is no need to modify any software code. By default, all functional blocks in Mind+ are supported.&#x20;

#### Plug in the battery to the BiBoard, install it to the chassis and long-press the battery button to power on the robot.

#### Connect method

* Wired connection: The kit includes a **USB Type-C data cable** connecting the robot's mainboard to the computer.
* Wireless connection(Bluetooth)： The motherboard's [**built-in Bluetooth**](https://docs.petoi.com/bluetooth-connection) communication module allows you to establish a wireless connection between the robot's mainboard and the computer.


---

# 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://docs.petoi.com/block-based-programming/petoi-coding-blocks/biboard-preparation.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.
