Adding a chat widget to your Mintlify docs lets readers ask questions, file support tickets, or talk to your team without leaving the page they’re reading. Most chat platforms provide a JavaScript snippet — Mintlify makes it easy to inject this on every page.Documentation Index
Fetch the complete documentation index at: https://product-guide-starter-replace-template-content.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Supported platforms
Mintlify has built-in support for several chat and support tools:- Intercom — Customer messaging platform with in-app chat, bots, and ticket creation.
- Crisp — Live chat and helpdesk with a generous free tier.
- Front — Team inbox with a chat widget for customer-facing support.
- Custom — Any widget that loads via a JavaScript snippet.
Set up Intercom
Find your App ID
Log in to Intercom and go to Settings → Installation → Web. Copy the App ID shown in the code snippet (the value after
app_id:).Set up a custom widget
For chat platforms not listed above, use a custom script to inject their snippet:Positioning and styling
Most chat widgets render in the bottom-right corner by default. Check your provider’s documentation for positioning options. You can also use custom CSS in yourstyle.css file to adjust the widget’s position relative to other page elements.