# Install WireGuard Client on Android Device

## Description

The guide here provides steps to install WireGuard App and activate the tunnel. This app allows users to create an encrypted VPN for secure communication.

## Pre-requisites

The user must possess an Android Phone. The user should reach out to the system administrator to generate the Wireguard conf file before proceeding with the installation.

## Steps

1. Search for "wireguard" in the Android Play Store.

<figure><img src="/files/368LpoCZ1enjkAejwv8s" alt=""><figcaption></figcaption></figure>

2. Install the WireGuard app, open it, and click on the + icon to add the tunnel.

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

3. A list of options will appear from the bottom of the app. Click the *Import from file or archive* option.

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

4. Select the WireGuard conf file provided by the system administrator. On successful tunnel creation, the tunnel name will appear at the top of the app.

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

5. Activate the tunnel in WireGuard.

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


---

# 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.openg2p.org/1.1/guides/user-guides/install-wireguard-app-and-activate-tunnel.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.
