diff --git a/documentation/user/en/operate/monitor.md b/documentation/user/en/operate/monitor.md
index 8b9796690..e99f7765a 100644
--- a/documentation/user/en/operate/monitor.md
+++ b/documentation/user/en/operate/monitor.md
@@ -125,9 +125,10 @@ If you are using the Java remote client, you are suggested to provide the `clien
for all requests. The `requestId` is then provided by wrapping your code in a lambda passed to `executeWithRequestId`
method on evita_api/src/main/java/io/evitadb/api/EvitaSessionContract.java interface.
-
+
[Provide the client and request ids to the server](/documentation/user/en/operate/example/call-server-with-ids.java)
+
If you use embedded variant of evitaDB server there is no sense to provide `clientId` since there is only one client.
@@ -176,4 +177,4 @@ in [Logback](https://logback.qos.ch/index.html) this can be done using `%X{clien
%d{HH:mm:ss.SSS} %-5level %logger{10} C:%X{clientId} R:%X{requestId} - %msg%n
-```
\ No newline at end of file
+```