diff --git a/doc/example-clients/example-clients.md b/doc/example-clients/example-clients.md
new file mode 100644
index 0000000000000000000000000000000000000000..a6c58bfcd2029e0d87f1a921ab172e8919d1e9aa
--- /dev/null
+++ b/doc/example-clients/example-clients.md
@@ -0,0 +1,6 @@
+# Invoker and Provider CLI
+
+Check [Example Clients](https://labs.etsi.org/rep/ocf/example-clients) for further information.
+
+[OCF Web]: https://ocf.etsi.org/ "OCF Web"
+[OCF Documentation]: https://ocf.etsi.org/documentation/ "OCF Documentation"
diff --git a/mkdocs.yml b/mkdocs.yml
index 2fbddd7a2ec3ef22304a873319140974e876e223..388e06db4c956011bc89444f6f8ef500401b96b4 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -80,6 +80,8 @@ nav:
       - How to Run: ./gettingstarted/howtorun.md
   - SDK:
       - Introduction: ./sdk/sdk.md
+  - Example Clients:
+      - Introduction: ./example-clients/example-clients.md
   - Testing:
       - Test Plan: ./testing/testplan/README.md
       - Robot Framework: ./testing/robotframework/README.md