diff --git a/src/content/pages/knowledgebase/ios/v2ray.md b/src/content/pages/knowledgebase/ios/v2ray.md
new file mode 100644
index 000000000..1ecb342bd
--- /dev/null
+++ b/src/content/pages/knowledgebase/ios/v2ray.md
@@ -0,0 +1,42 @@
+---
+title: Obfuscation with V2Ray on iOS - IVPN Help
+h1: Obfuscation with V2Ray on iOS
+url: /knowledgebase/ios/v2ray/
+sections:
+ - ios
+sectionTitle: iOS
+layout: help-details
+weight: 50
+---
+# Obfuscation with V2Ray on iOS
+
+
+NOTE: Obfuscation with V2Ray on iOS is currently in beta.
+
+
+VPN obfuscation is a technique that masks VPN traffic to make it appear like standard internet traffic, helping to evade detection and bypass internet restrictions or censorship.
+
+When using WireGuard we offer the powerful V2Ray proxy protocol. It is available in two variants, you may find one is more performant and/or reliable depending on multiple variables relating to your location and the path your traffic takes to the VPN server. We recommend experimenting with both variants.
+
+## V2Ray protocols
+
+**V2Ray (VMESS/QUIC)** is a modern protocol designed to provide robust security and high performance, while reducing latency compared to traditional protocols. It makes your data appear as regular HTTPS traffic.
+
+**V2Ray (VMESS/TCP)** is a traditional, widely-used protocol that guarantees reliable, ordered data delivery. It makes your data appear as regular HTTP traffic.
+
+## Supported features on iOS
+
+* VPN protocols: WireGuard
+* V2Ray protocols: VMESS/QUIC, VMESS/TCP
+* Single and multi hop
+* WiFi network interface
+
+## Limitations and known issues
+
+* V2Ray does not work on mobile/cellular networks
+* When switching WiFi networks, VPN needs to be manually reconnected
+* Before connecting VPN + V2Ray, VPN without V2Ray needs to be connected; app does this automatically when V2Ray is enabled
+* App might fail to connect in the following cases:
+ * When using MultiHop
+ * When changing servers while the VPN is connected
+ * When switching QUIC and TCP protocols while connected
diff --git a/src/themes/ivpn-v3/layouts/pages/help-details.html b/src/themes/ivpn-v3/layouts/pages/help-details.html
index ea7fb2ed4..9e0540cce 100644
--- a/src/themes/ivpn-v3/layouts/pages/help-details.html
+++ b/src/themes/ivpn-v3/layouts/pages/help-details.html
@@ -18,7 +18,7 @@ Help Center
Windows
macOS
GNU/Linux
- iPad/iPhone
+ iOS
Android
Routers
Media Players
diff --git a/src/themes/ivpn-v3/layouts/pages/help.html b/src/themes/ivpn-v3/layouts/pages/help.html
index 878ec2edb..0b6efd439 100644
--- a/src/themes/ivpn-v3/layouts/pages/help.html
+++ b/src/themes/ivpn-v3/layouts/pages/help.html
@@ -18,7 +18,7 @@ Help Center
Windows
macOS
GNU/Linux
- iPad/iPhone
+ iOS
Android
Routers
Media Players