diff --git a/guide/english/web-performance/website-monitoring/real-user-monitoring/index.md b/guide/english/web-performance/website-monitoring/real-user-monitoring/index.md
index 8294b84287..df88fcbc71 100644
--- a/guide/english/web-performance/website-monitoring/real-user-monitoring/index.md
+++ b/guide/english/web-performance/website-monitoring/real-user-monitoring/index.md
@@ -3,12 +3,13 @@ title: Real User Monitoring
---
## Real User Monitoring
-This is a stub. Help our community expand it.
+Real User Monitoring is a passive monitoring technology that is used to record all user interaction with a website or client interacting with a server or cloud-based application. Passive monitoring can be very helpful in troubleshooting performance problems once they have occured.
-This quick style guide will help ensure your pull request gets accepted.
+Real User Monitoring(RUM) functions by collecting a website or app's performance measures straight from the browser of the end user. Javascript is embedded in each page for this purpose and it collects data as a user explores the page and transfers the data for the analysis.
-
+RUM is different from Synthetic monitoring. Synthetic moitoring is active web monitoring where as RUM is a form of passive web monitoring. So, unlike synthetic monitoring, RUM never rests.
+
+For more details on RUM, how it works, its examples and how it is different from Synthetic monitoring, you can visit this link .
#### More Information:
-
Real User Monitoring Wikipedia Article