> ## Documentation Index
> Fetch the complete documentation index at: https://developer.suki.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Automatic User Onboarding

> Questions about automatic user registration and onboarding with Web SDK

Starting from version 2.0.0, the Suki SDK includes an **auto onboarding** feature to simplify the initial setup for new users. The SDK automatically creates a provider account the first time a new user interacts with it, eliminating the need for manual setup.

## How auto onboarding works

When the SDK is mounted, it uses the `patient.identifier` to check if a provider already exists in the Suki system:

* If the provider **does not exist**, the SDK will automatically create one.
* If the provider **already exists**, the SDK will use the existing provider data.

This behavior also extends to **new organizations**. If the specified organization does not exist, the SDK creates it automatically using the `providerOrgId` provided during SDK initialization.

<Note>
  To support auto onboarding of organizations, ensure that the `providerOrgId`
  is always provided during SDK initialization.
</Note>
