Glossary Term
Custom Variables
User-defined placeholders that store session records (e.g. client names, selections) during active chatbot chats.
Detailed Definition
Custom variables act as session storage. The chatbot captures user inputs (like email, location, budget) inside a variable and calls it dynamically in subsequent messaging nodes using the `{{variable_name}}` formatting tag.