# Manually add a new network to your wallet

Metamask :fox: and other multi-EVM wallets allow you to add networks manually, which is useful if the process of automatically adding a network fails for some reason or if you prefer to add networks manually.

### **Adding a network manually**&#x20;

At [chainlist.org](https://docs.blinkgalaxy.com/learning-station/connect-to-bnb-chain-polygon-or-any-evm/www.chainlist.org), you can find multiple networks and even multiple RPCs for the same chain.&#x20;

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

Search for the network that interests you and add it automatically by connecting your wallet, or manually add the network to MetaMask using the data provided by the website itself.&#x20;

&#x20;

The parameters you need to enter to add any EVM network are as follows: &#x20;

* **Network Name:** Network name, you can identify it however you want.&#x20;
* **Network RPC URL:** Networks usually have multiple entry points (RPC).&#x20;
* **Chain ID:** The number that identifies the network.&#x20;
* **Symbol/Currency:** BNB, ETH, MATIC...etc&#x20;
* **Block Explorer (Optional):** The link to the blockchain explorer.&#x20;


---

# 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.blinkgalaxy.com/learning-station/connect-to-bnb-chain-polygon-or-any-evm/manually-add-a-new-network-to-your-wallet.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.
