> For the complete documentation index, see [llms.txt](https://pango.gitbook.io/paas/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pango.gitbook.io/paas/console-details/project-settings/vpn/client-networks.md).

# Client Networks

By setting up a network with this feature, the VPN will be automatically turned on or off depending on what rule is set for the network.

You can create and manage a list of rules (common to all users)

## **Actions**

### **Adding a rule**

If you are going to add a new network rule to the project, you need to do the following steps:

1. Click "<img src="/files/-M6as_C6h43arRVNKgTa" alt="" data-size="line">**Add**". You will see a new form:

![Add client network dialog](/files/-M6bR69MHa5VQPMrpJIV)

2. Select Type of Network. The options are **WIFI**, **WWAN** (Mobile Phone Network) or **LAN** (Ethernet). If **WIFI** is chosen, another dialog will appear:

![Add client network dialog](/files/-M6bRdNAX7xRxYf1e7XL)

* Enter a **SSID** (Name of the WiFi network) or a **BSSID** (MAC address of the Wi-Fi network). Optional field.
* Authorized options are **Yes**, **No** or **Does not matter** (if the network has a password).
* Finally, pick the **Action** option. Either select **enable** or **disable**, to automatically turn on the VPN (enable) or turn off the VPN when this network is used.

3. Click **Save** to add new rule. As a result, you will see the new rule in the list of rules:

![Client network overview](/files/-M6bSxDsybGxk2zfV2Uc)

### **Download a list of rules**

Selecting this action (<img src="/files/-M6bHW7VD9b9u-LeuMsr" alt="" data-size="line">Download) will cause the list of networks to be downloaded as a JSON file onto your device.

### **Editing a rule**

Just click the <img src="/files/-M6atk86ByRh9GKWtJuR" alt="" data-size="line"> button to the right of the name of a network that you want to modify. Make sure to click **Save** after changing a rule.

### **Deleting a rule**

Click on the <img src="/files/-M6axeQocKfSIPIp5IMx" alt="" data-size="line"> button that is on the right of the network that needs to be deleted.

### **Rule priority**

In the picture below, BobsNetwork is in the first line as well as the second. The higher on this list, the higher the priority of a rule of the network is. In this situation, BobsNetwork will have the VPN enabled and will ignore the second line where the VPN is disabled.

![Client network overview](/files/Y4O3OoiiyBNg9jBbyKZQ)

### **Changing order of the Networks**

The order of these networks can be easily changed. Just click the number to the left of the network and drag it where you want it to be.


---

# 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:

```
GET https://pango.gitbook.io/paas/console-details/project-settings/vpn/client-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.
