# 简介

帮助开发者快速查看文档，快速开发。

说明：本书主要根据官方文档进行翻译，其中有的地方作出自己的额外补充的会作出说明。

Quill是一个所见即所得的富文本编辑器，拥有很好的交互体验，目前在github上的星数是编辑器中最高的。用户可以在基础上进行自定义的开发，来完成自己的编辑器功能。

快速链接：

[快速开始](/quill/wen-dang-document/quickstart.md)

翻译版本： v1.3.4


---

# 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://kang-bing-kui.gitbook.io/quill/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.
