> For the complete documentation index, see [llms.txt](https://worldboxopenmods.gitbook.io/mod-tutorial-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://worldboxopenmods.gitbook.io/mod-tutorial-en/nml-development-and-openmods-projects/start.md).

# Introduction

总的来说, Worldbox Open Mods 开的坑太多了，现在活动的开发者就一个。

现有的坑:

1. [NML开发（工具类相关，非核心）](/mod-tutorial-en/nml-development-and-openmods-projects/nmldev.md)
2. [NML模组制作文档](/mod-tutorial-en/nml-development-and-openmods-projects/nmldoc.md)
3. [示例模组](/mod-tutorial-en/nml-development-and-openmods-projects/examplemod.md)
4. [Unity开发工具包](/mod-tutorial-en/nml-development-and-openmods-projects/unitydevtoolkit.md)
5. [原版代码文档（大坑）](/mod-tutorial-en/nml-development-and-openmods-projects/gamedoc.md)

所有项目都欢迎加入(联系<wbopenmods@gmail.com>)，如果你

1. 觉得功能不够完善，有完善的解决方案或者思路
2. 有更好的一些功能的实现，并且想公开
3. 单纯想在contributors上留一笔


---

# 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://worldboxopenmods.gitbook.io/mod-tutorial-en/nml-development-and-openmods-projects/start.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.
