# 7. 進階技術

本章的技術沒有多高明，只是比前幾章略高一籌。其實，如果你已經達到這個境界，你應該會覺得自己在 Unix 網路程式設計已經相當厲害！恭喜！

所以，我們要勇於面對你想學的 socket 新世界，本章會有些較深奧的內容。


---

# 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-zhtw-gitbook.netdpi.net/advanced_tech.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.
