Adding details to Logic Actions and Templates
diff --git a/src/main/asciidoc/reference-guide/concepts/realms.adoc b/src/main/asciidoc/reference-guide/concepts/realms.adoc
index b79d075..2cd7554 100644
--- a/src/main/asciidoc/reference-guide/concepts/realms.adoc
+++ b/src/main/asciidoc/reference-guide/concepts/realms.adoc
@@ -62,6 +62,8 @@
 
 The values specified in the template are applied to entities belonging to that realm, hence this can be used as
 a mechanism for setting default values for attributes or external resources on entities.
+
+Logic Templates apply to all operations passing through the <<logic,logic layer>>, e.g. triggered by REST requests.
 ====
 
 ==== Realm Provisioning
@@ -73,8 +75,8 @@
 
 ==== LogicActions
 
-When Users, Groups or Any Objects get created, updated or deleted in a realm, custom logic can be invoked by
-associating the given realm with one or more <<implementations,implementations>> of the
+When Users, Groups or Any Objects get created, updated or deleted in a realm, custom logic can be invoked
+by associating the given Realm with one or more <<implementations,implementations>> of the
 ifeval::["{snapshotOrRelease}" == "release"]
 https://github.com/apache/syncope/blob/syncope-{docVersion}/core/provisioning-api/src/main/java/org/apache/syncope/core/provisioning/api/LogicActions.java[LogicActions^]
 endif::[]
@@ -82,3 +84,6 @@
 https://github.com/apache/syncope/blob/master/core/provisioning-api/src/main/java/org/apache/syncope/core/provisioning/api/LogicActions.java[LogicActions^]
 endif::[]
 interface.
+
+[NOTE]
+LogicActions apply to all operations passing through the <<logic,logic layer>>, e.g. triggered by REST requests.