diff --git a/docs/2.build/2.smart-contracts/anatomy/crosscontract.md b/docs/2.build/2.smart-contracts/anatomy/crosscontract.md
index c7ef0e2dd47..67b18abbb09 100644
--- a/docs/2.build/2.smart-contracts/anatomy/crosscontract.md
+++ b/docs/2.build/2.smart-contracts/anatomy/crosscontract.md
@@ -41,7 +41,16 @@ While making your contract, it is likely that you will want to query information
-
+
+
+
+Note that in order for that to work in Rust, you have to implement the interface of the contract you call:
+
+
+
+
@@ -66,6 +75,13 @@ Calling another contract passing information is also a common scenario. Below yo
+
+
+
+
+
+
+