# 中譯資料

* [Beej's guide to network programming 正體中文版](https://beej-zhtw.netdpi.net)
* [Beej's guide to network programming 簡體中文版](https://beej-zhcn.netdpi.net)
* [Linux 核心除錯實務（Linux Kernel Debugging）](https://lkd.netdpi.net/), 2024
* [The Linux programming interface 國際中文版](https://tlpi-zhtw.netdpi.net), 2016
* [產品管理最佳實務 第二版 (Product Management in Practice, 2nd Edition)](https://www.gotop.com.tw/books/BookDetails.aspx?Types=v\&bn=A716), 2023
* [Go 語言程式設計入門](https://go.netdpi.net)
* [Beej's guide to C programming 正體中文版](https://beej-c-zhtw.netdpi.net/)
* [Bash 學習手冊](https://bash.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://applezu.netdpi.net/translations.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.
