SupportIntercom
Support

Intercom

Add the Intercom Messenger widget to your documentation for live chat and support.

Intercom Messenger adds a live chat widget to your documentation site so readers can reach your support team directly. Enable the integration to display the Intercom chat bubble on all published pages.

Prerequisites

  • An Intercom account with Messenger configured

  • Your Intercom app ID

  • Publishing access to your documentation project

Configure from the Editor

Open Site Config

In the Editor, click Site Config in the top toolbar.

Navigate to Integrations

Select Integrations from the left sidebar.

Enable Intercom

Select Intercom and enter your app ID.

Publish

Click Publish to deploy the integration to your live site.

Configure via documentation.json

Add the intercom key under integrations in your documentation.json:

{
  "integrations": {
    "intercom": {
      "appId": "your_app_id"
    }
  }
}
PropertyTypeRequiredDescription
appIdstringYesYour Intercom app ID

This is your Intercom App ID (found under installation settings), not an API key. The App ID is a short alphanumeric string like abc123de.

Where to find your app ID

  1. Sign in to Intercom.

  2. Go to SettingsInstallationWeb.

  3. Copy the App ID displayed in the installation instructions.

What's next