# Share Your Findings

After organizing the fund flow, utilizing memos to note details, and even adding your personal watermark, it's time to share your findings with others. You might want to share it with the media to open-source your findings or with other investigators to further the investigation.

MetaSleuth facilitates this through the 'Share Chart' feature, allowing you to easily share your analysis with others to explore the current canvas content, delve into details, and even continue editing it.

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

{% hint style="info" %}
What can others do with my shared link?

When you share a link generated by MetaSleuth, it captures a snapshot of the current canvas content and associates it with that specific URL. Those who have access to the shared link can view the snapshot and explore all the details on the canvas. If others choose to edit the snapshot, it creates a separate copy that can be modified, saved, and shared independently from the original snapshot.
{% endhint %}


---

# 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/user-manual/save-and-share/share-your-findings.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.
