# 关于

你可以在 GitBook 上阅读本文： [How to Learn Robotics](https://qiu6401.gitbook.io/how-to-learn-robotics)

如果感觉 GitBook 阅读体验不好，也可以切换回 Github，看[第一版](https://github.com/qqfly/how-to-learn-robotics/tree/backup/all-in-one)。

本项目写作时间很短，所以肯定有疏漏。因此放在这里作为一个开源项目，大家可以随时修改并提交 [Pull Request](https://github.com/qqfly/how-to-learn-robotics/pulls)；有问题也可以提 [Issues](https://github.com/qqfly/how-to-learn-robotics/issues)。

目前本项目只有中文版本，但似乎有一些非中文读者希望能翻译成英文版本 [Issue 2](https://github.com/qqfly/how-to-learn-robotics/issues/2)。如有志愿者愿意参与英文翻译，欢迎随时与我联系[qrobotics \[at\] yeah \[dot\] net](mailto:qrobotics@yeah.net)。


---

# 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://qiu6401.gitbook.io/how-to-learn-robotics/readme.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.
