# VPN Compatibility

Some users access our app while connected to a VPN. While most VPNs work fine, a few may block or interfere with important connections our app needs to function properly. Here’s what we’ve found to work best.

### ✅ VPNs That **Are Known to Work**

These VPNs have been community tested and consistently work with our app:

* **ExpressVPN**

***

### ⚠️ VPNs That **May Work**

These VPNs can work, but may require specific configuration:

* **V2RayN**
* **Clash VPN**
* **Other VPNs with a “TUN mode”** – enabling TUN mode tends to improve compatibility

***

> 💡 **Pro Tip:** If your VPN has a **“TUN mode”** option, turning it on usually makes it more compatible with our app — even on VPNs that already work well.

***

### 👋 Final Note

If you use a VPN not listed here and it works, you can contact us by:

* Dropping a message in the **#beta-testing** channel on our [Discord](https://discord.gg/w-ai) server
* Sending us an email at `support@w.ai`


---

# 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.w.ai/vpn-compatibility.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.
