# Managing Networks

## Networks overview

In the Networks page you have the list of all the Organization networks.

You can click on a network to edit it, or click the button "New Network" to start the creation of a new Network.

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

## Creating a Network

On the main Networks list page, click **New Network** button.

### Network details

In the **Network details** section add:

* **Name**: reference name for the Network
* **Address** 9optional): address of the Network, in case it corresponds to a physical location

### Network Managers

In the **Network Manager** section, you have the option to invite a Network Manager to Cusna to manage independently the accounts of the Network.

Click **Add New** button and enter the Manager detail to create a new Manager account.

Select **Select existing** for inviting an existing manager to manage also this Network.&#x20;

### WiFi configuration

In this section you need to configure some technical parameters that depends on the WiFi vendor you linked your Cusna account with.

The settings of this section are specific to each vendor.

#### VLAN Pools

For vendors that support VLANs as a method to creating Personal Area Network, this section offers the ability to define the VLAN pool form where the VLANs are selected.

<figure><img src="/files/qaHt4Ewcmu6srXsNDGdC" alt="" width="375"><figcaption></figcaption></figure>

### WiFi Portal branding

In this section you have the option to personalize the branding of the WiFi Portal

* **WiFi Portal header**: text that appears on top fo the WiFi Portal page..
* **Intro message**: message that appears right below the header in the portal.
* **Help text**: text that appears on the bottom of the WiFi Portal page. Can be used to inform residents on how to get help

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

## Editing a Network

Form the main table, you can select a network to edit some of its cofnigurations.

{% hint style="danger" %}
Changing the WiFi settings is not advisable as it might leave existing Accounts out of sync. However, we understand mistakes happens, especially durign the initial setup phase, so these options are editable. Use it with caution.
{% endhint %}


---

# 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.cusna.io/service-management/managing-networks.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.
