Embedded chatbots can now automatically start a fresh conversation after a set number of hours, so visitors on your site always get a clean slate without needing to click reset.
Why it matters: anonymous embed visitors had their conversations persisted in localStorage indefinitely, and the manual reset button isn't reachable from cross-origin host pages. Now you can keep conversations relevant, protect privacy on shared devices, and avoid stale context — all with zero custom JavaScript.
- Configure the reset window directly in the General settings tab with the new "Auto-reset conversations" field.
- Override the default per-embed using the ?resetAfterHours= URL parameter (decimals like 0.5 for 30 minutes are supported).
- Manual resets via the header button also restart the clock, keeping behavior consistent.
- Leave the setting empty to keep the existing indefinite-persistence behavior.