Get started
Welcome
ConvTag is a sales-AI chat widget you embed on any website. A visitor opens your site, the widget loads, and an agent grounded in your own knowledge base answers their questions, captures leads, and hands off to a human when needed. This is the user guide — it covers how to build agents, train them on your data, embed the widget, and run your workspace day to day.
What you can do
How it fits together
The product has two surfaces you'll touch as a workspace owner:
- Workspace app — the React/Inertia SPA you use to build agents, manage knowledge, run the inbox, and handle billing. Lives at
/app(or your installer's chosen path). - Visitor widget — the small script you embed on your own site. Streams answers from the same backend over a signed JWT.
Looking for the install / env / deployment / architecture material? That
lives in the repo README.md — this guide is intentionally
scoped to using the product day to day.
Reading order
The sidebar is grouped roughly in the order you'll need things — start from the top, skip what doesn't apply. If you just signed up, the Quickstart is the fastest path to a working agent.