Chatbot Setup Guide

Your step-by-step guide to creating and deploying a powerful, custom chatbot.

Step 1: The Power of the Prompt

The prompt is the single most important part of your chatbot. It's the initial instruction you give the AI that defines its personality, its purpose, and its rules. A well-crafted prompt is the difference between a generic bot and a specialized assistant.

Raw AI Model
Your Prompt
Custom Chatbot

Step 2: AI-Powered Prompt Generation

Not sure where to start? Our AI assistant can help you build the perfect prompt. Simply describe your goal, and the assistant will ask clarifying questions to sharpen your idea into a detailed, effective prompt.

🤖 Hello! I can help you create a prompt. What kind of chatbot would you like to build?
I need a bot for my e-commerce site to answer questions about shipping. 👤
🤖 Great! What are your standard shipping times? And what countries do you ship to? This will help me create a more accurate prompt.

After the conversation, the AI will provide a structured prompt for you to use or edit further.

Step 3: Edit & Refine Your Prompt

This is where you'll input and fine-tune your chatbot's core instructions. You can write your own from scratch, or paste in the one created by our AI assistant.

/app/prompt.txt
Generate with AI

Step 4: Deploy to Your Website

Once you're happy with your prompt, it's time to go live! Deploying your chatbot is as simple as copying a small snippet of code and pasting it into your website's HTML, right before the closing </body> tag.

Deploy & Get Code
<script 
    src="https://your-chatbot-platform.com/widget.js" 
    data-chatbot-id="YOUR_UNIQUE_ID_HERE" 
    defer>
</script>
An unhandled error has occurred. Reload 🗙