> For the complete documentation index, see [llms.txt](https://beej-zhcn.netdpi.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://beej-zhcn.netdpi.net/introduction/guan_fang_wang_ye_yu_shu_ben.md).

# 1.3. 官方网页与书本

本教程的官方链接是 [http://beej.us/guide/bgnet/](http://www.google.com/url?q=http%3A%2F%2Fbeej.us%2Fguide%2Fbgnet%2F\&sa=D\&sntz=1\&usg=AOvVaw0ZHvcnM-Umh53vIIBm_PWp)。在这里你也能找到代码的示例，以及各种语言的译本。

如果需要购买价格比较便宜的复本（有人称为＂书＂），请到 [http://beej.us/guide/url/bgbuy](http://www.google.com/url?q=http%3A%2F%2Fbeej.us%2Fguide%2Furl%2Fbgbuy\&sa=D\&sntz=1\&usg=AOvVaw16uQakR80tFw8eTm41h3Py)。我很感谢您的购买，因为这可以帮忙我继续依靠写教程过活！


---

# 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://beej-zhcn.netdpi.net/introduction/guan_fang_wang_ye_yu_shu_ben.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.
