# 5 ⌨️ Board Configuration

There are two methods to configure NyBoard and BiBoard:

* The simplest method is to use the [**Petoi Desktop App**](https://docs.petoi.com/desktop-app/introduction). No programming is involved. You can play with some preset modes.&#x20;
* &#x20;If you have some programming experience, you can use the [**Arduino IDE**](https://docs.petoi.com/arduino-ide/upload-sketch-for-nyboard). You will be able to modify the open-source codes for your new projects.&#x20;

If you are using BiBoard, please refer to [**this Arduino configuration instruction**](https://docs.petoi.com/arduino-ide/upload-sketch-for-biboard).


---

# 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://bittle.petoi.com/5-board-configuration.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.
