Files
Ethan Palm 4c31f3683c SEO: add keywords to pages (#1775)
* ai/ keywords

* api/ keywords

* components/ keywords

* create/ keywords

* customize/ keywords

* api-playground/ keywords

* dashboard/ keywords

* deploy/ keywords

* guides/ keywords

* insights/ keywords

* integrations/ keywords

* optimize/ keywords

* organize/ keywords

* root/ keywords

* rm temp files
2025-11-14 14:08:24 -08:00

24 lines
488 B
Plaintext

---
title: "Front"
description: "Connect Front chat for customer support conversations."
keywords: ["Front Chat", "chat widget integration", "chat ID", "customer conversations"]
---
Add the following to your `docs.json` file to add a [Front Chat](https://front.com) widget.
<CodeGroup>
```json Integration options in docs.json
"integrations": {
"frontchat": "CHAT_ID"
}
```
```json Example
"integrations": {
"frontchat": "1365d046d7c023e9b030ce90d02d093a"
}
```
</CodeGroup>