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"
}
}
}
| Property | Type | Required | Description |
|---|---|---|---|
websiteId | string | Yes | Your Crisp website ID |
Where to find your website ID
-
Sign in to Crisp.
-
Go to Settings → Website Settings → Setup Instructions.
-
Copy the Website ID value.
What's next
-
Analytics and Chat Integrations — overview of all supported integrations
-
Intercom — another live chat option for your documentation
-
Custom scripts — add scripts for tools not covered by built-in integrations
Last updated 1 day ago
Built with Documentation.AI