# 服务器

- [设置指南](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)


---

# 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://dev.ppgg.in/getting-started/server.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.
