# Togacha Docs > Documentation for Togacha, a modern Backend-as-a-Service platform for gacha games. ## Docs - [Credit a player balance for a currency](https://docs.togacha.com/api-reference/currencies/credit-a-player-balance-for-a-currency.md): Credits (adds) an amount to the authenticated player's balance for the specified currency. - [Get app currencies with player balances](https://docs.togacha.com/api-reference/currencies/get-app-currencies-with-player-balances.md): Retrieves all currencies available in the app, with the authenticated player's balance for each currency included. - [Logs in a player](https://docs.togacha.com/api-reference/players/logs-in-a-player.md): Logs a player into their account with email and password authentication. Organization and app are identified via the API key. - [Register a new player](https://docs.togacha.com/api-reference/players/register-a-new-player.md): Creates a new player account with email and password authentication. Organization and app are identified via the API key. - [Togacha Documentation](https://docs.togacha.com/index.md): Modern Backend-as-a-Service platform for gacha games. - [Quick Start](https://docs.togacha.com/quickstart.md): Get up and running with Togacha in minutes - [Authentication](https://docs.togacha.com/sdk/authentication.md): Register and login players using the Unity SDK - [Currencies & Balances](https://docs.togacha.com/sdk/currencies.md): Manage in-game currencies and player balances - [Installation](https://docs.togacha.com/sdk/installation.md): Add the Togacha Unity SDK to your project ## OpenAPI Specs - [openapi](https://docs.togacha.com/api-reference/openapi.yaml) ## Optional - [Website](https://togacha.com) - [Issues](https://github.com/Toaba/togacha-issue-tracker)