# 文件大師 - gitbook

[Gitbook ](https://www.gitbook.com/)是很不錯的文件編寫與發佈的網路服務，重點是使用上是完全免費，滿適合做為公開的技術文件、個人網站、專案文件、書本、共筆或私人筆記等用途。小編翻譯的幾本書也都已經轉移到 gitbook 存放，小編簡單條件幾個我最滿意的功能：

* 文件中關於程式碼的部分，可以依照程式語言自動用彩色顯示，讓人看起來就是乾淨清爽又易讀。
* 文件使用 markdown 的格式，對於日後平台要轉移也不會有太大的負擔，只要是相容於 markdown 的平台都能輕鬆轉移。
* 可以與 github 整合，可以在 github 開個專案進行同步，只要將 gitbook 連動到 github 的帳號，並在 gitbook 打開 github 編輯的功能，也可以直接在 github 編輯文件，然後就會自動同步到 gitbook，所以不用擔心服務續存問題，每個檔案在 github 都有備份，也很容易使用 git 就能從 github 拉到自己的電腦。


---

# 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://applezulab.netdpi.net/saas/gitbook.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.
