> 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/enable-disable-networks.md).

# Enable/disable networks

### Enable/disable networks from the homepage

**Step 1**: On the SubWallet homepage, click on the Network section at the top of your screen.

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

**Step 2**: A popup screen will appear on the right side.&#x20;

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

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.

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

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

<figure><img src="/files/80BEQfZaVElARSdTzRJF" alt=""><figcaption></figcaption></figure>

### Enable/disable networks via the Settings section

**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**: 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.

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

**Step 4**: Once done, select the **Portfolio** tab on the sidebar to return to the homepage.

<figure><img src="/files/zsMRydKeTQ8ptXxk1LSn" 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/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.
