SupportCrisp
Support

Crisp

Add the Crisp live chat widget to your documentation site.

Crisp adds a live chat widget to your documentation so readers can message your team in real time. Enable the integration to display the Crisp chat box on all published pages.

Prerequisites

  • A Crisp account with a website configured

  • Your Crisp website 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 Crisp

Select Crisp and enter your website ID.

Publish

Click Publish to deploy the integration to your live site.

Configure via documentation.json

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

{
  "integrations": {
    "crisp": {
      "websiteId": "your_website_id"
    }
  }
}
PropertyTypeRequiredDescription
websiteIdstringYesYour Crisp website ID

Where to find your website ID

  1. Sign in to Crisp.

  2. Go to SettingsWebsite SettingsSetup Instructions.

  3. Copy the Website ID value.

What's next