logoRocketFlow

Getting Started

Rocket Flow is a powerful AI chat solution that lets you add a customizable chatbot to your website in minutes. Using RAG (Retrieval Augmented Generation) technology, your chatbot learns from your existing content and documentation to provide accurate, context-aware responses to your users' questions.

Quick Start

Create your account at app.getrocketflow.io

Create a new chatbot in your dashboard

Add your website or documentation for training

Copy and paste the embed code to your website

<script 
  async 
  type="text/javascript" 
  data-chat-id="YOUR_CHAT_ID" 
  src="https://widget.getrocketflow.io/rkt-chat-loader.js">
</script>

That's it! Your AI assistant is now ready to help your users.

Key Features

1. RAG-Powered Intelligence

  • Learns from your website content, docs, and FAQs
  • Provides accurate, context-aware responses
  • Stays up-to-date with your latest content

2. Easy Integration

  • Simple copy-paste installation
  • Works with any website platform
  • No coding required

3. Customization Options

  • Match your brand colors and style
  • Customize chat behavior and responses
  • Configure widget position and appearance

4. Training Options

  • Website crawler for automatic content indexing
  • Direct document upload (PDF, DOCX, MD)
  • FAQ import
  • API for dynamic content updates

Training Your Chatbot

Website Training

# From your dashboard, simply enter your website URL
https://your-website.com

Document Upload

Supported formats:

  • PDF documents
  • Word documents (.docx)
  • Markdown files (.md)
  • Text files (.txt)

FAQ Import

Upload your FAQs in CSV format:

question,answer
"What are your business hours?","We're open 9am-5pm Monday to Friday"
"Do you offer refunds?","Yes, within 30 days of purchase"

Next Steps

For detailed API documentation and advanced configuration options, check out our API Reference.

Last updated on

On this page