> 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/extension-user-guide/connect-dapps-and-manage-website-access/add-new-networks-unavailable-in-pre-defined-list-from-dapp.md).

# Add new networks unavailable in pre-defined list from dApp

{% hint style="info" %}
Currently, SubWallet supports adding new EVM & Substrate networks.
{% endhint %}

**Step 1:** Open the dApp you want to use, and then click on "Connect" to link it to your wallet.

Here, we are using [ChainList](https://chainlist.org/) as an example.

{% hint style="warning" %}
As ChainList is a list of EVM networks, MetaMask will be its default wallet for connecting. Therefore, if you want to connect via SubWallet, disable the MetaMask extension first.
{% endhint %}

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

**Step 2:** Select the network you want to add and click "**Connect Wallet**".

*In this example, we want to add the PulseChain network.*

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

**Step 3:** The SubWallet popup window will appear. Select the account(s) in which you want to add the network, then click "**Connect**".

<div><figure><img src="/files/MmGWKVZiicL7i4GLZ4Tn" alt="" width="363"><figcaption></figcaption></figure> <figure><img src="/files/73ZWeZsJtnUcrqcOItlf" alt="" width="363"><figcaption></figcaption></figure></div>

**Step 4**: Once you've selected the account(s), the initial popup will be closed, and another popup will appear, asking you to confirm the add network request. Check the request details, then click "**Approve**" to proceed.&#x20;

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

**Step 5**: You've successfully added a custom network from dApp! To find your newly added network, follow this [guide](/main/extension-user-guide/network-management/customize-your-networks/manage-custom-networks.md).

<figure><img src="/files/nzitapwYBkc49QExDAxU" alt="" width="363"><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/extension-user-guide/connect-dapps-and-manage-website-access/add-new-networks-unavailable-in-pre-defined-list-from-dapp.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.
