# 系统搭建和部署

- [启动Delta区块链节点](https://docs.deltampc.com/network-deployment/start-delta-chain-node.md)
- [启动Delta区块链浏览器](https://docs.deltampc.com/network-deployment/start-delta-chain-explorer.md)
- [部署智能合约](https://docs.deltampc.com/network-deployment/deploy-smart-contracts.md)
- [启动Chain Connector](https://docs.deltampc.com/network-deployment/start-chain-connector.md)
- [启动Delta Node](https://docs.deltampc.com/network-deployment/start-delta-node.md)
- [启动Delta ZK](https://docs.deltampc.com/network-deployment/start-delta-zk.md): 生成零知识证明的服务
- [准备节点数据](https://docs.deltampc.com/network-deployment/prepare-data.md)
- [启动Deltaboard](https://docs.deltampc.com/network-deployment/start-deltaboard.md)
- [执行计算任务](https://docs.deltampc.com/network-deployment/run-delta-task.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/network-deployment.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.
