# Building DApp

[Decentralized Applications (or DApps)](https://ethereum.stackexchange.com/questions/383/what-is-a-dapp) are applications that do not rely on a centralized backend running in a server that power traditional web and mobile applications (outside of hosting the frontend code itself). Instead, the frontend application interacts directly with blockchain over an API.

A typical DApp should contain:

* Smart contract(s) that help frontend app to interact with blockchain. To build smart contract on KardiaChain, please refer to [Smart contract development](/docs/archived-docs/tutorials/smart-contract-development.md) section.
* Data indexing service (such as graph from The Graph)
* Frontend interface (web or mobile app) for user to interact with DApp.


---

# 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.kardiachain.io/docs/archived-docs/tutorials/building-dapp.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.
