# Clad Support Chat — Full Documentation > Documentation for Clad Support Chat — native, in-app support for your web app. Embed a chat widget with knowledge base, AI answers, and live conversations with your team. Source: https://docs.useclad.ai --- # Vibe Start > Steps for vibe coders: let your AI agent set up the widget. URL: https://docs.useclad.ai/vibe-start Steps for vibe coders: grab your two IDs, then paste the prompt below into your AI coding agent (Cursor, Claude Code, etc.) and let it add the widget for you. ### Step 1 — Find your Workspace ID and Widget ID 1. Sign in to your Clad dashboard at **[app.useclad.ai](https://app.useclad.ai)**. 2. Open **Settings → Integrations → Web Widget**. 3. Copy your **Workspace ID** (starts with `ws_`) and **Widget ID** (starts with `wgt_`). You'll paste these into the prompt in Step 2.
📷 Screenshot needed

Where to find your IDs

Settings → Integrations → Web Widget in the Clad dashboard, with the Workspace ID and Widget ID clearly visible. Feel free to blur the real values — this just needs to show where the IDs live and what they look like.

### Step 2 — Paste this prompt into your agent Replace `{YOUR_WORKSPACE_ID}` and `{YOUR_WIDGET_ID}` with the IDs from Step 1, then paste the entire prompt into your coding agent and let it run: ```text You are adding the Clad Support Chat widget to this web application. First, read the official documentation (fetch these URLs before writing code): - Docs index: https://docs.useclad.ai/llms.txt - Full docs: https://docs.useclad.ai/llms-full.txt - Quickstart: https://docs.useclad.ai/quickstart.md Every page is available as Markdown by appending .md to its URL (for example https://docs.useclad.ai/installation.md). My credentials: - Workspace ID: {YOUR_WORKSPACE_ID} - Widget ID: {YOUR_WIDGET_ID} Then implement the integration: 1. Detect this project's framework (plain HTML, React, Next.js, Vue, etc.). 2. Install the widget using the single ``` > Find your `workspaceId` and `widgetId` in **Settings → Integrations → Web > Widget**. That's it — a launcher appears in the corner. To identify logged‑in users and unlock per‑user history, continue to [Identity verification](#identity-verification-jwt).
📷 Screenshot needed

The launcher after install

A web page with the Support Chat launcher button in the bottom corner, right after adding the snippet — to show the immediate result of the Quickstart.

--- # Installation > Add Support Chat with a single script tag. Configure regions and self-hosting. URL: https://docs.useclad.ai/installation Support Chat installs with a single ` ); } ``` ### Vue 3 With the [Quickstart](#quickstart) `