# Delta在线Demo

Delta官网部署了一个三节点的Delta隐私计算网络，在其中一个节点上部署了Deltaboard来演示Delta框架的功能：

{% embed url="<https://board.deltampc.com>" %}

由于做为演示系统的Delta Node计算能力有限，并且针对Delta Task的执行环境隔离也还不完善，因此在注册账号以后，需要通过管理员人工审核后，才能正常登录使用。请在完成注册后，在Slack或者微信群中联系系统管理员通过审核。

线上系统的Delta Node中放置了一些常用的公开数据集，模拟了各种多节点数据划分的情况，供大家测试使用。详情请登录Deltaboard后，在JupyterLab中查看数据说明文档。

### Delta区块链浏览器

线上系统的Delta区块链可以通过Delta区块链浏览器查看，地址如下：

{% embed url="<https://explorer.deltampc.com>" %}


---

# 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/delta-online.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.
