# Filter & Manage Network

### Filter Networks

Want to focus on one chain at a time? You can quickly filter your wallet view to only show tokens from a specific network.

Here’s how to do it:

1. Head to the top right corner of your wallet interface.
2. Click the dropdown labeled *All Networks*.
3. Choose the network you’d like to view (e.g., Ethereum, ICP, Solana).
4. Your wallet will automatically update to display only tokens from the selected chain.

{% hint style="info" %}
Note: You can only view one network at a time.
{% endhint %}

5. To reset your view and see everything again, just reopen the dropdown and select *All Networks*.

That’s it. One view, one chain, less noise.

***

### Manage Networks

Prefer a cleaner view? You can also hide networks you don’t use and keep them hidden:

Here’s how to do it:

1. Go to the left-hand menu and click on Settings.
2. Navigate to the Networks section.
3. Click Edit — a modal will appear with a list of networks and toggle switches.
4. Toggle off the networks you don’t want to see (or toggle on ones you do).
5. Press Save to update your settings.

Your wallet will now only show the networks you’ve chosen. Fewer distractions, smoother experience.


---

# 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.oisy.com/using-oisy-wallet/how-tos/filter-and-manage-network.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.
