Chat Flow
🚀 Quick Start

Quick Start Guide

Launch your first Indite bot in just 5 minutes! This guide walks you through creating, configuring, and deploying a chatbot using our intuitive no-code platform.

Prerequisites

Before you start:

New to Indite? Signing up takes less than a minute and unlocks all features!

How to Create a Basic Bot

Step 1: Create Your Bot

  1. Sign in to your Indite Dashboard (opens in a new tab)
  2. Click Create New Bot on the dashboard
  3. Select Start from scratch or choose a template
  4. Enter a name for your bot (e.g., "My First Bot")
  5. Click Create to open the Flow Builder

Step 2: Add a Welcome Message

Every bot starts with a welcome message:

  1. In the Flow Builder, you'll see the Start block
  2. Click Add block below the Start block
  3. Select BubblesText
  4. Enter your welcome message:
    Hi there! How can I help you today?
  5. The block connects automatically to the Start block

Step 3: Add User Input Options

Let users choose what they need help with:

  1. Click Add block below your Text block
  2. Select InputsButtons
  3. Add button options:
    • "Get Product Info"
    • "Contact Support"
    • "Learn More"
  4. Each button creates a new path in your flow

Step 4: Add Responses for Each Option

Connect each button to a response:

  1. Click the Get Product Info path
  2. Add a BubblesText block with product details
  3. Repeat for other buttons with appropriate responses
  4. Optionally add more blocks to continue the conversation

Step 5: Test Your Bot

Before publishing, test your conversation flow:

  1. Click the Preview button in the top right
  2. Interact with your bot as a user would
  3. Verify all paths work correctly
  4. Make adjustments as needed

Step 6: Publish Your Bot

When ready, publish your bot:

  1. Click the Publish button in the toolbar
  2. Your bot is now live and ready to use
  3. Copy the embed code or share the direct link

Deployment Options

Choose how to deploy your bot:

Embed on Your Website:

Add this code to your website:

<script type="module">
  import Bot from 'https://cdn.jsdelivr.net/npm/@inditeai/js/dist/web.js';
  Bot.initStandard({
    bot: "your-bot-id",
    apiHost: "https://botviewer.indite.io",
  });
</script>
<bot-standard style="width: 100%; height: 600px;"></bot-standard>

Next Steps

Your first bot is live! Here's what to explore next:

Troubleshooting

IssueSolution
Bot not respondingEnsure the bot is published and embed code is correct
Styling issuesClear browser cache and check theme settings
Integration errorsVerify API keys and connection settings

Need Help?

Indite Documentation v1.4.0
PrivacyTermsSupport