# Why Use a VPN

A VPN (Virtual Private Network) is a tool that helps protect your network traffic and reduce exposure of your online activity.

When you connect to the internet without a VPN, your IP address can be used to identify your location, network, and browsing patterns. Internet service providers and network operators are technically able to observe, log, or restrict traffic based on this information.

Using a VPN changes this model.

By encrypting your traffic and routing it through a VPN server, a VPN:

* makes it significantly harder to associate online activity with your real IP address
* prevents local networks and ISPs from inspecting traffic contents
* reduces tracking based on network-level identifiers
* helps bypass network restrictions and censorship

A VPN does not make users invisible, but it **adds a critical privacy layer** between the device and the internet, especially when combined with privacy-focused operating systems and services.

For users concerned with privacy, censorship, or network-level monitoring, a VPN is a foundational component of a secure connectivity setup.


---

# 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://conectum-portal.gitbook.io/conectum-portal-documentation/services/vpn/why-use-a-vpn.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.
