---
title: "usedocs help centers — public /help/{slug} URLs"
description: "usedocs hosts public help centers at /help/{slug} or a custom domain. This page is not a tenant help center. Start free to publish yours, or contact usedocs support."
image: "https://usedocs.app/og.png"
url: "https://usedocs.app/help"
---

Help centers

# This is not a product help center

usedocs hosts public help centers at `/help/{slug}` — or on a custom domain for Business. If you followed a help link and landed here, the URL is missing the workspace slug.

## Looking for a team’s help articles?

Ask the product you were using for their help URL. It looks like `https://usedocs.app/help/acme`, or a custom host such as `help.acme.com`. Bare `/help` has no tenant, so there is nothing to show.

## Want to host your own?

Index your docs, publish articles, and share `/help/{your-slug}`. Start on the [help center chatbot](/for/help-center) page, or [start free](/dashboard) — 100 messages, no credit card.

## Need usedocs product support?

Email [hello@usedocs.app](mailto:hello@usedocs.app), browse [product docs](/docs/), or use [Contact](/contact). For a live walkthrough, [book a 15-minute demo](/book-a-demo).

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": "Help centers",
        "item": "https://usedocs.app/help"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "@type": "WebPage",
    "name": "usedocs help centers",
    "description": "usedocs hosts public help centers at /help/{slug} or a custom domain. This page explains how those URLs work.",
    "url": "https://usedocs.app/help",
    "dateModified": "2026-08-21",
    "isPartOf": {
      "@type": "WebSite",
      "name": "usedocs.app",
      "url": "https://usedocs.app/"
    }
  }
]
```
