Automation Editor
...
Building Automations
AI chatbots
Browser storage
1min
The Automation Chat Widget has actions that save and fetch data stored in the chat widget user's browser:

The data is stored in the browser's Local Storage, associated with the domain hosting the web page with the chat widget. Unlike Conversation memory, the saved data is accessible even if the user reloads the web page or if they access another chat widget placed on a different web page in the same domain.
Stored data can be configured to expire after a specified number of hours:

If the setting is zero, the data never expires.
If one of the get actions is used to fetch a value and the data has expired, no value will be returned.