diff --git a/README.md b/README.md
index aa18801d25933ef4dd10a1928da645ba1e30c92f..348de9b2b267e313996ebb47593842a1532b8d85 100644
--- a/README.md
+++ b/README.md
@@ -4,3 +4,29 @@ Website links to HFT projects and to Drees & Sommer website who have cooperated
 
 Visit the demonstrator website at: [https://citydemonstrator.hft-stuttgart.de](https://citydemonstrator.hft-stuttgart.de)
 
+## Adding new Keywords
+File name: demos.html 
+Example: Mobility
+```html
+
+<section id="Mobility" class="hero d-flex align-items-center">
+    <div class="container">
+        <div>
+        <h4 data-aos="fade-up " data-aos-delay="400 " style="color: red; font-weight: 900;">
+            Mobility
+        </h4>
+        <div data-aos="fade-up " data-aos-delay="600 ">
+            <div>
+            <iframe
+                position="relative"
+                width="100%"
+                height="600"
+                src="https://ugl.hft-stuttgart.de/demos.html?keyword=Mobility"
+            ></iframe>
+            </div>
+        </div>
+        </div>
+    </div>
+</section>
+```
+
diff --git a/public/demos.html b/public/demos.html
index 06bc0834472e83b32101c1da6f2cc0927e71d744..fddecbd7b2ddfeb6f2b85d9fab6621241e3ac1e0 100644
--- a/public/demos.html
+++ b/public/demos.html
@@ -185,7 +185,7 @@
                   position="relative"
                   width="100%"
                   height="600"
-                  src="https://ugl.hft-stuttgart.de/demos.html?keyword=SensorThings%20API"
+                  src="https://ugl.hft-stuttgart.de/demos.html?keyword=Mobility"
                 ></iframe>
               </div>
             </div>