# Tooling

- [Tooling](https://evmdocs.acala.network/tooling/tooling.md)
- [Faucet](https://evmdocs.acala.network/tooling/faucet.md)
- [RPC adapter](https://evmdocs.acala.network/tooling/rpc-adapter.md): What is it and how to use it to debug your project
- [Chain explorer](https://evmdocs.acala.network/tooling/chain-explorer.md): Instructions on how to use the chain explorers of Acala EVM+
- [MetaMask](https://evmdocs.acala.network/tooling/metamask.md)
- [Connect to the network](https://evmdocs.acala.network/tooling/metamask/connect-to-the-network.md): Instructions on how to connect MetaMask to Mandala EVM+ in order to interact with the smart contracts deployed on it.
- [Simple transactions](https://evmdocs.acala.network/tooling/metamask/simple-transactions.md): Example on how to transfer ACA using MetaMask.
- [EVM playground](https://evmdocs.acala.network/tooling/evm-playground.md)
- [Deploy smart contracts](https://evmdocs.acala.network/tooling/evm-playground/deploy-smart-contracts.md): Instructions on how to deploy a smart contract using EVM playgrounds
- [Interacting with smart contracts](https://evmdocs.acala.network/tooling/evm-playground/interacting-with-smart-contracts.md): Instructions on how to use EVM playgrounds to interact with smart contracts deployed on Acala EVM+.
- [Remix IDE](https://evmdocs.acala.network/tooling/remix-ide.md): Introduction into using Remix IDE with Acala EVM+.
- [Deploying a smart contract](https://evmdocs.acala.network/tooling/remix-ide/deploying-a-smart-contract.md): Walk through on deploying a smart contract to Acala EVM+ using Remix IDE.
- [Interacting with the deployed smart contracts](https://evmdocs.acala.network/tooling/remix-ide/interacting-with-the-deployed-smart-contracts.md): Walk through on how to interact with an already deployed smart contract.


---

# 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://evmdocs.acala.network/tooling.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.
