Skip to main content

Your First Chatbot

Coming Soon

This documentation is currently being written. Check back soon!

Overview

Learn how to create your first conversational flow from scratch.

Step-by-Step Guide

  1. Design Your Flow in Design Studio
  2. Publish Your Flow
  3. Get Your API Key
  4. Add SDK to Website
  5. Test Your Chatbot

Quick Example

<!DOCTYPE html>
<html>
<head>
<title>My First Chatbot</title>
</head>
<body>
<h1>Welcome to My Site</h1>

<script
src="https://cdn.dialogkit.io/chatbox-sdk.min.js"
data-api-key="YOUR_API_KEY"
></script>
</body>
</html>

What You'll Learn

  • Flow design basics
  • Node types and connections
  • Testing and debugging
  • Publishing flows
  • Monitoring conversations

Next Steps