# Building on Aurora

Each Aurora Virtual Chain is running the Aurora Engine, which means that deploying contracts and interacting with your Virtual Chain is identical to Aurora Mainnet. And since Aurora is EVM compatible, it is also identical to interacting with Ethereum, Polygon, Base, Arbitrum or any other EVM chain.

You can find more information about building dapps on Aurora in the Aurora documentation: <https://doc.aurora.dev/>


---

# 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://aurora-labs.gitbook.io/aurora-cloud-documentation/build-on-your-virtual-chain/building-on-aurora.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.
