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
- Design Your Flow in Design Studio
- Publish Your Flow
- Get Your API Key
- Add SDK to Website
- 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