---
title: Cited chat widget | usedocs.app
description: Embed the usedocs.app cited support widget with one script tag. Chat stays in the widget. A header link opens your help center. Answers cite source pages.
image: "https://usedocs.app/og.png"
url: "https://usedocs.app/docs/widget"
---

Product docs

# Cited chat widget

Embed the usedocs.app cited support widget with one script tag. Chat stays in the widget. A header link opens your help center. Answers cite source pages.

## What it does

The widget is a customer-facing chat trained on your connected docs. Reliable answers include citations the visitor can open. Weak matches decline instead of guessing. Escalations can notify Slack, Discord, Teams, or a webhook.

## How to embed

The dashboard gives you a script tag with `data-bot-id` and `data-bot-key`. Load `/widget.js` from usedocs.app. Allowed origins must include the page you embed on.

Chat stays in the widget. The header link opens the published help center in a new tab. The widget is not a docs reader.

Need help?

Email [hello@usedocs.app](mailto:hello@usedocs.app) for product questions, setup help, sales, partnerships, or security reports.

```json
[
  {
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "Home",
        "item": "https://usedocs.app/"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "Product docs",
        "item": "https://usedocs.app/docs/"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "Cited chat widget",
        "item": "https://usedocs.app/docs/widget"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "@type": "WebPage",
    "name": "Cited chat widget | usedocs.app",
    "description": "Embed the usedocs.app cited support widget with one script tag. Chat stays in the widget. A header link opens your help center. Answers cite source pages.",
    "url": "https://usedocs.app/docs/widget",
    "dateModified": "2026-08-26",
    "isPartOf": {
      "@type": "WebSite",
      "name": "usedocs.app",
      "url": "https://usedocs.app/"
    }
  }
]
```
