> For the complete documentation index, see [llms.txt](https://chaoss-organization.gitbook.io/chaosdungeon/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chaoss-organization.gitbook.io/chaosdungeon/zhi-ling-xiang-guan/fu-ben-zhi-ling.md).

# 副本指令

| 指令                                         | 说明                                                              |
| ------------------------------------------ | --------------------------------------------------------------- |
| /dun help                                  | 获取帮助信息                                                          |
| /dun create \[副本id] \[副本名]                 | 创建副本.副本id为数字                                                    |
| /dun createvdun \[副本id]                    | 创建副本的模板,并且以当前所处位置为模板原点坐标                                        |
| /dun edit \[副本id]                          | 进入/退出模板编辑模式                                                     |
| /dun apply \[副本id] \[x,y,z] \[x,y,z] \[次数] | 应用一个副本的模板 \[x,y,z]为原点坐标格式. 第二个\[x,y,z]为相对坐标.次数表示应用多少次(创建多少个子副本) |
| /dun load \[副本ID]                          | 重载对应副本的配置                                                       |
| /dun save                                  | 保存全部副本以及模板配置                                                    |
| /dun bak                                   | 备份当前副本全部配置文件                                                    |
| /dun debug                                 | 开启副本插件debug模式. 此模式下,控制台会输出更多debug信息.注意查阅                        |
| /dun status                                | 查看当前服务器的全部副本状态.此指令将显示所有副本的部分重要信息至控制台.                           |


---

# 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:

```
GET https://chaoss-organization.gitbook.io/chaosdungeon/zhi-ling-xiang-guan/fu-ben-zhi-ling.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.
