﻿# Quick Start Guide

This page provides a short entry path for integrating **Facade SDK**.
Use it to complete the shared first step, then continue with the platform-specific getting started guide.

## Step 1: Register on Acrobits Licensing Portal { #facade-licensing-portal-registration }

Register an account on [saas.acrobits.net](https://saas.acrobits.net/) to access the licenses and credentials required to use Facade SDK.

## Step 2: Add the SDK dependency

Use the platform-specific getting started guides for the dependency setup:

- Android: [Getting Started with Android Facade](getting-started-android.md)
- iOS: [Getting Started with iOS Facade](getting-started-ios.md)

## Step 3: Set up push notifications

To enable push functionality, configure push notifications for the platform you are developing for:

- [Android Push notifications](../pushes/android.md#android-push-notifications)
- [iOS Push notifications](../pushes/ios.md#ios-push-notifications)

## Step 4: Build and verify the SDK

- Android:
  Sync the project with Gradle so the SDK is fetched and available to the app.
- iOS:
  Build the Xcode project to verify that the dependency is integrated correctly.

After the initial verification, continue with the detailed platform guide and the example configuration in the getting started pages.