# Block-based programming

- [Petoi Coding Blocks](https://docs.petoi.com/block-based-programming/petoi-coding-blocks.md): How to use the extension library specially developed for the Petoi robot in Mind+
- [NyBoard Preparation](https://docs.petoi.com/block-based-programming/petoi-coding-blocks/nyboard-preparation.md)
- [BiBoard Preparation](https://docs.petoi.com/block-based-programming/petoi-coding-blocks/biboard-preparation.md)
- [Python coding mode in Mind+](https://docs.petoi.com/block-based-programming/python-coding-mode-in-mind+.md)
- [Generic Arduino Uno Blocks ](https://docs.petoi.com/block-based-programming/generic-arduino-uno-blocks.md)
- [Install Mind+ on Chromebook](https://docs.petoi.com/block-based-programming/install-mind+-on-chromebook.md)


---

# 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.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.
