# BUILD ON HeLa

- [HeLa Architecture](https://docs.helalabs.com/build-on-hela/hela-architecture.md)
- [HeLa Runtime (EVM)](https://docs.helalabs.com/build-on-hela/hela-runtime-evm.md)
- [Estimate Gas](https://docs.helalabs.com/build-on-hela/estimate-gas.md)
- [Build on Testnet](https://docs.helalabs.com/build-on-hela/build-on-testnet.md)
- [Deploy Smart Contracts with Remix](https://docs.helalabs.com/build-on-hela/build-on-testnet/deploy-smart-contracts-with-remix.md)
- [Deploy Smart Contracts with Hardhat](https://docs.helalabs.com/build-on-hela/build-on-testnet/deploy-smart-contracts-with-hardhat.md)
- [Deploy Smart Contracts with Foundry](https://docs.helalabs.com/build-on-hela/build-on-testnet/deploy-smart-contracts-with-foundry.md): We’ll create a simple SplitWise app, a contract where friends can track and settle debts.
- [HeLa Network Information](https://docs.helalabs.com/build-on-hela/hela-network-information.md)
- [REMIX - IDE](https://docs.helalabs.com/build-on-hela/remix-ide.md): Let's build with REMIX IDE!
- [Build on Testnet](https://docs.helalabs.com/build-on-hela/build-on-testnet-1.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://docs.helalabs.com/build-on-hela.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.
