# Introduction

{% hint style="info" %}
**Under construction**

This document is currently in draft and will be continuously updated as feedback is captured from readers like you. In case you have any feedback, it can be given on our [Telegram channel](https://t.me/+sp8J07DEGTxmNjc0) or on [Discord](https://botanixlabs.xyz/en/r/discord).
{% endhint %}

Building on the Botanix EVM is synonymous with building on Ethereum. Building dApps will not require a translation layer and they are easily portable from Ethereum to Botanix.&#x20;

On the following pages, you will find general information on common tools used for developing dApps on EVM-compatible chains. Next, you will find how you can Build on Botanix. We have gathered information for our three main groups of builders:

1. People who built on Bitcoin before and now want to build on the Botanix EVM - see [Chain Information](/botanix/user-tutorials/chain-information.md)
2. People who are used to building applications on the EVM and want to start from scratch - see [Develop a new dApp](/botanix/build-applications/build-on-the-botanix-evm/develop-a-new-dapp.md)
3. People who want to migrate an existing application from another chain to the Botanix EVM - see [Migrate existing dApps](/botanix/build-applications/build-on-the-botanix-evm/migrate-existing-dapps.md)

Happy building!&#x20;


---

# 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.botanixlabs.com/botanix/build-applications/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.
