# DEVELOPER GUIDES

- [Testnet Set Up](https://learn.mvs.org/developer-guides/testnet.md)
- [MetaverseVM Browser Extension - Testnet Version](https://learn.mvs.org/developer-guides/testnet/metaversevm-browser-extension.md)
- [Metamask - Testnet version](https://learn.mvs.org/developer-guides/testnet/metamask-testnet-version.md)
- [RPC](https://learn.mvs.org/developer-guides/testnet/rpc.md)
- [Substrate API Sidecar](https://learn.mvs.org/developer-guides/testnet/substrate-api-sidecar.md)
- [Transaction Construction and Signing](https://learn.mvs.org/developer-guides/testnet/transaction-construction-and-signing.md)
- [Smart Contracts](https://learn.mvs.org/developer-guides/smart-contracts.md)
- [Metaverse VM: An Ethereum Compatible VM](https://learn.mvs.org/developer-guides/smart-contracts/metaverse-vm-an-ethereum-compatible-vm.md)
- [Deploy a Contract in the MVM](https://learn.mvs.org/developer-guides/smart-contracts/metamask.md)
- [Assets](https://learn.mvs.org/developer-guides/assets.md)
- [Interact with an MRC-20 in MetaMask](https://learn.mvs.org/developer-guides/assets/interact-with-an-mrc-20-from-metamask.md)
- [Remote Procedure Calls](https://learn.mvs.org/developer-guides/remote-procedure-calls.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://learn.mvs.org/developer-guides.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.
