> For the complete documentation index, see [llms.txt](https://yeasy.gitbook.io/claude_guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yeasy.gitbook.io/claude_guide/fu-lu/12_appendix.md).

# 附录总览

本章包含 Claude 开发相关的参考资料、常见问题解答和术语表。

***

## 附录导航

| 附录                                                               | 内容             |
| ---------------------------------------------------------------- | -------------- |
| [附录 A](/claude_guide/fu-lu/12_appendix/12.1_api_ref.md)          | API 快速参考手册     |
| [附录 B](/claude_guide/fu-lu/12_appendix/12.2_faq.md)              | 常见问题解答 (FAQ)   |
| [附录 C](/claude_guide/fu-lu/12_appendix/12.3_glossary.md)         | 术语表            |
| [附录 D](/claude_guide/fu-lu/12_appendix/12.4_resources.md)        | 优质资源清单         |
| [附录 E](/claude_guide/fu-lu/12_appendix/12.5_pricing.md)          | Claude 定价与成本参考 |
| [附录 F](/claude_guide/fu-lu/12_appendix/12.6_model_comparison.md) | Claude 与竞品对比   |
| [附录 G](/claude_guide/fu-lu/12_appendix/12.7_volatile_facts.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://yeasy.gitbook.io/claude_guide/fu-lu/12_appendix.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.
