> For the complete documentation index, see [llms.txt](https://r2northstar.gitbook.io/r2northstar-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://r2northstar.gitbook.io/r2northstar-wiki/chinese/modding-and-development/getting-started.md).

# 开始修改

- [基础修改](https://r2northstar.gitbook.io/r2northstar-wiki/chinese/modding-and-development/getting-started/getting-started.md)
- [教程](https://r2northstar.gitbook.io/r2northstar-wiki/chinese/modding-and-development/getting-started/modding-tutorials.md)
- [参考列表](https://r2northstar.gitbook.io/r2northstar-wiki/chinese/modding-and-development/getting-started/cheatsheet.md)
- [Squirrel(松鼠)脚本](https://r2northstar.gitbook.io/r2northstar-wiki/chinese/modding-and-development/getting-started/what-is-squirrel.md)
- [线程处理](https://r2northstar.gitbook.io/r2northstar-wiki/chinese/modding-and-development/getting-started/what-is-squirrel/handling-threads-and-waits.md)
- [基础代码块](https://r2northstar.gitbook.io/r2northstar-wiki/chinese/modding-and-development/getting-started/what-is-squirrel/basic-control-blocks.md)
- [Respawn(重生)创建的函数](https://r2northstar.gitbook.io/r2northstar-wiki/chinese/modding-and-development/getting-started/what-is-squirrel/respawns-functions.md)
- [表和数组](https://r2northstar.gitbook.io/r2northstar-wiki/chinese/modding-and-development/getting-started/what-is-squirrel/tables-and-arrays.md)
- [回调函数](https://r2northstar.gitbook.io/r2northstar-wiki/chinese/modding-and-development/getting-started/what-is-squirrel/callbacks.md)
- [游戏模式修改](https://r2northstar.gitbook.io/r2northstar-wiki/chinese/modding-and-development/getting-started/what-is-squirrel/creatinggamemodes.md)
- [开始修改](https://r2northstar.gitbook.io/r2northstar-wiki/chinese/modding-and-development/getting-started/what-is-squirrel/creatinggamemodes/the-mod-init.md)
- [自定义设置](https://r2northstar.gitbook.io/r2northstar-wiki/chinese/modding-and-development/getting-started/what-is-squirrel/settingmodsintro.md)
- [关于mod.json文件](https://r2northstar.gitbook.io/r2northstar-wiki/chinese/modding-and-development/getting-started/what-is-squirrel/settingmodsintro/the-json.md)
- [关于本地化语言文件](https://r2northstar.gitbook.io/r2northstar-wiki/chinese/modding-and-development/getting-started/what-is-squirrel/settingmodsintro/the-language-file.md)
- [关于Mod(模组)文件](https://r2northstar.gitbook.io/r2northstar-wiki/chinese/modding-and-development/getting-started/what-is-squirrel/settingmodsintro/the-mod-file.md)
- [设置语法高光](https://r2northstar.gitbook.io/r2northstar-wiki/chinese/modding-and-development/getting-started/setup-syntax-highlighting.md)
- [本地化翻译](https://r2northstar.gitbook.io/r2northstar-wiki/chinese/modding-and-development/getting-started/localisation_files.md)
- [收尾工作](https://r2northstar.gitbook.io/r2northstar-wiki/chinese/modding-and-development/getting-started/finishing-touches.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://r2northstar.gitbook.io/r2northstar-wiki/chinese/modding-and-development/getting-started.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.
