# Introduction

- [What is the EVM-XCM Jungle Toolkit?](https://jungle-toolkit.gitbook.io/evm-xcm-jungle-toolkit/introduction/what-is-the-evm-xcm-jungle-toolkit.md): The EVM-XCM Jungle Toolkit is a collection of several tools, guides, libraries & code snippets allowing developers to create more easily modern cross-chain Polkadot-based dApps leveraging EVM.
- [Why use this toolkit?](https://jungle-toolkit.gitbook.io/evm-xcm-jungle-toolkit/introduction/why-use-this-toolkit.md): The Jungle Toolkit allows developers to easily connect tools that have never been connected before, pushing the boundaries of what cross-chain dApps on Polkadot are really capable of.
- [Who is this toolkit made for?](https://jungle-toolkit.gitbook.io/evm-xcm-jungle-toolkit/introduction/who-is-this-toolkit-made-for.md): This toolkit has been created while keeping in mind the importance of simplicity. An intermediate understanding of blockchain development is still required to fully master this material.
- [What tools are this toolkit made of?](https://jungle-toolkit.gitbook.io/evm-xcm-jungle-toolkit/introduction/what-tools-are-this-toolkit-made-of.md): The Jungle Toolkit is created using a large number of amazing tools and technologies. Our goal is to connect libraries, SDK & blockchains, both from the EVM & DOT worlds.


---

# 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://jungle-toolkit.gitbook.io/evm-xcm-jungle-toolkit/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.
