> For the complete documentation index, see [llms.txt](https://docs.subwallet.app/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.subwallet.app/main/web-dashboard-user-guide/network-management/customize-your-networks/import-custom-networks.md).

# Import custom networks

**Step 1**: On the SubWallet homepage, select the **Settings** tab on the sidebar to get to the settings.

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

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

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

**Step 3**: Click on the "**+**" button at the top right corner of the screen to import a new network.

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

**Step 4**: Enter the network's provider URL. Once done, SubWallet will automatically detect the network name, token name (symbol), and network type.

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

{% hint style="info" %}
If you want to input more information, such as price ID, block explorer, and crowdloan URL, you're free to do so. You can check this article for more details.
{% endhint %}

*In this example, we are importing a network named "**Basecamp**", an EVM network with the token symbol "CAMP".*

{% hint style="info" %}
SubWallet currently supports WSS providers for Substrate networks and HTTP providers for EVM networks, so make sure you're importing a network with this type of provider.
{% endhint %}

Once done, click "**Save**" to successfully import the network.

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

**Step 5**: Find and use your network.

Once your network has been imported, you will be redirected to the "**Manage networks**" section. If you perform a search for your newly imported network, it will be found.

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.subwallet.app/main/web-dashboard-user-guide/network-management/customize-your-networks/import-custom-networks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
