# 编译和链接

- [逃逸分析是怎么进行的](https://qcrao91.gitbook.io/go/bian-yi-he-lian-jie/tao-yi-fen-xi-shi-zen-mo-jin-hang-de.md)
- [GoRoot 和 GoPath 有什么用](https://qcrao91.gitbook.io/go/bian-yi-he-lian-jie/goroot-he-gopath-you-shi-mo-yong.md)
- [Go 编译链接过程概述](https://qcrao91.gitbook.io/go/bian-yi-he-lian-jie/go-bian-yi-lian-jie-guo-cheng-gai-shu.md)
- [Go 编译相关的命令详解](https://qcrao91.gitbook.io/go/bian-yi-he-lian-jie/go-bian-yi-xiang-guan-de-ming-ling-xiang-jie.md)
- [Go 程序启动过程是怎样的](https://qcrao91.gitbook.io/go/bian-yi-he-lian-jie/go-cheng-xu-qi-dong-guo-cheng-shi-zen-yang-de.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://qcrao91.gitbook.io/go/bian-yi-he-lian-jie.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.
