# Remix IDE

Remix is a powerful, open source tool that helps you write Solidity contracts straight from the browser. Written in JavaScript, Remix supports both usage in the browser and locally.

Remix also supports testing, debugging and deploying of smart contracts and much more.

Ethereum remix can be directly used along with metamask using harmony custom rpcs as described in [here](https://docs.harmony.one/home/developers/deploying-on-harmony/using-remix/ethereum-remix).

However, we also have forked Remix and customized to Harmony [here](https://ide.harmony.one/#optimize=false\&evmVersion=null). A guide for deploying smart contracts using Harmony Remix is provided [here](https://docs.harmony.one/home/developers/deploying-on-harmony/using-remix/deployment-using-remix).


---

# 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.harmony.one/home/developers/getting-started/remix-ide.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.
