Home>Product>FAQ

Frequently Asked Questions About CustomerGPT

Common CustomerGPT inquiries: CustomerGPT is an AI customer support platform using context-grounded RAG to answer queries in under 2 seconds. It trains on your website URLs, PDFs, and Notion docs with zero code, supports 95+ languages, and includes a 14-day free trial.

Frequently Asked Questions

Everything you need to know about setting up, billing, training, and scaling your AI assistants.

How does CustomerGPT prevent AI hallucinations and false discount promises?

CustomerGPT uses strict context-grounded Retrieval-Augmented Generation (RAG). The LLM is mathematically constrained to answer solely from your indexed documentation and provides direct source citation links. If a user asks for discounts or policies not found in your data, the bot politely declines and offers human escalation rather than fabricating answers.

Can I add text content to train the chatbot if I don't have web pages to scrape or files to upload?

Yes! In the CustomerGPT admin panel, you can enter plain text or copy-paste content directly. The backend immediately processes the raw text, splits it using a sliding character window (800-character window size with 150-character overlap), and vectorizes it to update your chatbot's knowledge base.

What makes CustomerGPT ideal for Shopify and e-commerce stores?

CustomerGPT connects to Shopify in under 2 minutes via a single script tag or plugin. It auto-indexes your store FAQs, shipping policies, and return guidelines, resolving up to 80% of repetitive order status, sizing, and return questions 24/7 without agent intervention.

What type of content can we use to train the chatbot?

We support a wide range of training content: website URLs, document file uploads (PDF, DOCX, TXT, Markdown), direct text inputs, and automatic integrations with Google Drive, Notion, Confluence, Dropbox, OneDrive, SharePoint.

Do you retrain the chatbot automatically when the website content changes?

Yes, automatic retraining depends on your tier. Growth accounts trigger monthly syncs, Scale accounts run daily scans with weekly syncs, and Enterprise plans support instant webhook-triggered syncs that update the knowledge base as soon as your website changes.

Can I upload files to train the chatbot?

Yes, you can upload PDF, DOCX, TXT, or Markdown files. When you upload a file, the backend processes it asynchronously, extracting and cleaning the text, chunking it, generating 1536-dimensional embeddings, and saving them to our database.

How do I add the chatbot to my website?

After training is complete, the dashboard generates a single copy-paste HTML script block. You can paste this script tag into the head or body of your website. It runs on any HTML/JS site, including WordPress, Shopify, Webflow, and React/Next.js.

How long does the training take?

Training takes from a few seconds up to a few minutes, depending on the volume of text. Because the crawler and chunking engine process data asynchronously in a background promise, your dashboard remains fully interactive during training.