# Manage custom networks

**Step 1**: Open the SubWallet extension and click on the <img src="/files/Fa0WkuZAMjnP5zVvAdmq" alt="" data-size="line"> icon at the top left corner to get to the Settings section.

<figure><img src="/files/ZKf20FeWFYaHlJWqZP5H" alt="" width="362"><figcaption></figcaption></figure>

**Step 2**: In the Settings section, choose "**Manage networks**".

<figure><img src="/files/bxnRZwq81UbqcQF2a9sz" alt="" width="363"><figcaption></figcaption></figure>

**Step 3**: Scroll down the network list or type the name to find your custom network.

*In this example, we will manage the "**Filecoin - Mainnet**" network - an EVM network.*

<figure><img src="/files/hWhGXtEaM5fvgjp5ah3H" alt="" width="363"><figcaption></figcaption></figure>

Depending on what suits your needs, choose the appropriate tab:

{% tabs %}
{% tab title="Edit network information" %}
{% hint style="warning" %}
Once a network is imported onto SubWallet, you can only edit its information by:

* Adding another network's provider URL
* Adding the network's block explorer
  {% endhint %}

**Step 4**: Click the pencil icon to get to the Network detail screen.

<figure><img src="/files/JQ0OThTgTb6ZlRZNAGwK" alt="" width="363"><figcaption></figcaption></figure>

**Step 5**: In the Network detail screen, add another provider URL or add the network's block explorer.

{% hint style="info" %}
To add another provider URL, click on the "**+**" button at the upper right corner of the screen, then add your selected provider URL. Once done, click "**Save**".

<img src="/files/zVBWTY0ftsS38LitMqSU" alt="" data-size="original"><img src="/files/FjkUxiv7yG0Dtz8cZ0rF" alt="" data-size="original">
{% endhint %}

{% hint style="info" %}
To add the network's block explorer, enter the corresponding explorer's site in the **Block explorer** field. Once done, click "**Save**".

<img src="/files/70FGNpn90EBL6SBnEupq" alt="" data-size="original"><img src="/files/fTyCRycTXf1FzTRZuuyp" alt="" data-size="original">
{% endhint %}
{% endtab %}

{% tab title="Remove custom networks" %}
**Step 4**: Find the network you wish to remove and disable the toggle next to its name.

<figure><img src="/files/SECd78PbNtg6HBQmklK3" alt="" width="363"><figcaption></figcaption></figure>

**Step 5**: Click the pencil icon to get to the Network detail screen.

<figure><img src="/files/cCHVNmWhZniH5qpWMGK7" alt="" width="363"><figcaption></figcaption></figure>

**Step 6**: In the Network detail section, click the bin icon at the top right corner of the screen.

<figure><img src="/files/hkAam6rGheHzAxI98ypN" alt="" width="363"><figcaption></figcaption></figure>

**Step 7**: A pop-up screen will appear. Choose "**Remove**" to confirm the removal.

<figure><img src="/files/rVdMVtXl7zfDXVsb641E" alt="" width="363"><figcaption></figcaption></figure>

You've successfully removed the network! It won't be found in the network list anymore.

<figure><img src="/files/jWpBpRqN0TDzMqXeGhFu" alt="" width="363"><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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.subwallet.app/main/extension-user-guide/network-management/customize-your-networks/manage-custom-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.
