# 附录 参考资料与速查

附录提供面向实战的高频参考内容，包括术语表、配置模板、故障排查检查单、API 参考、命令速查与延伸阅读。这些内容适合在日常开发与运维中作为快速查阅的工具。

## 本附录内容导读

* [**术语表**](/openclaw_guide/fu-lu/appendix/glossary.md)：全书涉及的核心术语与概念的统一解释。
* [**配置模板与样例**](/openclaw_guide/fu-lu/appendix/config_templates.md)：不同场景下的 openclaw\.json 配置模板。
* [**故障排查检查单**](/openclaw_guide/fu-lu/appendix/troubleshooting_checklist.md)：遇到问题时的系统化检查流程。
* [**API 与 SDK 参考**](/openclaw_guide/fu-lu/appendix/api_reference.md)：API 接口与 SDK 的入口参考。
* [**命令速查手册**](/openclaw_guide/fu-lu/appendix/command_cheatsheet.md)：常用 CLI 命令的快速参考。
* [**版本映射与升级指南**](/openclaw_guide/fu-lu/appendix/version_mapping.md)：版本兼容性与升级路径。
* [**延伸阅读与参考资料**](/openclaw_guide/fu-lu/appendix/reading_list.md)：深入学习的推荐资源。
* [**OpenClaw 命名演进史**](/openclaw_guide/fu-lu/appendix/naming_history.md)：当前仅记录可验证命名事实；完整命名时间线待官方发布后补充。
* [**环境自检工具**](/openclaw_guide/fu-lu/appendix/env_check.md)：快速检查本机运行依赖与基础网络连通性。
* [**快变事实核验表**](/openclaw_guide/fu-lu/appendix/volatile_facts.md)：记录模型、Node 版本、CLI 行为、价格和 release workflow 等高波动事实的核验入口。


---

# 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://yeasy.gitbook.io/openclaw_guide/fu-lu/appendix.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.
