> 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/network-management/customize-your-networks/enable-disable-networks.md).

# Enable/disable networks

### Enable/disable networks from the homepage

**Step 1**: Open the SubWallet extension and click on the fader icon at the top of the screen to get to the Customize asset display screen.

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

**Step 2**: Scroll down the list or type the network name in the search bar to find the network. Enable/disable that network by clicking the corresponding toggles.

<div><figure><img src="/files/ipxk2kAKq1d132RRDuFw" alt="" width="363"><figcaption></figcaption></figure> <figure><img src="/files/X6HbpeWAYrXpE0KObQJA" alt="" width="363"><figcaption></figcaption></figure></div>

**Step 3**: Once done, click the "**X**" button at the top left corner to exit the screen and return to the homepage.

### Enable/disable networks via the Settings section

**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/Nqa7itdjupHZrdFSkOqs" alt="" width="363"><figcaption></figcaption></figure>

**Step 3**: Scroll down the list or type the network name in the search bar to find the network. Enable/disable that network by clicking the corresponding toggles.

<div><figure><img src="/files/vV0wtAhcUu5ZZ6fVnPzB" alt="" width="363"><figcaption></figcaption></figure> <figure><img src="/files/ZeRy6agsbQXsz72KNAR8" alt="" width="363"><figcaption></figcaption></figure></div>

**Step 4**: Once done, click the "**<**" button at the top left corner to exit the screen; then, click the "**X**" button at the top right corner of the Settings screen to return to the homepage.


---

# 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/network-management/customize-your-networks/enable-disable-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.
