> For the complete documentation index, see [llms.txt](https://docs.superiormc.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.superiormc.cn/new-user-doc/yi-qie-de-qi-dian.md).

# 一切的起点

- [1.0 - 序](https://docs.superiormc.cn/new-user-doc/yi-qie-de-qi-dian/1.0-xu.md)
- [1.1 - 插件的选择：从经济插件开始](https://docs.superiormc.cn/new-user-doc/yi-qie-de-qi-dian/1.1-cha-jian-de-xuan-ze-cong-jing-ji-cha-jian-kai-shi.md)
- [1.2 - 运营的思路：从经济方面开始](https://docs.superiormc.cn/new-user-doc/yi-qie-de-qi-dian/1.2-yun-ying-de-si-lu-cong-jing-ji-fang-mian-kai-shi.md)
- [1.3 - 插件的选择：常见 API 插件](https://docs.superiormc.cn/new-user-doc/yi-qie-de-qi-dian/1.3-cha-jian-de-xuan-ze-chang-jian-api-cha-jian.md)
- [1.4 - 软件的选择：常用软件](https://docs.superiormc.cn/new-user-doc/yi-qie-de-qi-dian/1.4-ruan-jian-de-xuan-ze-chang-yong-ruan-jian.md)
- [1.5 - 综合起来看：从服务器的菜单开始](https://docs.superiormc.cn/new-user-doc/yi-qie-de-qi-dian/1.5-zong-he-qi-lai-kan-cong-fu-wu-qi-de-cai-dan-kai-shi.md)
- [1.6 - 寻找资源：从主城地图开始](https://docs.superiormc.cn/new-user-doc/yi-qie-de-qi-dian/1.6-xun-zhao-zi-yuan-cong-zhu-cheng-di-tu-kai-shi.md)
- [1.7 - 插件的选择：保护插件与创世神](https://docs.superiormc.cn/new-user-doc/yi-qie-de-qi-dian/1.7-cha-jian-de-xuan-ze-bao-hu-cha-jian-yu-chuang-shi-shen.md)
- [1.8 - 本章作业：权限组和多世界插件](https://docs.superiormc.cn/new-user-doc/yi-qie-de-qi-dian/1.8-ben-zhang-zuo-ye-quan-xian-zu-he-duo-shi-jie-cha-jian.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 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, and the optional `goal` query parameter:

```
GET https://docs.superiormc.cn/new-user-doc/yi-qie-de-qi-dian.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
