# SaaS (beta)

Some platforms do not provide every feature that Bridge supports. Playgama SaaS fills those gaps with platform-independent services for acquisition, retention and monetization.

The service is under active development. At the moment, SaaS supports [leaderboards](/playgama/sdk/getting-started-1/leaderboards.md); more features will be added over time.

Use the [config editor](https://playgama.github.io/bridge-config-editor/) to create or update `playgama-bridge-config.json`. SaaS settings are configured under the `saas` section.

### Setup

Get a public token for your application and add it to the `saas` section in the config editor:

{% 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/sdk/getting-started-1.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.
