# Onboarding (/onboarding)

> For the complete documentation index, see [llms.txt](/llms.txt)





Onboard users into smart accounts with the auth method that fits your app — passkeys, social login, EOAs, or any third-party signer.

<CardGrid cols="2">
  <DocCard num="01" title="Create a Smart Account" description="Spin up your first Kernel smart account." href="/onboarding/create-a-smart-account" />

  <DocCard num="02" title="Auth Providers" description="Overview of supported authentication methods." href="/onboarding/auth-providers" />

  <DocCard num="03" title="Passkeys" description="Passwordless login with passkeys." href="/onboarding/passkeys/overview" />

  <DocCard num="04" title="Social Login" description="Onboard users with social accounts." href="/onboarding/social-login" />
</CardGrid>
