# Getting Started

:tada: Welcome to the MetaSleuth User Manual! :tada:

MetaSleuth is a comprehensive platform designed to track and investigate on-chain assets, catering to diverse analysis needs. To facilitate a quick start with this tool, we have included four key topics in the "Getting Started" section:

1. [Start by a Simple Search](/user-manual/getting-started/start-by-a-simple-search.md): Quickly find specific addresses or transactions using the search function to access relevant data and insights.
2. [Start by a Shared Chart](/user-manual/getting-started/start-by-a-shared-chart.md): Collaborate and build upon existing visualizations by exploring shared charts created by other users.
3. [What are Nodes?](/user-manual/getting-started/what-are-nodes.md) Understand the concept of nodes, which represent entities such as addresses or contracts within the blockchain network.
4. [What are Edges?](/user-manual/getting-started/what-are-edges.md) Learn about edges, which illustrate the relationships and transactions between nodes, providing context to the data you analyze.


---

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