> For the complete documentation index, see [llms.txt](https://docs.goproxies.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.goproxies.com/proxies/integrations/operating-systems/android.md).

# Android

#### Requirements

Before getting started, ensure that:

* No other VPN or proxies are active.
* You have your GoProxies endpoint ready, e.g. `proxy.goproxies.com:1080`
* Your GoProxies subuser (also called API User) username and password.

#### Wi-Fi Setup

{% hint style="info" %}
&#x20;Steps may vary slightly depending on your Android version and device model.
{% endhint %}

{% hint style="info" %}
This method only works with browsers. If you need apps to route through the proxy, use the Mobile Data Setup below.
{% endhint %}

1. Open **Settings** and go to **Connections** or **Network & Internet**. ![](/files/HsXTribBIec1u6FblLEm)![](/files/C9fjvHDWASETuzHocsfu)
2. Tap **Wi-Fi**, select your connected network, then tap the gear icon.![](/files/L85ZvqCHKCDCnYuqL5nT)
3. Open **Advanced Settings** — this may also appear as **Modify network** or **View more** depending on your device.
4. Under **Proxy**, select **Manual**.\
   ![](/files/6nY2BUsSPZ3oXBJn1OGL)
5. Fill in the following:
   * **Proxy hostname:** `proxy.goproxies.com`
   * **Proxy port:** `1080`
6. Tap **Save**.

#### Verify the Connection

Open a browser and go to [ip.goproxies.com](https://ip.goproxies.com). If prompted for credentials, enter your subuser username and password and tap **Sign In**. If the IP shown reflects your proxy location, you're all set.\
![](/files/oHJzuj540D34zVH1G0ec)![](/files/lZme6ihJRJDLHq8AaJ5Q)

***

#### Mobile Data Setup

{% hint style="info" %}
Steps may varyslightly depending on your Android version and device model.
{% endhint %}

1. Go to **Settings → Connections** (or **Network & Internet**) **→ Mobile Networks**.
2. Tap **Access Point Names (APN)** and select your active APN.
3. Fill in the following:
   * **Proxy:** `proxy.goproxies.com`
   * **Port:** `1080`
4. Enter your credentials:
   * **Username:** `customer-your_username_here`
   * **Password:** your proxy password
5. Tap the three vertical dots in the top-right corner and select **Save**.
6. Toggle **Mobile Data** off and back on to apply the changes.

#### Verify the Connection

Open a browser and go to [ip.goproxies.com](https://ip.goproxies.com). Enter your credentials if prompted, then confirm the IP reflects your proxy location.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.goproxies.com/proxies/integrations/operating-systems/android.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
