# 指南（Guides）

- [为什么要用Quill？（Why Quill）](https://kang-bing-kui.gitbook.io/quill/zhi-nan-guides/whyquill.md)
- [怎么自定义Quill](https://kang-bing-kui.gitbook.io/quill/zhi-nan-guides/howtocustomizequill.md)
- [将Quill添加到你的构建系统](https://kang-bing-kui.gitbook.io/quill/zhi-nan-guides/addtobuildsys.md)
- [构建自定义模块](https://kang-bing-kui.gitbook.io/quill/zhi-nan-guides/customermodule.md)
- [通过Parchment克隆Medium](https://kang-bing-kui.gitbook.io/quill/zhi-nan-guides/clonewithparchment.md)
- [设计Delta的格式](https://kang-bing-kui.gitbook.io/quill/zhi-nan-guides/deltaformat.md)
- [与其他富文本编辑器对比](https://kang-bing-kui.gitbook.io/quill/zhi-nan-guides/comparisonother.md)
- [升级到1.0](https://kang-bing-kui.gitbook.io/quill/zhi-nan-guides/upgrading1_0.md)


---

# 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/zhi-nan-guides.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.
