# Web3 101

- [Understanding the Web 3.0](https://indiedao.gitbook.io/indiedao/education/web3-101/understanding-the-web-3.0.md)
- [Why Web3?](https://indiedao.gitbook.io/indiedao/education/web3-101/understanding-the-web-3.0/why-web3.md)
- [What is Blockchain?](https://indiedao.gitbook.io/indiedao/education/web3-101/understanding-the-web-3.0/what-is-blockchain.md)
- [What are tokens?](https://indiedao.gitbook.io/indiedao/education/web3-101/understanding-the-web-3.0/what-are-tokens.md)
- [How to set up a wallet?](https://indiedao.gitbook.io/indiedao/education/web3-101/understanding-the-web-3.0/how-to-set-up-a-wallet.md)
- [Dapps](https://indiedao.gitbook.io/indiedao/education/web3-101/understanding-the-web-3.0/dapps.md)
- [Using the Web 3](https://indiedao.gitbook.io/indiedao/education/web3-101/using-the-web-3.md)
- [DeFi](https://indiedao.gitbook.io/indiedao/education/web3-101/using-the-web-3/defi.md)
- [Metaverse](https://indiedao.gitbook.io/indiedao/education/web3-101/using-the-web-3/metaverse.md)
- [NFTs](https://indiedao.gitbook.io/indiedao/education/web3-101/using-the-web-3/nfts.md)
- [DAOs](https://indiedao.gitbook.io/indiedao/education/web3-101/using-the-web-3/daos.md)
- [Building on the Web 3.0](https://indiedao.gitbook.io/indiedao/education/web3-101/building-on-the-web-3.0.md)
- [Web3 Development](https://indiedao.gitbook.io/indiedao/education/web3-101/building-on-the-web-3.0/web3-development.md)
- [Ethereum](https://indiedao.gitbook.io/indiedao/education/web3-101/building-on-the-web-3.0/web3-development/ethereum.md)
- [Solidity](https://indiedao.gitbook.io/indiedao/education/web3-101/building-on-the-web-3.0/web3-development/solidity.md)
- [Solidity Best Practices](https://indiedao.gitbook.io/indiedao/education/web3-101/building-on-the-web-3.0/web3-development/solidity-best-practices.md)
- [Dapp Development](https://indiedao.gitbook.io/indiedao/education/web3-101/building-on-the-web-3.0/web3-development/dapp-development.md)
- [Blockchain Design Patterns](https://indiedao.gitbook.io/indiedao/education/web3-101/building-on-the-web-3.0/web3-development/blockchain-design-patterns.md)
- [Scaling](https://indiedao.gitbook.io/indiedao/education/web3-101/building-on-the-web-3.0/web3-development/scaling.md)
- [NFTs](https://indiedao.gitbook.io/indiedao/education/web3-101/building-on-the-web-3.0/web3-development/nfts.md)
- [Web3 Design](https://indiedao.gitbook.io/indiedao/education/web3-101/building-on-the-web-3.0/web3-design.md)
- [Building a DAO](https://indiedao.gitbook.io/indiedao/education/web3-101/building-on-the-web-3.0/building-a-dao.md)


---

# 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.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.
