# 文档中心

## 输出格式 <a href="#shu-chu-ge-shi" id="shu-chu-ge-shi"></a>

#### GitBook可以把你的书本生成为不同格式的电子书。

#### 静态网站

这是默认的格式。它生成一个可交互的静态站点。

#### PDF (Portable Document Format)

Portable Document Format (PDF) 是一以一种独立于软硬件，以及操作系统的方式来保存文档的格式。这是一种很普遍的格式。文件拥有的扩展名为 `.pdf`。

#### ePub (electrontic publication)

EPUB (electrontic publicaton的简称，有时称它为epub) 是一个由国际电子出版物论坛 (IDPF) 制定的免费并开放的电子书标准。文件拥有的扩展名为 `.epub`，苹果和谷歌的设备支持ePub格式。

#### Mobi (Mobipocket)

Mobipocket电子书格式是基于使用XHTML的开放电子书标准，并且可以包含JavaScript以及框架。亚马逊的设备 (Kindle) 支持这样的格式。

![](/files/-Mdux-NpuZQ8lt19HBDT)


---

# 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://docs.hndip.cn/master.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.
