# Configure (Manual)

## Add Manually

### Step #1

Click on the dropdown bar that would typically show your last connected network.

<img src="/files/p7BXXHlavUxWy6ciJD8A" alt="" data-size="original">

You should see a drop-down menu. Click the `Add Network` button and a new tab will open where you can manually enter Findora's network settings.

<figure><img src="/files/esjOOmMYgqRV5KpY2kko" alt=""><figcaption></figcaption></figure>

### **Step #2**

Use the details below to configure Metamask and connect to Findora’s EVM network.&#x20;

| Field    | Mainnet                           | Testnet                                      |
| -------- | --------------------------------- | -------------------------------------------- |
| Chain ID | 2152                              | 2153                                         |
| RPC      | <https://rpc-mainnet.findora.org> | <https://prod-testnet.prod.findora.org:8545> |
| Explorer | <https://evm.findorascan.io>      | <https://testnet-anvil.evm.findorascan.io/>  |

For example, if you would like to connect to the Anvil Testnet, your Metamask should be configured like this:

<figure><img src="/files/87UVp6ChR54tTJrp7xaY" alt=""><figcaption></figcaption></figure>

Click on the `Save` button and you should have a screen like this and be ready to go!

![](/files/Wj6qZLO8PWmiEWrcaEo7)


---

# 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.findora.org/general-user-materials/use-wallets/metamask/configure-manual.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.
