Three sources, in practical order
Chat assistants for small businesses typically pull from three kinds of content:
- Your public website. During setup, the assistant scrapes your homepage, product or service pages, and any linked subpages. It picks up the text a visitor would see.
- An FAQ you write yourself. A structured list of questions and answers you expect customers to ask. This is usually where the highest-value answers live: the specific stuff you tell people over email again and again.
- Policies and reference documents. Shipping rules, warranty terms, service agreements, medical disclaimers. Anything that changes slowly and needs to be stated precisely.
The assistant answers by finding the most relevant piece of content for the question the visitor asked and grounding its reply in that content. If nothing relevant exists, a well-built assistant admits it rather than guessing.
What "grounding" actually means
Grounding is the technical term for tying an AI's answer to a specific source. An ungrounded chatbot can say whatever it was trained on, including things that sound plausible but are wrong. A grounded chatbot can only answer from the content you provided; if the answer isn't in that content, it should say so.
This is the difference between a chatbot that answers "We open at 9am" (pulled from your hours page) and a chatbot that answers "We open at 9am" (because that's what most small businesses do). The first is trustworthy. The second is a guess dressed up as confidence.
What the bot does NOT learn
Worth being explicit here because the difference between "learns from your business" and "knows your business" trips people up:
- Anything not published anywhere. If a policy lives only in your head or in an old email, the bot doesn't know it. You'd have to write it down somewhere the bot can see.
- Your pricing if it's not on your website. Many small businesses keep pricing off the public site. That's fine, but then pricing needs to be in the FAQ.
- Current inventory, unless connected. For e-commerce, the assistant needs a direct integration with your product catalog to know what's in stock. Otherwise it can describe products from text but not check real-time availability.
- Changes made after setup. If you update your website but don't re-index, the assistant is still working off the older version until you refresh its knowledge.
Keeping the assistant current
A chat assistant's knowledge is a snapshot. If you change your hours, add a service, or update a policy, you need to refresh what the bot sees. Well-built platforms make this easy:
- Re-scrape on demand. Click a button, the assistant re-reads your website.
- Edit FAQ entries directly. Fix a specific answer in plain English without touching the website.
- Type an update. "Our new summer hours are Mon-Fri 8-5," and the platform parses that into a Q&A entry.
The specific mechanism matters less than the habit. Once a week, quickly verify that common answers are still right. Platforms that flag stale content automatically save you from this being manual.
How Simple Business Bots handles it
During setup, Simple Business Bots scrapes your public website and drafts an initial FAQ. You review it, edit it in plain English, and approve. From there, the assistant answers only from your verified content, never the open internet. When your website or FAQ changes, one click re-indexes. A weekly report flags questions the assistant dodged, so you can add the missing answers where they belong.