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