# Getting Started

Platforms generally provide a similar set of features, but some features may be missing on certain platforms.\
We deliver these features through our SaaS to allow games to fully realize their potential in player acquisition and retention, and consequently maximize monetization.

The service is under active development.\
At the moment (v1.28.0), [leaderboards](https://wiki.playgama.com/playgama/saas/leaderboards) are supported, and this list will be continuously expanded.

SaaS configuration is defined in the `playgama-bridge-config.json` file under the `saas` section.

### Setup

Obtain a public token for your application and add it to the `saas` section of the configuration file.

{% code title="playgama-bridge-config.json" %}

```json
{
  ...
  "saas": {
    "publicToken": "<YOUR_APP_PUBLIC_TOKEN>"
  }
}
```

{% endcode %}
