Collaborative customer-comms inbox. The Chat channel loads a bottom-right widget on every docs page.
Configure
integrations.frontChatstringpathrequiredFront 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.cominscript-src.Removal: delete the
integrations.frontChatkey (or blank it in the dashboard) and redeploy — the script disappears on the next page load.
Related
Schema reference —
integrations— auto-generated field listing