# 第十二章 附录

本附录汇集了学习与实践智能体 AI 所需的参考资料，包括术语定义、推荐阅读、项目说明文件规范与案例落地方法。

## 章节导读

* [**12.1 术语表**](/agentic_ai_guide/di-wu-bu-fen-fu-lu/12_appendix/12.1_glossary.md)
  * 汇总本书关键术语与定义，便于统一概念与沟通口径。
* [**12.2 推荐论文与阅读清单**](/agentic_ai_guide/di-wu-bu-fen-fu-lu/12_appendix/12.2_reading_list.md)
  * 精选论文、博客与技术文档，帮助读者系统跟进理论与实践进展。
* [**12.3 AGENTS.md 规范指南**](/agentic_ai_guide/di-wu-bu-fen-fu-lu/12_appendix/12.3_agents_md.md)
  * 提供面向 AI 编程智能体的 `AGENTS.md` 结构与编写实践。
* [**12.4 案例模板与检查清单**](/agentic_ai_guide/di-wu-bu-fen-fu-lu/12_appendix/12.4_case_templates.md)
  * 提供可复用的案例模板、工程验收清单、升级回归流程与 AgentOps 指标参考。
* [**12.5 快变事实核验表**](/agentic_ai_guide/di-wu-bu-fen-fu-lu/12_appendix/12.5_volatile_facts.md)
  * 记录模型、协议、价格、法规和平台能力等高波动事实的核验口径。

## 如何使用本附录

* **初学者**：先读术语表，再结合阅读清单建立基础认知。
* **研究者**：重点参考论文与技术资料，追踪方法演进与前沿趋势。
* **开发者**：优先使用项目说明文件规范与案例清单，指导落地实践。
* **团队负责人**：结合规范与检查清单，建立团队协作与交付标准。

***

**下一节**: [术语表](/agentic_ai_guide/di-wu-bu-fen-fu-lu/12_appendix/12.1_glossary.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://yeasy.gitbook.io/agentic_ai_guide/di-wu-bu-fen-fu-lu/12_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.
