# 1.1. 本书的读者

本教程是一份导览（tutorial），不是全方位的参考手册。这份教程其实没什麽了不起，不仅不够全面，也没有完整到足以做为 socket 编程完全参考手册。

不过期盼本教程能让大家不要害怕 man 手册 … :-)


---

# 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/readers.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.
