Skip to main content

Getting Started

Get up and running with DialogKit ChatBox SDK in minutes.

What You'll Learn

This section covers everything you need to start embedding conversational experiences on your website:

Quick Start

The fastest way to get started:

  1. Get your API key from Design Studio
  2. Add one script tag to your website
  3. That's it! Your conversational flow is live
<script
src="https://cdn.dialogkit.io/chatbox-sdk.min.js"
data-api-key="YOUR_API_KEY"
></script>

Prerequisites

Before you begin:

  • A DialogKit account (sign up here)
  • At least one published flow in your Design Studio
  • Basic HTML knowledge

Next Steps

  1. Install the SDK
  2. Learn about API Configuration
  3. Explore Advanced Features