# 开始修改

- [基础修改](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: 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://r2northstar.gitbook.io/r2northstar-wiki/chinese/modding-and-development/getting-started.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.
