Set Up a Solution's Connections
Satisfy a solution's declared integration and config needs after install using the README, the Setup Required signal, and the Setup wizard.
Read the solution’s README first
Section titled “Read the solution’s README first”The README tab is the install page’s first tab. It carries the solution author’s setup notes — which integrations to connect, what each config value is for, and any one-time steps.
-
Open the install from Solutions and stay on the README tab.
-
Follow the author’s instructions before opening the Setup wizard.

Check the Setup Required signal
Section titled “Check the Setup Required signal”An install shows a Setup Required indicator on the install page whenever a required config value is unset or a declared integration does not yet exist. The install still completes — unmet connection and config needs are flagged, not blocking.
-
Open the install. A Setup Required warning and a Continue Setup button appear when anything is unmet.
-
Click Continue Setup to launch the Setup wizard.

Satisfy needs in the Setup wizard
Section titled “Satisfy needs in the Setup wizard”The wizard lists every declared requirement paired with whether it is satisfied. Two kinds appear:
- Config — a config value the solution reads. Required configs gate completion.
- Connection — an integration the solution calls via
integrations.get("..."). The need is satisfied once an integration with that name exists.
-
Open the wizard from Continue Setup. Each unmet item is shown with its key, type, and the author’s description.
-
For each unset config item, enter the value. Required items are marked; setup is not complete until every required config is set.
-
For each connection item, create or connect the named integration in Settings → Integrations, then return to the wizard — the item flips to satisfied once the integration exists.
-
When every required config is set and every declared integration exists, the wizard reports setup complete and the Setup Required signal clears.

Updating connections later
Section titled “Updating connections later”Solution-managed entities are read-only in the target environment. You set config values and connect integrations through the Setup wizard and Settings → Integrations — those are install-owned. The declarations themselves (which integrations and configs the solution requires) change only when the author re-deploys or the install auto-pulls a new version.