c.l.cladDocs

Native, in‑app
support chat

Embed Clad in your product so customers get help without leaving the page — knowledge base, AI answers, and live conversations with your team.

app.js
// Add one <script> tag — no build step, no package install.
window.SupportChatSettings = {
  workspaceId: "{YOUR_WORKSPACE_ID}",
  widgetId: "{YOUR_WIDGET_ID}",
};
 
// Then drive it from anywhere in your app:
SupportChat("identify", { user: { id: "user_123" } });
SupportChat("open");

Explore the docs

Built for humans and AI agents

Every page is available as clean Markdown for LLMs and coding agents. Append .md to any URL, or use the structured indexes below.