# Network Management

Nova Spektr allows the user to operate with more than 65 Substrate-based chains including Polkadot and Kusama. Being an Enterprise application, Nova Spektr network management is flexible, it contains the following set of features:

1. Enable and disable networks.
2. Presets of **RPC nodes** for all networks.
3. **Custom** RPC nodes.
4. **Light Clients** for Polkadot & Kusama.

Please check the table below for a detailed explanation of Connection types.

<table data-full-width="false"><thead><tr><th>Connection type</th><th>What does it mean</th><th>Available for chains</th></tr></thead><tbody><tr><td>Auto Balance (default connection type)</td><td>Select one of the RPC nodes for connection. If the RPC connection fails then select another node and set the connection.</td><td>All</td></tr><tr><td>RPC node</td><td>Connect to the concrete RPC node. If connection fails the Nova Spektr attempts to reconnect to the selected RPC node.</td><td>All</td></tr><tr><td>Light Client</td><td>Use Light Client (<a href="https://wiki.polkadot.network/docs/build-substrate">Substrate Connect</a>) for the network connection.</td><td>Polkadot, Kusama</td></tr></tbody></table>

To open network management, click on the **Settings** in the main menu and then open the **Network** item.


---

# 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.novaspektr.io/settings/network-management.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.
