# 系统详细设计

- [横向联邦任务框架](https://docs.deltampc.com/system-design/horizontal-task-framework.md)
- [链上安全聚合](https://docs.deltampc.com/system-design/secure-aggregation-on-blockchain.md)
- [横向联邦学习](https://docs.deltampc.com/system-design/horizontal-federated-learning.md)
- [横向联邦统计](https://docs.deltampc.com/system-design/horizontal-federated-analytics.md)
- [逻辑回归](https://docs.deltampc.com/system-design/logistic-regression.md)
- [逻辑回归中的零知识证明](https://docs.deltampc.com/system-design/zero-knowledge-proof-in-logistical-regression-task.md)
- [节点加入与离开网络的机制](https://docs.deltampc.com/system-design/delta-node-join-and-leave.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://docs.deltampc.com/system-design.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.
