# Overview

- [Welcome to Early Access](https://supraoracles.gitbook.io/supra/network/evm/overview/welcome-to-early-access.md)
- [Network Information](https://supraoracles.gitbook.io/supra/network/evm/overview/network-information.md): Relative network, faucet, and API details.
- [Build on SupraEVM](https://supraoracles.gitbook.io/supra/network/evm/overview/build-on-supraevm.md)
- [Add MultiVM to StarKey](https://supraoracles.gitbook.io/supra/network/evm/overview/build-on-supraevm/add-multivm-to-starkey.md): Connect your StarKey Wallet to the Supra MultiVM Testnet by adding the custom network details and funding your account using the built-in faucet. This setup ensures your wallet is ready to deploy and
- [Hardhat](https://supraoracles.gitbook.io/supra/network/evm/overview/build-on-supraevm/hardhat.md): This guide walks you through building a Solidity-based DAO Management Contract on SupraEVM, including development, deployment, and interaction using Hardhat.
- [Prerequisites](https://supraoracles.gitbook.io/supra/network/evm/overview/build-on-supraevm/hardhat/prerequisites.md): Before starting, make sure you have:
- [Start Building](https://supraoracles.gitbook.io/supra/network/evm/overview/build-on-supraevm/hardhat/start-building.md): Initialize a new Hardhat project and prepare it for deployment on SupraEVM.
- [Foundry](https://supraoracles.gitbook.io/supra/network/evm/overview/build-on-supraevm/foundry.md): This guide walks you through building and deploying a Solidity smart contract on SupraEVM using Foundry, including project setup, configuration, compilation, deployment, and contract interaction usin
- [Start Building](https://supraoracles.gitbook.io/supra/network/evm/overview/build-on-supraevm/foundry/start-building.md): Initialize a new Foundry project and prepare it for deployment on SupraEVM.
- [Remix IDE](https://supraoracles.gitbook.io/supra/network/evm/overview/build-on-supraevm/remix-ide.md): Remix IDE lets you write, compile, deploy, and interact with Solidity smart contracts directly in your browser, no local setup required.
- [Prerequisites](https://supraoracles.gitbook.io/supra/network/evm/overview/build-on-supraevm/remix-ide/prerequisites.md): Before starting, make sure you have:
- [Start Building](https://supraoracles.gitbook.io/supra/network/evm/overview/build-on-supraevm/remix-ide/start-building.md): Set up Remix, connect StarKey Wallet, and deploy your first smart contract on SupraEVM.
- [SupraEVM Resources](https://supraoracles.gitbook.io/supra/network/evm/overview/supraevm-resources.md): Your complete hub for learning Solidity, Move, and building smart contracts on SupraEVM.
- [Solidity](https://supraoracles.gitbook.io/supra/network/evm/overview/supraevm-resources/solidity.md): Understand how Solidity works and start building smart contracts across the EVM ecosystem.
- [Move](https://supraoracles.gitbook.io/supra/network/evm/overview/supraevm-resources/move.md): Learn how Move enables secure, resource-oriented smart contracts on the Supra L1.
- [Solidity Resources](https://supraoracles.gitbook.io/supra/network/evm/overview/supraevm-resources/solidity-resources.md): Explore tools, frameworks, tutorials, and advanced guides to level up your Solidity development.
- [EVM/MoveVM Cheatsheet](https://supraoracles.gitbook.io/supra/network/evm/overview/supraevm-resources/evm-movevm-cheatsheet.md): Quickly compare Solidity and Move, and understand how the EVM and MoveVM differ in design and execution.


---

# 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://supraoracles.gitbook.io/supra/network/evm/overview.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.
