# 從共享圖表開始

有時候，你可能會收到其他人共享的 MetaSleuth 分析結果，例如[這個鏈接](https://metasleuth.io/result/arbitrum/0x0629b1048298ae9deff0f4100a31967fb3f98962?source=b1ec1bc4-9b0a-4109-a3e8-288cbe035485)。在 MetaSleuth 中，這些鏈接被稱為共享鏈接。它們允許用戶查看和編輯與共享分析相關的畫布。

## 查看共享畫布

共享畫布本質上是共享者提供的分析結果的一個快照。當你打開共享鏈接時，你會看到鏈接創建時整個畫布的狀態。您可以點擊邊緣和節點查看細節，以及查看共享者的註釋。但是，請記住，這只是一次分析結果，並不代表完整圖景。

點擊地址節點會顯示詳細信息，如地址標籤、相關標籤、風險分數、資產餘額和鏈上互動。需要注意的是，顯示的資產轉移僅是共享者選擇在畫布上顯示的部分。要查看更全面的資產轉移集，您需要解鎖畫布以進行重新分析。

<figure><img src="/files/0HiJnIwAi68tnmgXSamu" alt="畫布快照"><figcaption></figcaption></figure>

點擊邊緣會顯示兩個節點之間的資產轉移。同樣，這裡顯示的內容僅為共享者選擇的部分。

<figure><img src="/files/VYOIIgF84w3VNMh9uY62" alt="資產轉移細節"><figcaption></figcaption></figure>

## 編輯畫布

如果您覺得共享內容有價值並希望繼續您的分析，您可以解鎖畫布進行編輯，然後保存。您的編輯不會同步回原始共享者。

解鎖很簡單——只需點擊左上角的“開始編輯”按鈕。

<figure><img src="/files/MwrxeQqm0XRD9T00zGqA" alt="開始編輯"><figcaption></figcaption></figure>

一般來說，解鎖過程很順利，但有時您可能會遇到提示，詢問是否要保留共享者的某些私人標籤。如果您是經驗豐富的 MetaSleuth 用戶，您可能想考慮哪些標籤值得保留。如果您是初學者，只需選擇“導入”即可！

有關私人標籤的更多資訊，您可以訪問保存與共享 - [讓您的工作更具可讀性](/zh_tw/shi-yong-shou-ce/save-and-share/make-your-work-more-readble.md)部分。

<figure><img src="/files/LcVAL8uRlsIvIbMZjfYd" 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_tw/shi-yong-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.
