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

# 入门

- [概述](https://dev.ppgg.in/getting-started/overview.md)
- [工具](https://dev.ppgg.in/getting-started/tools.md)
- [服务器](https://dev.ppgg.in/getting-started/server.md)
- [设置指南](https://dev.ppgg.in/getting-started/server/guide.md)
- [高级服务器设置](https://dev.ppgg.in/getting-started/server/advanced-setup.md)
- [数据库](https://dev.ppgg.in/getting-started/server/database.md)
- [MSSQL](https://dev.ppgg.in/getting-started/server/database/mssql.md)
- [实体框架](https://dev.ppgg.in/getting-started/server/database/ef.md)
- [事件日志](https://dev.ppgg.in/getting-started/server/events.md)
- [Ingress 隧道](https://dev.ppgg.in/getting-started/server/tunnel.md)
- [SCIM](https://dev.ppgg.in/getting-started/server/scim.md)
- [自托管指南](https://dev.ppgg.in/getting-started/server/self-hosted.md)
- [系统管理门户](https://dev.ppgg.in/getting-started/server/portal.md)
- [单点登录 (SSO)](https://dev.ppgg.in/getting-started/server/sso.md)
- [本地 IdP](https://dev.ppgg.in/getting-started/server/sso/local.md)
- [Okta](https://dev.ppgg.in/getting-started/server/sso/okta.md)
- [故障排除](https://dev.ppgg.in/getting-started/server/troubleshooting.md)
- [用户机密](https://dev.ppgg.in/getting-started/server/secrets.md)
- [公共 API](https://dev.ppgg.in/getting-started/server/gong-gong-api.md)
- [网页客户端](https://dev.ppgg.in/getting-started/clients.md)
- [网页密码库](https://dev.ppgg.in/getting-started/clients/web-vault.md)
- [WebAuthn](https://dev.ppgg.in/getting-started/clients/web-vault/webauthn.md)
- [浏览器端](https://dev.ppgg.in/getting-started/clients/browser.md)
- [生物识别解锁](https://dev.ppgg.in/getting-started/clients/browser/biometric.md)
- [Firefox 隐私模式](https://dev.ppgg.in/getting-started/clients/browser/ff-private.md)
- [桌面端](https://dev.ppgg.in/getting-started/clients/desktop.md)
- [Mac App Store Dev](https://dev.ppgg.in/getting-started/clients/desktop/mac.md)
- [Microsoft Store](https://dev.ppgg.in/getting-started/clients/desktop/microsoft-store.md)
- [Native Messaging Test Runner](https://dev.ppgg.in/getting-started/clients/desktop/native-messaging-test-runner.md)
- [更新测试](https://dev.ppgg.in/getting-started/clients/desktop/update.md)
- [CLI](https://dev.ppgg.in/getting-started/clients/cli.md)
- [故障排除](https://dev.ppgg.in/getting-started/clients/troubleshooting.md)
- [移动端](https://dev.ppgg.in/getting-started/mobile.md)
- [Android](https://dev.ppgg.in/getting-started/mobile/android.md)
- [F-Droid](https://dev.ppgg.in/getting-started/mobile/android/f-droid.md)
- [iOS](https://dev.ppgg.in/getting-started/mobile/ios.md)
- [.NET MAUI (legacy)](https://dev.ppgg.in/getting-started/mobile/net-maui-legacy.md)
- [Android](https://dev.ppgg.in/getting-started/mobile/net-maui-legacy/android.md)
- [iOS](https://dev.ppgg.in/getting-started/mobile/net-maui-legacy/ios.md)
- [watchOS](https://dev.ppgg.in/getting-started/mobile/net-maui-legacy/watchos.md)
- [SDK](https://dev.ppgg.in/getting-started/sdk.md)
- [内部 SDK](https://dev.ppgg.in/getting-started/sdk/internal-sdk.md)
- [Secrets Manager](https://dev.ppgg.in/getting-started/sdk/secrets-manager.md)
- [Integrations](https://dev.ppgg.in/getting-started/sdk/secrets-manager/integrations.md)
- [Kubernetes](https://dev.ppgg.in/getting-started/sdk/secrets-manager/integrations/kubernetes.md)
- [业务 App](https://dev.ppgg.in/getting-started/business.md)
- [目录连接器](https://dev.ppgg.in/getting-started/business/directory-connector.md)
- [JumpCloud](https://dev.ppgg.in/getting-started/business/directory-connector/jumpcloud.md)
- [OpenLDAP Docker 服务器](https://dev.ppgg.in/getting-started/business/directory-connector/open-ldap.md)
- [Key Connector](https://dev.ppgg.in/getting-started/business/key-connector.md)
- [Splunk App](https://dev.ppgg.in/getting-started/business/splunk-app.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://dev.ppgg.in/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.
