Integrations and WorkflowsOverview
Integrations and Workflows

Integrations and Workflows

Connect analytics platforms, support widgets, and developer tools to your documentation site with zero-code configuration.

Documentation.AI includes built-in integrations for popular analytics, support, and developer tools. Provide your project ID or tracking key and publish — no custom scripts required.

Configure Analytics and Chat 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. A list of supported providers appears.

Enable an integration

Select the provider you want to connect and enter the required credential. Each provider displays a label indicating the expected value (for example, "GTM Container ID" or "Intercom App ID").

Publish

Click Publish to deploy the integration to your live site.

Configure via documentation.json

Add integrations directly to documentation.json if you manage configuration in version control:

{
  "integrations": {
    "gtm": {
      "tagId": "GTM-XXXXXX"
    },
    "posthog": {
      "apiKey": "phc_your_project_key",
      "apiHost": "https://us.i.posthog.com"
    },
    "intercom": {
      "appId": "your_app_id"
    }
  }
}

Developer Tools

Analytics

Track page views, user behavior, and product events with these providers.

Support and Chat

Add live chat and support widgets to your documentation.

Troubleshooting

Integration not appearing on the live site: Verify you have published after adding the integration. Check the browser developer console for script loading errors.

Ad blockers: Many analytics and chat scripts are blocked by browser ad-blocking extensions. This is expected behavior and does not indicate a configuration issue.

Wrong tracking ID: Double-check the exact property name and value format. For example, Google Tag Manager expects a tagId starting with GTM-, while Google Analytics expects a measurementId starting with G-.