# 配置

- [自定义怪物](https://docs.superiormc.cn/elitemobs-wiki/pei-zhi/zi-ding-yi-guai-wu.md)
- [自定义模型（ModelEngine）](https://docs.superiormc.cn/elitemobs-wiki/pei-zhi/zi-ding-yi-mo-xing-modelengine.md)
- [自定义战利品](https://docs.superiormc.cn/elitemobs-wiki/pei-zhi/zi-ding-yi-zhan-li-pin.md)
- [自定义区域 BOSS](https://docs.superiormc.cn/elitemobs-wiki/pei-zhi/zi-ding-yi-qu-yu-boss.md)
- [自定义 BOSS 阶段](https://docs.superiormc.cn/elitemobs-wiki/pei-zhi/zi-ding-yi-boss-jie-duan.md)
- [自定义小兵](https://docs.superiormc.cn/elitemobs-wiki/pei-zhi/zi-ding-yi-xiao-bing.md)
- [自定义事件](https://docs.superiormc.cn/elitemobs-wiki/pei-zhi/zi-ding-yi-shi-jian.md)
- [自定义生成规则](https://docs.superiormc.cn/elitemobs-wiki/pei-zhi/zi-ding-yi-sheng-cheng-gui-ze.md)
- [自定义任务](https://docs.superiormc.cn/elitemobs-wiki/pei-zhi/zi-ding-yi-ren-wu.md)
- [自定义 NPC](https://docs.superiormc.cn/elitemobs-wiki/pei-zhi/zi-ding-yi-npc.md)
- [自定义宝箱](https://docs.superiormc.cn/elitemobs-wiki/pei-zhi/zi-ding-yi-bao-xiang.md)
- [自定义虫洞（传送门）](https://docs.superiormc.cn/elitemobs-wiki/pei-zhi/zi-ding-yi-chong-dong-chuan-song-men.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.superiormc.cn/elitemobs-wiki/pei-zhi.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.
