# Networks

Ever Wallet gives you the functionality to add and configure any TVM network.

## How to add a new network

1. Go to the network selection menu at the top of the main page of the extension
2. Click on `Configure networks`
3. Click `Add custom networks` at the bottom of the window
4. Enter the required network parameters and click `Add custom network`

<figure><img src="/files/7OyYqiYNZOCAN67GJsbM" alt=""><figcaption></figcaption></figure>

## How to edit added network

1. Go to the network selection menu at the top of the main page of the extension
2. Click on `Configure networks`
3. Select the network you want to edit and click on it
4. After making the changes, click `Apply changes`

<figure><img src="/files/8Yr4xUQHuQckwLSatBei" alt=""><figcaption></figcaption></figure>


---

# 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.everwallet.net/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.
