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:
- Installation - Add the SDK to your website
- First Chatbot - Create your first conversation (Coming Soon)
- Configuration - Customize the widget (Coming Soon)
Quick Start
The fastest way to get started:
- Get your API key from Design Studio
- Add one script tag to your website
- 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
- Install the SDK
- Learn about API Configuration
- Explore Advanced Features