Setup and Config Sync
Before you write any game code, you need to point your project at a backend app.
This page walks through that first step:
- Sign in to Crowdy Studio.
- Pick an organization and app.
- Choose a backend.
- Run Config Sync to write the connection settings into your project.
Open Crowdy Studio
Open the editor management plane from one of:
- Tools, Crowdy SDK, Crowdy Studio
- The Crowded Kingdoms toolbar button
Crowdy Studio is a dockable editor tab, so you can leave it open while you work.

Sign in
Sign in on the Home page. You have two options:
- Account sign-in (email + password, magic link, or social provider; the dev sign-in was removed on 2026-08-20). Crowded Kingdoms provides you with various sign-in options. This gives you full authoring access, including game-plane authoring such as Teams and Channels. See Sign in.
- Organization token. This gives you management-only access. Token sign-in cannot do game-plane authoring.
For first-time setup, sign in with your account.

Pick an organization and app
Go to the Project page. This is where you select the app your project will connect to.
- Choose your organization.
- Choose an app within that organization.

Run Config Sync
Config Sync writes the selected app's settings into your project's settings. It writes:
- AppID
- OrgId
- The game API URLs for the chosen backend
Before it writes anything, Config Sync shows a before-and-after diff:
- The left side is what your project settings hold now.
- The right side is what they will hold after the sync.
Read the diff so you know exactly what changes. When the diff looks right, press Sync to Project. This applies the new values to your project settings.

The values land in the developer settings section:
[/Script/CrowdyReplication.CrowdySDKDeveloperSettings]
You can confirm them later in Project Settings, Plugins, Crowdy SDK.
Setup Wizard
If you prefer a guided path, use the Setup Wizard page in Crowdy Studio.
It walks you through the same steps in order: sign in, pick an organization and app, choose a backend, and run Config Sync.

Verify the connection
After Config Sync, the project knows which app to talk to.
You can check the live state during play on the Inspector page in Crowdy Studio, which is read-only and shows entity state during Play in Editor.
Next step
Set up a map profile so the SDK is active on your map.