Customer support is one of the biggest time sinks for small businesses and solo founders. You're answering the same questions over and over — shipping times, return policies, pricing details, how-to instructions. An AI chatbot that actually knows your business can handle these repetitive questions while you focus on work that matters.
This guide shows you how to add AI-powered customer support to any website in about 5 minutes using Papaya Assist.
What You Need
- A website (WordPress, Shopify, static HTML, or any platform that lets you add a script tag)
- Your support content in document form (PDF, DOCX, or TXT files)
- A Papaya Assist account (free tier available)
That's it. No API keys to configure, no server to manage, no code to write.
Option 1: WordPress (Plugin)
If you're on WordPress, this is the simplest path.
- Go to Plugins > Add New in your WordPress admin.
- Search for “Papaya Assist” and click Install, then Activate.
- Go to Settings > Papaya Assist.
- Click Sign Up / Log In to create your account.
- Upload your support documents in the Documents section.
- Click Process Documents.
The chatbot appears automatically on your site. No embed code needed.
Option 2: Any Website (Embed Code)
For non-WordPress sites, you add a single script tag before </body> in your HTML:
<script
src="https://jiyao-chatbot-widget.s3.amazonaws.com/chatbot-widget.min.js"
data-stream-url="https://your-stream-endpoint/"
data-tenant-id="your-tenant-id"
data-title="Chat with us"
data-primary-color="#4f46e5">
</script>
You get this embed code when you sign up at weng.ca/get-started. Copy it, paste it into your site, and the chat widget appears.
This works on any platform: static HTML, React, Next.js, Squarespace (via code injection), Webflow, or any site where you can add custom scripts.
Preparing Your Documents
The quality of the chatbot's answers depends entirely on the documents you upload. Here's how to get the best results:
What to upload:
- FAQ documents
- Product descriptions and specifications
- Shipping and return policies
- How-to guides and tutorials
- Service descriptions and pricing information
- Terms of service and privacy policies
Tips for better answers:
- Use clear headings and structure in your documents. The system chunks documents into sections, and well-structured content produces better chunks.
- Be specific. Instead of “Our products are high quality,” write “Our ceramic mugs are dishwasher-safe, microwave-safe, and hold 12 oz.”
- Include the questions you get asked most often, written as actual questions with answers. This directly matches what visitors will ask.
- Keep documents focused on a single topic when possible. A 2-page FAQ document produces better results than a 50-page catch-all document.
How It Actually Works Behind the Scenes
When you upload documents, the system:
- Extracts text from your files (handling PDF and DOCX formats automatically).
- Splits the text into chunks of roughly 500 tokens each.
- Converts each chunk into a mathematical vector using OpenAI's embedding model.
- Stores those vectors in a search index.
When a visitor asks a question:
- The question is converted into the same kind of vector.
- The system finds the most similar chunks from your documents.
- Those chunks are included in the prompt sent to the AI model.
- The AI generates a response based specifically on your content.
This is called Retrieval-Augmented Generation (RAG). The key benefit is that the AI doesn't make things up — it answers based on the documents you provided.
Customizing the Widget
You can customize:
- Widget title: The text shown in the chat header (default: “Chat with us”)
- Primary color: The color of the chat bubble, header, and user message bubbles
- Enable/disable toggle: Turn the chatbot on or off without removing the plugin
On WordPress, these settings are in Settings > Papaya Assist under Widget Appearance. For embed code users, you set them via data-* attributes on the script tag.
What It Costs
Papaya Assist offers a free tier with 50 messages per month and 2 documents. This is enough to test the chatbot on a low-traffic site.
Paid plans increase limits for growing businesses. There's no per-message pricing and no surprise charges — you pick a tier and get a fixed monthly allowance.
Common Questions
Will it slow down my site?
No. The widget is a single lightweight JavaScript file. It loads asynchronously and doesn't block page rendering.
Does it work with my theme?
Yes. The widget uses Shadow DOM, which means its styles are completely isolated from your site's CSS. It works with any theme.
Can visitors ask about topics not in my documents?
The chatbot will only answer questions it can support with your uploaded content. If it doesn't have relevant information, it says so rather than guessing.
Is my data secure?
Documents are stored on Amazon S3 with encryption. All API communication uses HTTPS. Each account's data is isolated — there's no cross-tenant access.
Try Papaya Assist for free
Add AI customer support to your website in 5 minutes. No credit card required.
Get Started Free