# 1.3. 官方網頁與書本

本文件的官方位置是 [http://beej.us/guide/bgnet/。](http://beej.us/guide/bgnet/%E3%80%82)

在這裡你也能找到程式碼的範例，以及各種語言的譯本。

如果需要購買價格比較好的複本［有人稱為＂書＂］，

請到 [http://beej.us/guide/url/bgbuy。](http://beej.us/guide/url/bgbuy%E3%80%82)

我很感謝您的購買，因為這可以幫忙我繼續依靠寫文件吃飯！

我曾經加入一個很有名的網路書商，不過他們新的客戶追蹤系統與已出版的文件無法相容。因此，我不能收到任何回饋金了。所以，如果你同情我的處境，請使用 paypal 贊助我［<beej@beej.us>］:-)

譯註： 1. Paypal 贊助這段原著本來放在第十章的參考資料開頭，但我覺得很不搭，所以移到這一節。

1. Beej's guide 是我以前學 Linux socket programming 的啟蒙，為了表達感激，翻譯期間透過 paypal 小額贊助 Beej，他很快就回了信道謝，表示這個帳號還是有效的 :-)
2. 如果要贊助譯者，這是我的 paypal 帳戶: <aaron@netdpi.net>


---

# 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/introduction/site_and_book.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.
