Quick Start Guide

Get CrispChat running on your website in just a few minutes.

1

Create Your Account

Sign up for a CrispChat account to get your unique Site ID. This ID connects your website to your CrispChat dashboard.

Go to Sign Up
2

Get Your Embed Code

After signing up, you'll receive a unique embed code. It looks like this:

<script src="https://www.crispchat.app/chatbot-embed.js?id=YOUR_SITE_ID"></script>

Replace YOUR_SITE_ID with your actual Site ID (e.g., CB-A1B2C3D4).

3

Add to Your Website

Paste the embed code just before the closing </body> tag on every page where you want the chat widget to appear.

<!DOCTYPE html>
<html>
<head>
  <title>Your Website</title>
</head>
<body>
  <!-- Your website content -->

  <!-- CrispChat Widget -->
  <script src="https://www.crispchat.app/chatbot-embed.js?id=YOUR_SITE_ID"></script>
</body>
</html>
4

Start Chatting

That's it! The chat widget will now appear on your website. Visitors can click the chat button to start a conversation, and you'll see their messages in your CrispChat dashboard.

Pro Tip

Keep your dashboard open to respond to chats in real-time. You'll see visitor information and chat history as they interact with your widget.

Platform-Specific Guides

Using a specific platform? Check out our detailed integration guides: