> For the complete documentation index, see [llms.txt](https://docs.metaid.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metaid.io/metaid-app-node/introduction.md).

# Introduction

MetaID App Node (hereinafter referred to as MAN) is the first open-source backend indexer adapted to the MetaID V2 protocol and also serves as a distributed storage database for MetaID data. Developers do not need to rely on third-party service providers or run heavy Bitcoin nodes. They only need to deploy and install MAN locally to develop and run all types of MetaID applications, achieving true Web3 application decentralization.

**Main Features of MAN**

1. Fully compatible with the MetaID V2 protocol.
2. Indexes MetaID protocol data according to block order and transaction order, and also supports data indexing in the memory pool.
3. Ready to use out-of-the-box, with support for various databases such as MongoDB and Pebble, allowing developers to choose based on their application needs.
4. Developer-friendly, providing a general data query API for common data applications, and planning to implement Graph Query Language for complex data.
5. Controllable index data volume, supporting full data synchronization, single application data synchronization, and multi-application combined synchronization. Developers can configure MAN easily to obtain the data they need.

**Application Development Process Based on MAN**

1. Download the MAN program source code and compile it, or directly download the latest MAN-Release program.
2. Modify the relevant configuration files.
3. Run MAN.
4. Use the MAN API and MetaID SDK for development.
5. Develop and debug on the test network of the relevant UTXO chain.
6. Release on the mainnet.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.metaid.io/metaid-app-node/introduction.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
