> ## Documentation Index
> Fetch the complete documentation index at: https://www.mintlify.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Front

> Integrate Front chat with your Mintlify documentation site so visitors can start customer support conversations directly from your docs pages.

Add the following to your `docs.json` file to add a [Front Chat](https://front.com) widget.

<CodeGroup>
  ```json Integration options in docs.json theme={null}
  "integrations": {
      "frontchat": "CHAT_ID"
  }
  ```

  ```json Example theme={null}
  "integrations": {
      "frontchat": "1365d046d7c023e9b030ce90d02d093a"
  }
  ```
</CodeGroup>


## Related topics

- [AWS Route 53 and CloudFront](/docs/deploy/route53-cloudfront.md)
- [Headless docs with a custom frontend](/docs/guides/custom-frontend.md)
- [Content Security Policy (CSP) configuration](/docs/deploy/csp-configuration.md)
