# 从共享图表开始

有时，您可能会收到其他人共享的MetaSleuth分析结果，例如[这个链接](https://metasleuth.io/result/arbitrum/0x0629b1048298ae9deff0f4100a31967fb3f98962?source=b1ec1bc4-9b0a-4109-a3e8-288cbe035485)。在MetaSleuth中，这些链接称为共享链接。它们允许用户查看和编辑与共享分析相关的画布。

## 查看共享画布

共享画布本质上是分享者提供的分析结果的快照。打开共享链接时，您会看到创建链接时整个画布的状态。您可以单击边和节点查看详细信息，并查看分享者的笔记。但请务必记住，这只是一个分析结果，不能代表完整的全貌。

单击地址节点将显示地址标签、关联标签、风险评分、资产余额和链上交互等详细信息。需要注意的是，显示的资产转移仅限于分享者选择在画布上显示的部分。要查看更全面的资产转移，您需要解锁画布以进行重新分析。

<figure><img src="/files/ZUfFRZHOkggFPOtRKWA3" alt=""><figcaption></figcaption></figure>

单击边将显示两个节点之间的资产转移。同样，这里仅显示分享者选择的内容。

<figure><img src="/files/iEz3f9LobzNx2rH5Cy9o" alt=""><figcaption></figcaption></figure>

## 编辑画布

如果您发现共享内容有价值并希望继续分析，可以解锁画布进行编辑，然后保存。您的编辑不会同步回原始分享者。

解锁很简单——只需点击左上角的“开始编辑”按钮。

<figure><img src="/files/XFPhea9y6gn1jf62nlpi" alt=""><figcaption></figcaption></figure>

通常，解锁过程很顺利，但有时您可能会遇到提示，询问是否要保留一些分享者的私有标签。如果您是经验丰富的MetaSleuth用户，您可能需要考虑哪些标签有价值。如果您是初学者，只需选择“导入”即可！

有关私有标签的更多信息，您可以访问保存和共享- [让你的工作更易读](/zh_cn/yong-hu-shou-ce/save-and-share/make-your-work-more-readble.md) 部分。

<figure><img src="/files/MLmb96fFyC384M4mZk2N" alt=""><figcaption></figcaption></figure>


---

# 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.metasleuth.io/zh_cn/yong-hu-shou-ce/getting-started/start-by-a-shared-chart.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.
