> 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/zhan-dian-fang-wen.md).

# 站点访问

- [身份验证访问](https://gitbook.com/docs/documentation/zh/zhan-dian-fang-wen/authenticated-access.md): 为你已发布的内容设置自定义身份验证
- [启用已认证访问](https://gitbook.com/docs/documentation/zh/zhan-dian-fang-wen/authenticated-access/enabling-authenticated-access.md)
- [设置 Auth0](https://gitbook.com/docs/documentation/zh/zhan-dian-fang-wen/authenticated-access/setting-up-auth0.md): 为文档访客设置 Auth0 登录界面
- [设置 Azure AD](https://gitbook.com/docs/documentation/zh/zhan-dian-fang-wen/authenticated-access/setting-up-azure-ad.md): 为文档访客设置 Azure AD 登录界面
- [设置 AWS Cognito](https://gitbook.com/docs/documentation/zh/zhan-dian-fang-wen/authenticated-access/setting-up-aws-cognito.md): 为文档访客设置 AWS Cognito 登录界面
- [设置 Okta](https://gitbook.com/docs/documentation/zh/zhan-dian-fang-wen/authenticated-access/setting-up-okta.md): 为文档访客设置 Okta 登录界面
- [设置 OIDC](https://gitbook.com/docs/documentation/zh/zhan-dian-fang-wen/authenticated-access/setting-up-oidc.md): 为文档访客设置 OIDC 登录界面
- [设置自定义后端](https://gitbook.com/docs/documentation/zh/zhan-dian-fang-wen/authenticated-access/setting-up-a-custom-backend.md): 为文档访客设置自定义登录界面
- [自适应内容](https://gitbook.com/docs/documentation/zh/zhan-dian-fang-wen/adaptive-content.md): 根据阅读者提供定制化的文档体验
- [启用自适应内容](https://gitbook.com/docs/documentation/zh/zhan-dian-fang-wen/adaptive-content/enabling-adaptive-content.md): 选择一种身份验证方式，将用户数据传递给 GitBook。
- [Cookie](https://gitbook.com/docs/documentation/zh/zhan-dian-fang-wen/adaptive-content/enabling-adaptive-content/cookies.md): 通过公开或签名 Cookie 将访客数据传递到你的文档中
- [URL](https://gitbook.com/docs/documentation/zh/zhan-dian-fang-wen/adaptive-content/enabling-adaptive-content/url.md): 通过 URL 查询参数将访客数据传递到你的文档中
- [功能标记](https://gitbook.com/docs/documentation/zh/zhan-dian-fang-wen/adaptive-content/enabling-adaptive-content/feature-flags.md): 通过功能标记提供方将访客数据传递到你的文档中
- [身份验证访问](https://gitbook.com/docs/documentation/zh/zhan-dian-fang-wen/adaptive-content/enabling-adaptive-content/authenticated-access.md)
- [调整你的内容](https://gitbook.com/docs/documentation/zh/zhan-dian-fang-wen/adaptive-content/adapting-your-content.md): 为不同用户定制你的内容
- [使用分段进行测试](https://gitbook.com/docs/documentation/zh/zhan-dian-fang-wen/adaptive-content/testing-with-segments.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:

```
GET https://gitbook.com/docs/documentation/zh/zhan-dian-fang-wen.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.
