> 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/ios.md).

# iOS

### 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" %}
This method only works with browsers. Apps won't route through the proxy this way. iOS also only supports `HTTP` proxies on Wi-Fi.
{% endhint %}

1. Make sure you're connected to a Wi-Fi network and open **Settings**.
2. Tap **Wi-Fi** and select your connected network.
3. Scroll down to the **HTTP Proxy** section and tap **Configure Proxy**.
4. Switch to **Manual**.
5. Fill in the following:
   * **Server:** `proxy.goproxies.com`
   * **Port:** `1080`
6. Enable **Authentication** and enter your credentials:
   * **Username:** `customer-your_username_here`
   * **Password:** your proxy password

{% hint style="info" %}
&#x20;If you're using IP whitelisting, you can skip the authentication step entirely.
{% endhint %}

7. Tap **Save**.
8. If a pop-up appears asking for credentials, tap **Settings** and re-enter your proxy authentication details.

#### Verify the Connection

Open a browser and go to [ip.goproxies.com](https://ip.goproxies.com). If the IP shown reflects your proxy location, you're all set.

#### Disable the Proxy

To turn the proxy off, go back to **Configure Proxy**, select **Off**, and tap **Save**.


---

# 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/ios.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.
