diff --git a/docusaurus.config.js b/docusaurus.config.js
index 819d33579e30b55d7daf619560e2447f9c0dfba3..c538f20a939e37159b53347a873b921ccc7a293b 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -31,6 +31,25 @@ module.exports = {
           href: "https://lab.frogg.it/users/sign_in",
         },
         {label: "S'enregistrer", position: "right", to: "/tarifs"},
+        {
+          type: "dropdown",
+          label: "Les services",
+          position: "right",
+          items: [
+            {
+              label: "Le Lab 🧪",
+              href: "https://lab.frogg.it/",
+            },
+            {
+              label: "Le Chat 💬",
+              href: "https://chat.froggit.fr/",
+            },
+            {
+              label: "Status ✔",
+              href: "https://status.froggit.fr/",
+            },
+          ],
+        },
       ],
     },
     footer: {