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

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.

  1. Go to Plugins > Add New in your WordPress admin.
  2. Search for “Papaya Assist” and click Install, then Activate.
  3. Go to Settings > Papaya Assist.
  4. Click Sign Up / Log In to create your account.
  5. Upload your support documents in the Documents section.
  6. 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:

Tips for better answers:

How It Actually Works Behind the Scenes

When you upload documents, the system:

  1. Extracts text from your files (handling PDF and DOCX formats automatically).
  2. Splits the text into chunks of roughly 500 tokens each.
  3. Converts each chunk into a mathematical vector using OpenAI's embedding model.
  4. Stores those vectors in a search index.

When a visitor asks a question:

  1. The question is converted into the same kind of vector.
  2. The system finds the most similar chunks from your documents.
  3. Those chunks are included in the prompt sent to the AI model.
  4. 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:

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