Skip to main content

Integrations

Front Chat

Wire Front Chat into every docs page — add your chat id to `integrations.frontChat` and the script loads on next deploy.

Collaborative customer-comms inbox. The Chat channel loads a bottom-right widget on every docs page.

Configure

integrations.frontChatstringpathrequired

Front Chat Chat ID. Script injects via <Script strategy="afterInteractive"> and loads from https://chat-assets.frontapp.com.

{
  "integrations": {
    "frontChat": "abc123"
  }
}

Where to find your chat id

Front → Settings → Channels → Front Chat → Installation → copy the chatId value.

Or set it from the dashboard — Editor → Configurations → AI & Advanced → Integrations.

Loading behavior

  • Strategy: afterInteractive — injected after page interactivity, so it never blocks first paint.

  • CSP: if you enforce a Content Security Policy, allowlist https://chat-assets.frontapp.com in script-src.

  • Removal: delete the integrations.frontChat key (or blank it in the dashboard) and redeploy — the script disappears on the next page load.

Related

Was this page helpful?

Last updated August 7, 2026