# Web Dapps Development

{% hint style="info" %}
**Good to know:** It is mostly the same for you to develop a web based Dapp with ioPay as with Metamask, because ioPay has done as much compatible with Metamask as possible.
{% endhint %}

## Web Dapp for IoTeX

You can refer the official IoTeX development docs here:

{% embed url="<https://docs.iotex.io/web3-development>" %}

## Web Dapps for other chains

Please find Dapp development guides for different chains as needed. ioPay supports most Web3 interfaces so your Dapps should be able to run with ioPay directly if it works with metamask.


---

# 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.iopay.me/developer-guides/web-dapps-development.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.
