# Install WireGuard

WireGuard is a modern VPN that is simple to install and configure. Below, you will find step-by-step instructions on how to install and use WireGuard on both mobile and PC platforms.

## Installation on Mobile

### For Android

1. [Download the App](https://play.google.com/store/apps/details?id=com.wireguard.android\&hl=en_US): Go to the Google Play Store and search for "WireGuard". Download and install the app on your device.
2. Open WireGuard: Once installed, open the WireGuard app.
3. Add a Tunnel: Tap the "+" button to add a new tunnel. You can either create a new tunnel or import a configuration file.

### For iOS

1. [Download the App](https://apps.apple.com/us/app/wireguard/id1441195209): Visit the App Store, search for "WireGuard", and download the app to your device.
2. Launch the App: Open the WireGuard app on your iOS device.
3. Create or Import a Tunnel: Tap "Add a Tunnel" to either create one from scratch or import a configuration file that you have received.

## Installation on PC

### For Windows

1. [Download WireGuard](https://download.wireguard.com/windows-client/wireguard-installer.exe): Visit the official WireGuard website and download the Windows installer.
2. Run the Installer: Execute the downloaded file and follow the on-screen instructions to install WireGuard.
3. Open WireGuard: Launch the WireGuard application from your Start menu.
4. Add a Tunnel: Click "Add Tunnel" and choose to create a new one or import an existing configuration.

### For macOS

1. [Download WireGuard](https://itunes.apple.com/us/app/wireguard/id1451685025?ls=1\&mt=12): Go to the Mac App Store or the WireGuard website to download and install the app.
2. Install the App: Follow the installation instructions provided.
3. Launch WireGuard: Open the application from your Applications folder.
4. Configure a Tunnel: Click "+" to add a new tunnel, either by creating one manually or importing a configuration file.

### For Linux

1. [Install WireGuard](https://www.wireguard.com/install/): Use your distribution's package manager to install WireGuard. For example, on Ubuntu, you can use the command sudo apt install wireguard.
2. Load the Module: Ensure that the WireGuard kernel module is loaded using sudo modprobe wireguard.
3. Configure the Tunnel: Create or import a configuration to establish a tunnel.


---

# 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://qubitvpn.gitbook.io/qubitvpn-docs/how-to-use/install-wireguard.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.
