# 38. 后记

### 本章目录

* [38.1 作者后记](https://github.com/LinuxStory/Advanced-Bash-Scripting-Guide-in-Chinese/blob/master/source/endnotes/38_1_author%27s_note.md)
* [38.2 关于作者](/advanced-bash-scripting-guide-in-chinese/zheng-wen/38_endnotes/38_2_about_the_author.md)
* [38.3 从哪里可以获得帮助](/advanced-bash-scripting-guide-in-chinese/zheng-wen/38_endnotes/38_3_where_to_go_for_help.md)
* [38.4 用来制作这本书的工具](/advanced-bash-scripting-guide-in-chinese/zheng-wen/38_endnotes/38_4_tools_used_to_produce_this_book.md)
* [38.5 致谢](/advanced-bash-scripting-guide-in-chinese/zheng-wen/38_endnotes/38_5_credits.md)
* [38.6 免责声明](/advanced-bash-scripting-guide-in-chinese/zheng-wen/38_endnotes/38_6_disclaimer.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://linuxstory.gitbook.io/advanced-bash-scripting-guide-in-chinese/zheng-wen/38_endnotes.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.
