# 图形化编程

- [Petoi 编程积木](https://docs.petoi.com/chinese/tu-xing-hua-bian-cheng/petoi-bian-cheng-ji-mu.md): 介绍如何在Mind+中使用我们专门为Petoi机器人开发的扩展库
- [Mind+中的Python代码模式](https://docs.petoi.com/chinese/tu-xing-hua-bian-cheng/mind+-zhong-de-python-dai-ma-mo-shi.md)
- [Arduino UNO 编程积木](https://docs.petoi.com/chinese/tu-xing-hua-bian-cheng/arduino-uno-bian-cheng-ji-mu.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/chinese/tu-xing-hua-bian-cheng.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.
