diff --git a/content/roadmaps/102-devops/content/104-setting-up-x/102-forward-proxy.md b/content/roadmaps/102-devops/content/104-setting-up-x/102-forward-proxy.md
index ac3bc48d5..bfc271553 100644
--- a/content/roadmaps/102-devops/content/104-setting-up-x/102-forward-proxy.md
+++ b/content/roadmaps/102-devops/content/104-setting-up-x/102-forward-proxy.md
@@ -1 +1,13 @@
-# Forward proxy
\ No newline at end of file
+# Forward Proxy
+
+Forward Proxy, often called proxy server is a server that sits in front of a group of **client machines**. When those computers make requests to sites and services on the Internet, the proxy server intercepts those requests and then communicates with web servers on behalf of those clients, like a middleman.
+
+**Common Uses:**
+
+* To block access to certain content
+* To protect client identity online
+* To provide restricted internet to organizations
+
+Free Content
+What is Forward Proxy?
+Forward vs Reverse Proxy
\ No newline at end of file