close
Clanker Support

Getting started

Go from a new account to a live support agent on your website in four steps

Clanker Support puts an AI-powered support agent on your website: it answers visitor questions from your knowledge base, hands off to your team when needed, and every conversation lands in your dashboard inbox. Setup takes a few minutes — create an account, build your agent, and drop one script tag on your site.

1. Create an account

Sign up at app.clankersupport.com/sign-up with an email and password, or continue with Google or GitHub.

Sign up

2. Build your agent

After signing up, onboarding walks you through two screens:

Pick a plan. Choose Starter, Growth, or Scale, billed monthly or annually (annual gives you two months free) — see the pricing page for details. A card is required; subscribing unlocks the build screen.

Build the agent. Fill in a few fields while the live preview on the right updates as you type:

FieldWhat it does
Agent nameHow the agent introduces itself in the chat header
Welcome messageThe first message visitors see when they open the chat
Brand colorColors the launcher bubble and chat accents to match your site
Website to learn fromOptional — a URL the agent reads and adds to its knowledge as a first source

Click Create my agent to finish. You land on the new project's settings page.

Onboarding

3. Install the widget

Open your project's settings and switch to the Widget tab. The Install section holds a ready-made snippet with your project key filled in — copy it and paste it before the closing </body> tag on your site:

Install the widget
<script
	src="https://api.clankersupport.com/widget.js"
	data-project="pk_your_project_key"
	async
></script>

The same section offers an Inline embed (an iframe you can place anywhere on a page) if you don't want a floating bubble. Building with React or Next.js? The @clankersupport/widget-rsc SDK installs the same agent as a single component — see Widget.

4. Say hello

Open your site. The launcher bubble sits in the bottom-right corner — click it, enter a name (email is optional), and ask a question. The agent streams an answer built from your knowledge sources.

Widget

Back in the dashboard, open Conversations — your test chat is already in the inbox with an AI summary. Reply from the composer and your message appears in the widget on your site. From here, add more knowledge under Sources, tune the agent's instructions and escalation settings under Settings → Behavior, and invite your site's visitors to talk to it.

On this page