# 开始使用

- [概览](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: 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://gitbook.com/docs/documentation/zh/getting-started.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.
