> 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/zhang-hu-guan-li.md).

# 账户管理

- [套餐](https://gitbook.com/docs/documentation/zh/zhang-hu-guan-li/plans.md): 了解 GitBook 提供的各套餐之间的差异
- [社区套餐](https://gitbook.com/docs/documentation/zh/zhang-hu-guan-li/plans/community.md): 在 GitBook 中申请我们的开源套餐
- [赞助站点套餐](https://gitbook.com/docs/documentation/zh/zhang-hu-guan-li/plans/community/sponsored-site-plan.md): 了解更多关于如何通过我们的赞助站点套餐从文档站点中赚钱的信息
- [计费政策](https://gitbook.com/docs/documentation/zh/zhang-hu-guan-li/plans/billing-policy.md)
- [旧定价](https://gitbook.com/docs/documentation/zh/zhang-hu-guan-li/plans/legacy-plans.md): 了解我们当前定价与旧版定价之间的差异。
- [订阅取消](https://gitbook.com/docs/documentation/zh/zhang-hu-guan-li/cancelling-a-plan.md): 取消你的订阅
- [个人设置](https://gitbook.com/docs/documentation/zh/zhang-hu-guan-li/account-settings.md): 查看和管理你个人 GitBook 账户的设置
- [组织设置](https://gitbook.com/docs/documentation/zh/zhang-hu-guan-li/organization-settings.md)
- [SSO 与 SAML](https://gitbook.com/docs/documentation/zh/zhang-hu-guan-li/sso-and-saml.md): 了解如何通过 SSO 与 SAML 分享你的 GitBook 内容
- [SSO 成员与非 SSO 成员](https://gitbook.com/docs/documentation/zh/zhang-hu-guan-li/sso-and-saml/sso-members-vs-non-sso.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/zhang-hu-guan-li.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.
