---
title: Hosted help center | usedocs.app
description: "Publish a public help center on usedocs.app with categories, SEO, and a sitemap. Business can map a custom domain. The widget links to the same articles it cites."
image: "https://usedocs.app/og.png"
url: "https://usedocs.app/docs/help-center"
---

Product docs

# Hosted help center

Publish a public help center on usedocs.app with categories, SEO, and a sitemap. Business can map a custom domain. The widget links to the same articles it cites.

## What you get

Categories, article pages, JSON-LD, and a sitemap. Public help lives at `/help/{slug}` on usedocs.app. Business can map a custom help domain. Imports from GitBook, Zendesk, Intercom, Notion, and files land as drafts you approve.

## How it fits the widget

Retrieval prefers published help articles. The widget header opens that help center. If you already have GitBook or Mintlify, keep it, crawl that origin, and use usedocs for cited chat and gap drafts.

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": "Hosted help center",
        "item": "https://usedocs.app/docs/help-center"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "@type": "WebPage",
    "name": "Hosted help center | usedocs.app",
    "description": "Publish a public help center on usedocs.app with categories, SEO, and a sitemap. Business can map a custom domain. The widget links to the same articles it cites.",
    "url": "https://usedocs.app/docs/help-center",
    "dateModified": "2026-08-26",
    "isPartOf": {
      "@type": "WebSite",
      "name": "usedocs.app",
      "url": "https://usedocs.app/"
    }
  }
]
```
