> For the complete documentation index, see [llms.txt](https://olddocs.nullcraft.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://olddocs.nullcraft.org/software.md).

# 已发布软件

- [灵工艺我的世界「轻」开服器](https://olddocs.nullcraft.org/software/minecraft-server-lite.md): NullCraft Minecraft Server Lite
- [灵工艺未转变者开服器](https://olddocs.nullcraft.org/software/unturned-server.md): NullCraft Unturned Server Pro
- [灵工艺我的世界模组更新器](https://olddocs.nullcraft.org/software/minecraft-mods-updater.md): NullCraft Minecraft Mods Updater
- [灵工艺我的世界皮肤查看器](https://olddocs.nullcraft.org/software/minecraft-skin-viewer.md): NullCraft Minecraft Skin Viewer
- [\[开源\] PHP Minecraft Skin](https://olddocs.nullcraft.org/software/php-minecraft-skin.md): \[Open Source] PHP Minecraft Skin
- [\[灵工艺\] 哈希](https://olddocs.nullcraft.org/software/hash.md): NullCraft Hash
- [灵工艺功能键通知](https://olddocs.nullcraft.org/software/function-key-notice.md): NullCraft Function Key Notice
- [灵工艺Forge安装器](https://olddocs.nullcraft.org/software/forge-installer.md): NullCraft Forge Installer
- [灵工艺腐蚀控制台](https://olddocs.nullcraft.org/software/ling-gong-yi-fu-shi-kong-zhi-tai.md): NullCraft Rust Console
- [提瓦特之匙](https://olddocs.nullcraft.org/software/the-key-of-teyvat.md): The Key of Teyvat
- [\[灵工艺\] 联机组网](https://olddocs.nullcraft.org/software/n2n.md): \[NullCraft] N2N
- [联机组网更新日志](https://olddocs.nullcraft.org/software/n2n/update-logs.md): NullCraft N2N Update Logs
- [灵工艺泰拉瑞亚开服器](https://olddocs.nullcraft.org/software/terraria-server.md): NullCraft Terraria Server


---

# 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://olddocs.nullcraft.org/software.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.
