# Dapps

A dapp is actually a web application with the difference that it interacts with the smart contracts deployed in the blockchain and you will be signing these actions with your private keys (your wallet).

### What is a Dapp? by [Blockgeeks](https://www.youtube.com/channel/UCd8CDrm6rvwBZc6g7BYAkfQ)

{% embed url="<https://youtu.be/CDQX8inMCt0>" %}

### What are Dapps? by [@Matt\_\_Hussey](https://twitter.com/matt__hussey) and [@ScottChipolina](https://twitter.com/ScottChipolina)

{% embed url="<https://decrypt.co/resources/dapps>" %}

{% hint style="info" %}
If you are using a Web 3.0 app you will always find a connect button for your wallet.
{% endhint %}

### ⭐️ Extra

#### Blockchains Are the New App Stores by [@nickresendez](https://twitter.com/nickresendez)

{% embed url="<https://www.entrepreneur.com/article/380855>" %}


---

# 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://indiedao.gitbook.io/indiedao/education/web3-101/understanding-the-web-3.0/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.
