Build AI Customer Support
This guide ships Customer AI for support: one Support workspace, grounded answers with citations, a website widget, and optional WhatsApp / Business Tools.
Outcome
When you finish, you will have:
- A Customer Support AI Workspace on app.qefro.com
- Knowledge ingested and citation-checked
- The website widget bound to that workspace
- A clear path to WhatsApp (Growth+) and read-only tools
Prerequisites
- Organization account at app.qefro.com
- Owner or Admin role
- Customer-safe documents (FAQs, policies, product docs) — not HR/payroll files
Architecture
Step 1 — Create the Support workspace
- Open Admin Console → Workspaces.
- Create a workspace named Customer Support (or similar).
- Set instructions: tone, language, and “refuse when sources are missing.”
Platform background: AI Workspaces, What is an AI Workspace?.
Step 2 — Ingest knowledge
- Upload PDFs/docs or crawl approved public URLs.
- Prefer canonical sources over stale wiki dumps.
- Wait for indexing to finish; reindex if you replace a file.
Platform: Knowledge Platform, Hybrid RAG.
Step 3 — Validate answers
Ask at least ten real support questions in the console:
| Check | Pass criteria |
|---|---|
| Citations | Answer points at the right doc |
| Identifiers | SKUs / error codes resolve |
| Unknown topics | Assistant refuses instead of inventing policy |
| Isolation | HR canaries (if any) never appear |
Step 4 — Embed the website widget
<script
src="https://cdn.qefro.com/widget.js"
data-token="YOUR_WIDGET_TOKEN"
data-endpoint="https://api.qefro.com"
data-workspace-id="YOUR_SUPPORT_WORKSPACE_ID">
</script>
Copy the token and workspace id from Admin Console → Widget. Full guide: Deploy Website Widget.
Step 5 — Optional: WhatsApp
On Growth+, bind the same Support workspace to WhatsApp so answers stay consistent. Guide: Deploy WhatsApp AI.
Step 6 — Optional: Business Tools
Only after citations are solid:
- Add a read-only tool (e.g. order status).
- Use
identify()when the API needs the logged-in customer. - Monitor tool logs for a week before enabling writes.
Guides: Connect REST APIs, Secure Business Actions.
Workflow checklist
Customer Support launch
- Create Support workspace — Customer-safe corpus only.
- Ingest + cite-test — Ten real questions minimum.
- Embed widget — Token + workspace id + api.qefro.com.
- Optional WhatsApp — Same workspace on Growth+.
- Optional read-only tools — identify() + logs before writes.
FAQ
Can Support and HR share one workspace?
Not recommended. Public channels must not retrieve internal HR content. See Customer AI vs Employee AI.
When should I add WhatsApp?
After website citation quality is acceptable. WhatsApp multiplies a bad knowledge base.
Do I need Business Tools on day one?
No. Many teams ship knowledge-only Customer AI first.