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

# Introduction to Particle Auth

> Particle Auth acts as the core authentication and interaction component within Particle WaaS, powering wallet creation and management via social logins.

<img className="block dark:hidden" src="https://mintcdn.com/particlenetwork-fccf74d2/6t3be_URAYP_HKWb/social-logins/auth/images/particleauth.png?fit=max&auto=format&n=6t3be_URAYP_HKWb&q=85&s=52869bd72e8f1e83025d72e7765b37ba" alt="Particle Network Auth APIs." width="3840" height="2160" data-path="social-logins/auth/images/particleauth.png" />

<img className="hidden dark:block" src="https://mintcdn.com/particlenetwork-fccf74d2/6t3be_URAYP_HKWb/social-logins/auth/images/particleauth.png?fit=max&auto=format&n=6t3be_URAYP_HKWb&q=85&s=52869bd72e8f1e83025d72e7765b37ba" alt="Particle Network Auth APIs." width="3840" height="2160" data-path="social-logins/auth/images/particleauth.png" />

***

## Particle Auth the core component of Particle WaaS

**Particle Auth** is the core SDK for **wallet creation** and **account interaction**, powered by Particle’s Wallet-as-a-Service.

It supports **social logins** out of the box and gives you **full control over the UI and user flow** for a branded onboarding experience.

<Note>Do you want to include Account Abstraction features? Check out the <Link href="/aa/introduction">Account Abstraction</Link> section.</Note>

### Get Started

The SDK is available on **web, desktop, and mobile**, with support across major platforms.

***

<CardGroup cols={3}>
  <Card title="Web SDK" icon="code" href="/social-logins/auth/desktop-sdks/web">
    Interacting with Particle Auth within web applications using either JavaScript or TypeScript.
  </Card>

  <Card title="Unity (Desktop) SDK" icon="code" href="/social-logins/auth/desktop-sdks/unity">
    Interacting with Particle Auth within Desktop games made on Unity using C#.
  </Card>

  <Card title="Unity (Mobile) SDK" icon="code" href="/social-logins/auth/mobile-sdks/unity">
    Interacting with Particle Auth within Mobile games made on Unity using C#.
  </Card>

  <Card title="Android SDK" icon="code" href="/social-logins/auth/mobile-sdks/android">
    Interacting with Particle Auth on Android using Kotlin.
  </Card>

  <Card title="iOS SDK" icon="code" href="/social-logins/auth/mobile-sdks/ios">
    Interacting with Particle Auth on iOS using Swift or Objective-C.
  </Card>

  <Card title="Flutter SDK" icon="code" href="/social-logins/auth/mobile-sdks/flutter">
    Interacting with Particle Auth within applications made using Flutter.
  </Card>

  <Card title="React Native SDK" icon="code" href="/social-logins/auth/mobile-sdks/react">
    Interacting with Particle Auth within applications made using React Native.
  </Card>

  <Card title="Unreal Engine SDK" icon="code" href="/social-logins/auth/multi/unreal">
    Interacting with Particle Auth within applications made using Unreal Engine.
  </Card>

  <Card title="Cocos SDK" icon="code" href="/social-logins/auth/mobile-sdks/cocos">
    Interacting with Particle Auth within applications made using Cocos.
  </Card>
</CardGroup>
