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

# Introduction

> Learn more about Playtolia for Unity and how to get started.

Playtolia is an SDK for mobile games that provides authentication, in-app purchases, virtual currencies, player profiles, social features, and push notifications. It handles the backend so you can focus on your game.

The Unity package wraps a cross-platform native library (Android + iOS) and exposes C# APIs. Once installed, it manages native dependencies and platform configuration automatically.

## Explore Features

<CardGroup cols={2}>
  <Card title="Authentication" icon="arrow-right-to-bracket" href="/for-unity/authentication">
    Login with Google, Facebook, Apple, Discord, email/password, or guest mode.
  </Card>

  <Card title="Account Management" icon="circle-user" href="/for-unity/account-management">
    Access and update player profiles — username, email, avatar, and more.
  </Card>

  <Card title="In-game Stores" icon="store" href="/for-unity/billing/in-game-stores">
    Sell consumables, non-consumables, and subscriptions with receipt validation.
  </Card>

  <Card title="Virtual Wallets" icon="wallet" href="/for-unity/billing/wallets">
    Manage multiple virtual currencies with real-time balance updates.
  </Card>

  <Card title="Entitlements" icon="certificate" href="/for-unity/billing/entitlements">
    Track premium unlocks, subscriptions, and time-limited access.
  </Card>

  <Card title="Social" icon="users" href="/for-unity/social">
    Friends, friend requests, and player search.
  </Card>
</CardGroup>

## Next Steps

<Card title="Getting Started" icon="sparkle" href="/for-unity/getting-started">
  Step-by-step integration guide for Unity.
</Card>
