> For the complete documentation index, see [llms.txt](https://gitbook.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.com/docs/documentation/zh/getting-started.md).

# 开始使用

- [概览](https://gitbook.com/docs/documentation/zh/getting-started/readme.md): 创建并发布用户会喜欢的 AI 原生文档。GitBook 为您提供智能工具，用于构建产品指南、API 参考和可持续改进的文档。
- [快速入门](https://gitbook.com/docs/documentation/zh/getting-started/quickstart.md): 在 GitBook 中快速上手，并在几分钟内发布您的第一个文档站点
- [AI 原生文档](https://gitbook.com/docs/documentation/zh/getting-started/ai-documentation.md): 了解 AI 文档如何帮助用户找到答案、帮助团队高效维护文档，并让您的文档更容易被 ChatGPT 等 AI 工具发现
- [迁移到 GitBook](https://gitbook.com/docs/documentation/zh/getting-started/import.md): 了解如何将现有内容从 Confluence、Notion、Git 等导入 GitBook
- [GitHub 与 GitLab 同步](https://gitbook.com/docs/documentation/zh/getting-started/git-sync.md): 通过 GitBook 的双向集成功能，将您的 GitBook 内容与 GitHub 或 GitLab 同步
- [启用 GitHub 同步](https://gitbook.com/docs/documentation/zh/getting-started/git-sync/enabling-github-sync.md): 为 GitBook 设置并授权 GitHub 集成
- [启用 GitLab 同步](https://gitbook.com/docs/documentation/zh/getting-started/git-sync/enabling-gitlab-sync.md): 为 GitBook 设置并授权 GitLab 集成
- [内容配置](https://gitbook.com/docs/documentation/zh/getting-started/git-sync/content-configuration.md): 使用额外功能配置 Git 同步
- [GitHub 拉取请求预览](https://gitbook.com/docs/documentation/zh/getting-started/git-sync/github-pull-request-preview.md): 在 GitHub 中发起拉取请求时查看您的内容预览
- [提交信息与自动链接](https://gitbook.com/docs/documentation/zh/getting-started/git-sync/commits.md)
- [单体仓库](https://gitbook.com/docs/documentation/zh/getting-started/git-sync/monorepos.md)
- [故障排除](https://gitbook.com/docs/documentation/zh/getting-started/git-sync/troubleshooting.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://gitbook.com/docs/documentation/zh/getting-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
