For the complete documentation index, see llms.txt. This page is also available as Markdown.

Force new user everytime in widget

You can configure widget to always creating new user on init. It's really useful when having oauth configured.

closer.init({
  orgId: "00000000-0000-0000-0000-000000000000",
  forceNewUser: true
});

Last updated