# How to add and switch networks?

{% hint style="info" %}
NeoLine Chrome Extension now supports Neo X (EVM Network) and allows users to add any EVM network of their choice. \
\
**Customization can be done as follows:**
{% endhint %}

### Add Custom Networks

1. Click the network name at the top of the wallet homepage to enter the \[Networks] page.
2. Click \[Add network] at the bottom.
3. Select Neo N3 or Neo X (EVM Network).

<figure><img src="/files/0gYBPQqDoMRso0nHdsRd" alt=""><figcaption></figcaption></figure>

4. On the \[Add network(EVM)] page, enter the required information such as the Network Name, RPC URL and chain ID, then click \[Save].

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

{% hint style="info" %}
**Note:** \
1\. When adding a custom network, please make sure the information that you entered are sourced from credible authorities or trusted third-party providers.

2.Custom-added EVM networks will be displayed under Neo X (EVM Network).
{% endhint %}

### Switch Networks

Go to the wallet homepage and click the network name at the top to access the \[Networks] page, then select the network you wish to switch to.


---

# 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://tutorial.neoline.io/create-and-manage-neo-x-wallet/how-to-add-and-switch-networks.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.
