# 始めに

:tada: MetaSleuthユーザーマニュアルへようこそ！ :tada:

MetaSleuthは、多様な分析ニーズに対応するために設計された、オンチェーン資産を追跡し調査するための包括的なプラットフォームです。このツールをすばやく開始するために、「はじめに」セクションには次の4つの主要トピックを含めました。

1. [簡単な検索から始める](/ja/yzmanyuaru/getting-started/start-by-a-simple-search.md)： 検索機能を使用して、特定のアドレスやトランザクションを素早く見つけ、関連データやインサイトにアクセスします。
2. [共有されたグラフから始める](/ja/yzmanyuaru/getting-started/start-by-a-shared-chart.md)：他のユーザーが作成した共有グラフを探索し、既存の可視化を共同作業として構築します。
3. [ノードとは何か](/ja/yzmanyuaru/getting-started/what-are-nodes.md) ブロックチェーンネットワーク内でアドレスやコントラクトといったエンティティを表すノードの概念を理解します。
4. [エッジとは何か](/ja/yzmanyuaru/getting-started/what-are-edges.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/getting-started.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.
