# Speedcentre 公开文档

## Speedcentre 公开文档

- [主页](https://doc.miaoko.plus/main.md)
- [购前须知](https://doc.miaoko.plus/main/before-buying.md): 这些话我们必须得说。
- [MiaoKo+使用文档](https://doc.miaoko.plus/main/user-guide.md): 查看本文档将帮助您上手MiaoKo+。
- [MiaoKo 指令教程](https://doc.miaoko.plus/main/user-guide/cmd-tutorial.md): 有一些复杂，但其实很好用。
- [MiaoKo+ 常见问题 Q\&A](https://doc.miaoko.plus/main/qas.md): 如果使用文档仍然不能解决您的问题，请看此处。
- [常见报错信息指引](https://doc.miaoko.plus/main/qas/errs.md): 使用中难免遇到错误，请帮助我们解决它。
- [售后问题大集结](https://doc.miaoko.plus/main/qas/questions.md): 意外跟明天我们永远都不知道哪个先来。


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://doc.miaoko.plus/main.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.
