<%- include("partials/layout-top", { title }) %>
<%- include("partials/page-header", { eyebrow: "Get started", pageTitle: "Initial setup", description: "Enable the platforms you plan to use, then configure each connection." }) %>

Once at least one platform is configured, you can log in and manage everything from the WebUI.

<% (platforms || []).forEach((platform) => { %>

<%= platform.label %>

<% if (!platform.supported) { %>

Support coming soon.

<% } else { %>

Run the guided setup for <%= platform.label %>.

Start <%= platform.label %> setup <% } %>
<% }) %>
<%- include("partials/layout-bottom") %>