# DApps

Las Dapps (Decentralized Applications) son aplicaciones descentralizadas y son la forma en que normalmente interactúan los usuarios con los smart contracts de una blockchain como Ethereum.

Las dApps proveen una interfaz amigable, detrás de la cual orquestan la ejecución de los diferentes smart contracts que requieren para proveer su servicio. Una página donde se puede hacer seguimiento a las principales Dapps que existen en la actualidad es [DappRadar](https://dappradar.com/).

Existen miles de dApps disponibles en diversas categorías como redes sociales, subastas, juegos, seguros, exchanges, etc.

La arquitectura de una Dapp se muestra a continuación.

<figure><img src="/files/tVGu7LMs02cNain5ulzD" alt="" width="563"><figcaption></figcaption></figure>


---

# 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://edp.ethkipu.org/modulo-1/intro-a-smart-contracts/ethereum-101/evm/dapps.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.
