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

# 快速开始

- [准备环境](https://docs.zongsoft.com/get-started/prerequisites.md): 根据所选教程准备 SDK、工具和源码输出，区分包使用与框架源码开发。
- [安装包](https://docs.zongsoft.com/get-started/install.md): 安装 Zongsoft 相关 NuGet 包和全局工具。
- [选择宿主程序](https://docs.zongsoft.com/get-started/hosting.md): 根据调试、服务运行和 Web API 场景选择合适的 Zongsoft 宿主程序。
- [部署第一个插件](https://docs.zongsoft.com/get-started/deploy-first-plugin.md): 沿 hosting 已有方案部署 Discussions 领域与 Web 插件。
- [编写第一个业务插件](https://docs.zongsoft.com/get-started/first-business-plugin.md): 从 Discussions 已有模块理解业务模型、服务注册、插件清单和交付产物。
- [运行与调试](https://docs.zongsoft.com/get-started/run-and-debug.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://docs.zongsoft.com/get-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.
