Glossary
global variable
Also: global variables
A global variable is a variable every topic in your agent can read and write, written as Global.name. It keeps its value until the session ends or a "Clear variable values" node clears it. Global variables are also the only return path for values from connected agents. You care because leftover global values can silently misroute later turns.