Quincer AI Docs Home Support Start free

Get started

Quickstart

The fastest path from signup to first qualified conversation. If you follow this page end to end, you'll have a live widget running in about ten minutes.

1. Create your account

Head to quincer.com/register and sign in with Google. Quincer AI uses Google OAuth exclusively, so there are no passwords to set. The account is free and includes a full Starter trial.

i

Your workspace is created automatically on first sign-in. You become the workspace owner.

2. Pick your path

Right after signup, Quincer AI asks how you want to talk to customers. There are two paths:

i

You can flip a brand from social-only to website-backed (or vice versa) any time from Customize & Deploy. Picking one path now doesn’t lock you in.

3. Add knowledge about your business

Quincer AI needs to know what you sell, your hours, your policies, and how you handle pricing questions. There are three ways to load that in:

4. Tune your personas

Go to Personas in the sidebar. You'll see pre-built personas like Sales and Customer Service. Edit one of them or click + New persona to add another.

On the persona editor, customize the system prompt (tone, role, call-to-action), pick a voice if voice chat is enabled, and — for social brands — bind the persona to the Facebook Page, Instagram account, or WhatsApp number it should answer. See Personas & tone for the full reference.

5. Connect channels and integrations

Open Integrations. Two groups of connections matter early:

i

Free and Starter plans include one integration slot. Growth includes three. Scale is unlimited. See Plans & pricing.

6. Deploy the widget (website path only)

Open Customize & Deploy → Deploy. If this is your first deploy, Quincer AI automatically generates a production API key for you. Copy the script tag:

<!-- Quincer Chat Widget -->
<script>
  window.ChatWidgetConfig = {
    apiKey: "cw_live_...",
    apiUrl: "https://chat.quincer.com/api"
  };
</script>
<script src="https://chat.quincer.com/api/embed/widget.js" defer></script>

Paste it into your website right before the closing </body> tag. Shopify? See the one-click install flow instead.

Social-only brands skip this step — the Customize & Deploy page is hidden from your sidebar since there’s no website to embed on. Quincer AI delivers messages directly to your connected Facebook / Instagram / WhatsApp surfaces.

7. Verify the first conversation

For website brands: load your site in a fresh browser tab, send a test message, and watch it appear under Conversations with the visitor’s info and a live BANT score.

For social-only brands: send a test DM to your connected Facebook Page, Instagram account, or WhatsApp number from a different account. Within a few seconds it should appear under Live chat with Quincer AI’s reply already sent.

That's it. The widget is live and every visitor conversation now gets scored, routed, and synced automatically.

What to read next