Create your workspace
Go to app.clientx.in and sign up for a free account.During onboarding you will choose a workspace slug — a short, URL-friendly identifier for your brand (for example,
acme or fullbound). This slug is used as your data-workspace-id in the embed script and appears in your agent’s public URL.You can find your workspace ID at any time in the dashboard under Settings → General. Both your slug and your full UUID are accepted by the embed script.
Add the embed script
Paste the following snippet before the closing The script is a self-contained bundle served directly from the ClientX server. It reads your workspace configuration on load and mounts the chat widget into an isolated Shadow DOM element — no additional dependencies or build steps needed.
</body> tag of every page where you want the widget to appear. Replace your-workspace-slug with the workspace slug you chose in Step 1.Add knowledge
Your AI agent answers questions using your knowledge base. The more relevant content you add, the more accurate and useful the agent’s responses will be.
- Open your dashboard and navigate to Knowledge Base.
- Click Add Source and choose one of the following:
- Website URL — ClientX crawls your site and indexes the content automatically.
- Document upload — Upload PDF, Markdown, or plain-text files.
- Manual text — Paste FAQs, product descriptions, or any other copy directly.
- Wait for the source to finish indexing (usually under two minutes for most sites).
Customize your agent
Give your agent a name, a welcome message, and a look that matches your brand.
- Go to Settings → Widget in your dashboard.
- Set the following fields:
| Field | Description |
|---|---|
| Agent name | Shown in the widget header as ” from “ |
| Welcome message | The first message visitors see when they open the chat |
| Primary color | Hex color used for the send button and CTA elements |
| CTA button | Label and URL for the primary call-to-action (e.g., “Book a demo”) |
- Use the Widget Preview panel in the dashboard to see your changes live before publishing.
Next steps
Widget Configuration
Explore every configuration option: suggested questions, proactive messages, embedded forms, and more.
Knowledge Base
Learn how to keep your knowledge base fresh, monitor knowledge gaps, and add structured FAQs.
Calendar Integration
Connect Cal.com or Calendly so your agent can check availability and book demos without leaving the chat.