diff --git a/mkdocs/achandling.md b/mkdocs/achandling.md
index 5df921f..b1953a9 100644
--- a/mkdocs/achandling.md
+++ b/mkdocs/achandling.md
@@ -598,6 +598,8 @@ portal.begin();
Since v1.0.0, AutoConnect supports a new attribute with each element that allows automatic transfer of input values across pages without sketching. AutoConnect will copy the input value of the elements declared as [global](apielements.md#global_2) to the same-named global elements on a different custom Web pages at the page transition timing.
+
+
The **global** attribute will be useful for echoing input values back to another custom Web pages. This copy operation can be performed between different types. (eg., copy value from AutoConnectInput to AutoConnectText) The following example reflects the input value of PAGE1 to the AutoConnectText field of PAGE2 without sketch code.
```cpp hl_lines="8 10 28 30"
diff --git a/mkdocs/images/global.svg b/mkdocs/images/global.svg
new file mode 100644
index 0000000..3121176
--- /dev/null
+++ b/mkdocs/images/global.svg
@@ -0,0 +1,524 @@
+
+
+
+