# Playgama Bridge Config

The best way to create a config file is to use the [config editor](https://playgama.github.io/bridge-config-editor/).

{% embed url="<https://playgama.github.io/bridge-config-editor>" %}

You can also add the `$schema` parameter to the config file, which will enable autocomplete in most modern IDEs.

```
{
    "$schema": "https://bridge.playgama.com/v1.27.0/schema.json"
}
```
