# BUIDL developer tool

- [Why BUIDL](https://docs.secondstate.io/buidl-developer-tool/why-buidl.md): Create and deploy your first public blockchain-based app in 5 minutes
- [Getting started](https://docs.secondstate.io/buidl-developer-tool/getting-started.md): The BUIDL online IDE can create complete DApps (smart contracts + web3 + ElasticSearch + JS + HTML / CSS) in minutes without installing any software.
- [Develop for Ethereum Classic](https://docs.secondstate.io/buidl-developer-tool/getting-started/develop-for-ethereum-classic.md): Use the BUIDL IDE to create and deploy applications on the Ethereum Classic blockchain
- [Develop for CyberMiles](https://docs.secondstate.io/buidl-developer-tool/getting-started/develop-for-cybermiles.md): Use the BUIDL IDE to create and deploy applications on the CyberMiles public blockchain
- [Develop for Ethereum](https://docs.secondstate.io/buidl-developer-tool/getting-started/develop-for-ethereum.md): Use the BUIDL IDE to create and deploy applications on the Ethereum blockchain
- [MetaMask notes](https://docs.secondstate.io/buidl-developer-tool/getting-started/metamask-notes.md)
- [Data-driven DApps](https://docs.secondstate.io/buidl-developer-tool/access-contracts-data.md)
- [Create and index contracts](https://docs.secondstate.io/buidl-developer-tool/access-contracts-data/example-contract-indexing.md)
- [Rule-based smart contract](https://docs.secondstate.io/buidl-developer-tool/rule-based-smart-contract.md)
- [Sharing your DApp](https://docs.secondstate.io/buidl-developer-tool/sharing-your-dapp.md)
- [Working with BaaS](https://docs.secondstate.io/buidl-developer-tool/working-with-baas.md)
- [DEMO: A voting dapp](https://docs.secondstate.io/buidl-developer-tool/demo-a-voting-dapp.md)
- [DevChain](https://docs.secondstate.io/buidl-developer-tool/demo-a-voting-dapp/devchain.md): No gas needed. Accounts are only for identification purposes.
- [Ethereum Classic](https://docs.secondstate.io/buidl-developer-tool/demo-a-voting-dapp/ethereum-classic.md): Both developers and users need accounts with little ETC for gas. Metamask for ETC is supported for both developers and users.
- [CyberMiles](https://docs.secondstate.io/buidl-developer-tool/demo-a-voting-dapp/cybermiles.md): Developers require CMT to deploy contracts. Users can access contracts without gas.


---

# 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.secondstate.io/buidl-developer-tool.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.
