Our agents work with several tabs open at the same time, one per conversation, so they can move between contacts quickly. Because the tabs fall out of sync, an agent either acts on outdated information or has to refresh constantly. In practice this creates a real risk of two replies going to the same contact, or of an agent not seeing that a reply has already been sent from another tab. Request Could conversation state be pushed to all open sessions in real time, or at minimum revalidated automatically when a tab regains focus? A refetch on the visibilitychange event would already resolve most of it, even without full multi-session push. Question Is the current behaviour expected, or is the socket connection dropped for background tabs and not re-established on focus? If there is a supported way to keep multiple tabs in sync today, we would be glad to hear it. Environment: Chrome (current stable), Windows 11, multiple tabs on the same workspace and user account.