Every variable has a scope that determines where and when your bot can access it. Try restarting the conversation. Select in the Emulator, then send a message:Documentation Index
Fetch the complete documentation index at: https://botpress-ak-docs-20-document-updating-variables-from-outsid.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.

firstName is a Workflow variable—it keeps the same value for the current Workflow, then resets when the Workflow is done its execution. Since each new conversation re-executes the Main Workflow, the value resets every time.
Changing a variable’s scope
Let’s changefirstName to a User variable:
- In the Variables section, hover over
firstNameand select to edit it. - In the Scope drop-down, switch from Workflow to User.
- Select Save.






