# Introduction

- [Merkly Whitepaper](https://merkly.gitbook.io/docs/introduction/merkly-whitepaper.md): The official documentation for Merkly, the Omnichain solution connecting various blockchains via interoperability technology
- [Advantages](https://merkly.gitbook.io/docs/introduction/advantages.md)
- [ LayerZero Contracts](https://merkly.gitbook.io/docs/introduction/layerzero-contracts.md): All Contracts utilized in our LayerZero (LZ) integrations: OFT & ONFT Bridge, Gas Refuel.
- [Hyperlane Contracts](https://merkly.gitbook.io/docs/introduction/hyperlane-contracts.md): All Hyperlane ETH Token Bridge Contracts. The full list with all contracts can be accessed at the following link: https://minter.merkly.com/why


---

# 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://merkly.gitbook.io/docs/introduction.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.
