# 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](/playgama/saas/leaderboards.md) 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 %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.playgama.com/playgama/saas/getting-started.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
