# 创建单位

1. 在 `package/table/unit.ini` 中确保存在相关单位物编。
2. 在 `table/单位/囚犯/unit[单位].ini` 中确保存在相关额外配置数据。
3. 使用狼魂框架提供的创建单位函数来正常创建单位。


---

# 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://notebook.lazyknight.com/index/index-2/create-unit.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.
