# 文档

## 文档!文档!文档!

任何开发项目都需要文档，文档是使得一个开源项目发展的基石。只有良好组织的文档，才能使更多的人愿意使用你的开源项目，并不断回馈使项目具有生命力。

> 这里会对个人的开发和学习所使用的文档工具进行介绍，并且记录和汇总使用的心得。

## GitBook


---

# 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://huataihuang.gitbook.io/cloud-atlas-draft/develop/doc.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.
