# 保存と共有

MetaSleuthでは、「保存と共有」機能がワークフローを強化します。以下のことが可能です：

* [作業の保存](/ja/yzmanyuaru/save-and-share/save-your-work.md): 解析やビジュアライゼーションを安全に保存し、将来参照できるようにします。
* [他者と協力する](https://github.com/blocksecteam/ms_document_ja/blob/main/user-manual/save-and-share/collaborate-with-others.md): チームメンバーや関係者と簡単に共有し、協力やディスカッションを促進します。
* [データのエクスポート](/ja/yzmanyuaru/save-and-share/export-data.md): 作業を提示しやすいように、様々な形式でデータと洞察をエクスポートします。
* [作業を読みやすくする](/ja/yzmanyuaru/save-and-share/make-your-work-more-readble.md): 出力を整理しフォーマットを整えることで、解析がわかりやすくなり、提示が向上します。
* [成果を共有する](/ja/yzmanyuaru/save-and-share/share-your-findings.md): 結果を他者と容易に共有し、ディスカッションや意思決定を助けます。


---

# 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/ja/yzmanyuaru/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.
