# Save and Share

In MetaSleuth, the "Save and Share" feature enhances your workflow by allowing you to:

* [Save Your Work](/user-manual/save-and-share/save-your-work.md): Securely store your analysis and visualizations for future reference.
* [Collaborate with Your Team:](/user-manual/collaborate-with-others.md) Easily share your findings with team members or stakeholders to foster collaboration and discussion.
* [Export Data](/user-manual/save-and-share/export-data.md): Export your data and insights in various formats, making it convenient to present your work.
* [Make Your Work More Readable](/user-manual/save-and-share/make-your-work-more-readble.md): Organize and format your outputs to improve clarity and presentation, ensuring your analysis is easily understandable.
* [Share Your Findings](/user-manual/save-and-share/share-your-findings.md): Effortlessly share your results with others to facilitate discussions and decision-making.


---

# 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.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.
