# 附录总览

本章包含 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: 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/claude_guide/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.
