# 附录

- [附录 A：AI 核心术语表](https://yeasy.gitbook.io/ai_beginner_guide/fu-lu/appendix_a_glossary.md)
- [附录 B：常用 AI 工具与资源汇总](https://yeasy.gitbook.io/ai_beginner_guide/fu-lu/appendix_b_tools.md)
- [附录 C：推荐阅读与学习资源](https://yeasy.gitbook.io/ai_beginner_guide/fu-lu/appendix_c_resources.md)
- [附录 D：AI 学习路线图](https://yeasy.gitbook.io/ai_beginner_guide/fu-lu/appendix_d_learning_path.md)
- [附录 E：工程师配套实验代码](https://yeasy.gitbook.io/ai_beginner_guide/fu-lu/labs.md)
- [附录 F：快变事实核验表](https://yeasy.gitbook.io/ai_beginner_guide/fu-lu/appendix_f_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/ai_beginner_guide/fu-lu.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.
