diff --git a/README.md b/README.md
index 6c4bb77..96d0aee 100644
--- a/README.md
+++ b/README.md
@@ -155,32 +155,32 @@ Your support means the world to us, and together, we can make MiroTalk Live Broa
---
-## Other MiroTalk projects:
+## Diving into Additional MiroTalk Projects:
-MiroTalk C2C
+MiroTalk SFU
-[MiroTalk C2C](https://github.com/miroslavpejic85/mirotalkc2c) `peer to peer` real-time video conferences, optimized for cam 2 cam. Unlimited time, unlimited rooms each having 2 participants.
+Try also [MiroTalk SFU](https://github.com/miroslavpejic85/mirotalksfu) `selective forwarding unit` real-time video conferences, optimized for large groups. `Unlimited time, unlimited concurrent rooms` each having 8+ participants, up to ~ 100 per single CPU.
MiroTalk P2P
-
+
-[MiroTalk P2P](https://github.com/miroslavpejic85/mirotalk) `peer to peer` real-time video conferences, optimized for small groups. Unlimited time, unlimited rooms each having 5-8 participants.
+Try also [MiroTalk P2P](https://github.com/miroslavpejic85/mirotalk) `peer to peer` real-time video conferences, optimized for small groups. `Unlimited time, unlimited concurrent rooms` each having 5-8 participants.
-MiroTalk SFU
+MiroTalk C2C
-[MiroTalk SFU](https://github.com/miroslavpejic85/mirotalksfu) `selective forwarding unit` real-time video conferences, optimized for large groups. Unlimited time, unlimited rooms each having 8+ participants.
+Try also [MiroTalk C2C](https://github.com/miroslavpejic85/mirotalkc2c) `peer to peer` real-time video conferences, optimized for cam 2 cam. `Unlimited time, unlimited concurrent rooms` each having 2 participants.
@@ -189,7 +189,7 @@ Your support means the world to us, and together, we can make MiroTalk Live Broa
-[MiroTalk WEB](https://github.com/miroslavpejic85/mirotalkwebrtc) rooms scheduler.
+Try also [MiroTalk WEB](https://github.com/miroslavpejic85/mirotalkwebrtc) a platform that allows for the management of an `unlimited number of users`. Each user must register with their email, username, and password, after which they gain access to their `personal dashboard`. Within the dashboard, users can `manage their rooms and schedule meetings` using the desired version of MiroTalk on a specified date and time. Invitations to these meetings can be sent via email, shared through the web browser, or sent via SMS.
diff --git a/docs/coturn.md b/docs/coturn.md
index 2f0f547..35a28d1 100644
--- a/docs/coturn.md
+++ b/docs/coturn.md
@@ -1,11 +1,11 @@
# Install Coturn STUN/TURN server
-#### What are STUN and TURN in the context of network communication?
+### What are STUN and TURN in the context of network communication?
-https://docs.mirotalk.com/coturn/stun-turn/
+[https://docs.mirotalk.com/coturn/stun-turn/](https://docs.mirotalk.com/coturn/stun-turn/)
-#### How can I set up and configure my own STUN and TURN servers?
+### How can I set up and configure my own STUN and TURN servers?
-https://docs.mirotalk.com/coturn/installation/
+[https://docs.mirotalk.com/coturn/installation/](https://docs.mirotalk.com/coturn/installation/)
---
diff --git a/docs/ngrok.md b/docs/ngrok.md
index c99e8eb..f010890 100644
--- a/docs/ngrok.md
+++ b/docs/ngrok.md
@@ -1,11 +1,11 @@
# MiroTalk BRO - Ngrok
-#### What is the purpose and functionality of Ngrok?
+### What is the purpose and functionality of Ngrok?
-https://docs.mirotalk.com/ngrok/ngrok/
+[https://docs.mirotalk.com/ngrok/ngrok/](https://docs.mirotalk.com/ngrok/ngrok/)
-#### How to exposing MiroTalk BRO with Ngrok?
+### How to exposing MiroTalk BRO with Ngrok?
-https://docs.mirotalk.com/mirotalk-bro/ngrok/
+[https://docs.mirotalk.com/mirotalk-bro/ngrok/](https://docs.mirotalk.com/mirotalk-bro/ngrok/)
---
diff --git a/docs/self-hosting.md b/docs/self-hosting.md
index 1523497..088292e 100644
--- a/docs/self-hosting.md
+++ b/docs/self-hosting.md
@@ -1,7 +1,7 @@
# MiroTalk BRO - Self Hosting
-#### How can I self-host MiroTalk BRO on my own server?
+### How can I self-host MiroTalk BRO on my own server?
-https://docs.mirotalk.com/mirotalk-bro/self-hosting/
+[https://docs.mirotalk.com/mirotalk-bro/self-hosting/](https://docs.mirotalk.com/mirotalk-bro/self-hosting/)
---