diff --git a/docs/Gateway Clients Guide/GatewayClientsGuide.md b/docs/Gateway Clients Guide/GatewayClientsGuide.md
index 9d698bb..f6d805a 100644
--- a/docs/Gateway Clients Guide/GatewayClientsGuide.md
+++ b/docs/Gateway Clients Guide/GatewayClientsGuide.md
@@ -2,6 +2,16 @@
sidebar_position: 1
---
+# Gateway Clients
+
+Gateway Clients are a core part of how RelaySMS works. They are phone numbers or devices located in areas with an active internet connection that act as a bridge between offline users and online platforms.
+
+When a user sends a message through RelaySMS without internet access, the message is delivered via SMS to a Gateway Client. The Gateway Client then forwards that message to an online server, where it is processed and published to the user’s selected platform.
+
+Within the app, Gateway Clients are listed under the Countries tab. Users must select a gateway in a region with internet connectivity to successfully send their messages.
+
+Gateway Clients can be set up using the DekuSMS app, and expanding their availability across different regions helps improve reliability, reduce costs, and ensure more users can stay connected during internet shutdowns.
+
# Hosting and Running Gateway Clients Guide
Follow this simple guide to set up and configure a Deku SMS Gateway Client on your Android device.
@@ -9,6 +19,7 @@ Follow this simple guide to set up and configure a Deku SMS Gateway Client on yo
## Requirements for Setting Up a Gateway Client:
### Android Device:
+
- Your device must be able to connect to the internet.
- It should have a SIM card capable of receiving SMS messages.
@@ -49,7 +60,7 @@ Once the app is installed, set it as the default SMS app on your Android device.
1. Tap on the menu dots in the top right corner of the routed messages page.
-2. Tap on the three dots in the top right corner of the Gateway clients messages page.
+2. Tap on the three dots in the top right corner of the Gateway Clients messages page.
3. Tap the three dots once more and choose **Add HTTPS Forwarders.**
### Step 5: Fill in the Required Information
diff --git a/i18n/en/code.json b/i18n/en/code.json
index d2d73fb..e81c6f8 100644
--- a/i18n/en/code.json
+++ b/i18n/en/code.json
@@ -316,7 +316,7 @@
"message": "Gateway Clients Guide"
},
"home.gateway.desc": {
- "message": "Set up and manage your SMS gateway"
+ "message": "Set up and manage your SMS Gateway"
},
"home.ios.title": {
"message": "Get Started with iOS"
@@ -362,4 +362,4 @@
"message": "This author has not written any posts yet.",
"description": "The text for authors with 0 blog post"
}
-}
\ No newline at end of file
+}
diff --git a/src/pages/index.js b/src/pages/index.js
index 49526fc..965656f 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -27,7 +27,7 @@ function HomepageHeader() {