> For the complete documentation index, see [llms.txt](https://support.closer.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.closer.app/guide/getting-deeper/force-new-user-everytime-in-widget.md).

# 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
});
```
