> For the complete documentation index, see [llms.txt](https://docs.vergeos-demo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vergeos-demo.com/run-the-platform/vpn/vpn-overview.md).

# VPN

VPN provides a secure communications tunnel over a public network for remote user access and site-to-site connections (e.g. branch offices that need to collaborate and share resources) VergeOS software provides WireGuard and IPsec functionality for VPN connectivity.

## VergeOS Site-to-Site VPN

A secure tunnel connection can be established between VergeOS sites or from a VergeOS site to a third-party WireGuard peer; reference the site-to-site instructions on: [**WireGuard**](/run-the-platform/vpn/wireguard-config.md). Example Site-to-Site WireGuard configurations can be viewed at [**WireGuard Configuration Examples**](/run-the-platform/vpn/wireguard-examples.md).

## VPN for Secure Remote User Access to a VergeOS Site

To configure a secure tunnel for remote users to access a VergeOS system, consult the WireGuard Configuration page: [**WireGuard**](/run-the-platform/vpn/wireguard-config.md) and the [**WireGuard Configuration Examples**](/run-the-platform/vpn/wireguard-examples.md) for sample remote access configurations.

## IPsec Site-to-Site with Third-party (for specific IPsec requirement)

IPsec functionality is provided for scenarios where VergeOS needs to interface with an IPsec device at another site (e.g. Cisco, pfSense, etc.) Information on creating a VPN tunnel to a third-party IPsec peer can be found at: [**IPsec Configuration**](/run-the-platform/vpn/ipsec.md)


---

# 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://docs.vergeos-demo.com/run-the-platform/vpn/vpn-overview.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.
