> For the complete documentation index, see [llms.txt](https://nybble.petoi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nybble.petoi.com/chapter5-1.md).

# 5 ⌨️ NyBoard Configuration

There are two methods to config the NyBoard:

* 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 the BiBoard, please refer to this [**Arduino configuration instruction**](https://docs.petoi.com/arduino-ide/upload-sketch-for-biboard).

* The simplest method is to use the [**Petoi Desktop App**](https://docs.petoi.com/desktop-app/flash-uploader).&#x20;
* If you have some programming experience, you can use the [**Arduino IDE**](https://docs.petoi.com/arduino-ide/upload-sketch-for-nyboard).


---

# 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://nybble.petoi.com/chapter5-1.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.
