---
title: Contact usedocs — AI support for docs teams
description: "Contact usedocs for support, sales, security reports, partnerships, or questions about AI support trained on your documentation."
image: "https://usedocs.app/og.png"
url: "https://usedocs.app/contact"
---

Contact

# Contact usedocs

Email [hello@usedocs.app](mailto:hello@usedocs.app) for product questions, support, security reports, partnerships, or feedback. For a live walkthrough, [book a 15-minute demo](/book-a-demo).

## Product and support

For **setup help, billing questions, docs crawling issues, source indexing, widget configuration, or account support**, start with [product docs](/docs/) (including [SAML / Okta SSO](/docs/okta-saml-acs)) or email [hello@usedocs.app](mailto:hello@usedocs.app). Include your workspace email, the docs URL you crawled, and the bot name so we can find the right account. Typical replies cover crawl failures, citation misses, embed origins, and plan limits.

## Sales and partnerships

For **team plans, custom deployments, partner questions, or Cloudflare-owned deployment discussions**, [book a 15-minute walkthrough](/book-a-demo) or email [hello@usedocs.app](mailto:hello@usedocs.app) with your company, docs URL, and expected monthly support volume. We can map Free / Pro / Growth / Business to your message volume and help-center needs. There is no phone queue; email and the demo calendar are the official sales paths.

## Security reports

For vulnerability reports, include the **affected URL, reproduction steps, impact, and a safe proof of concept**. Do not include real customer conversation data. The canonical security contact is also published at [/.well-known/security.txt](/.well-known/security.txt). We acknowledge reports sent to [hello@usedocs.app](mailto:hello@usedocs.app) and prefer coordinated disclosure.

## Developers and agents

API keys live in the dashboard (Settings → Embed). The [usedocs developer portal](/developers) documents the Answer API, OpenAPI spec, MCP server, rate limits, and a sandbox. Machine-readable files: [/openapi.json](/openapi.json), [/mcp](/mcp), [/llms.txt](/llms.txt), [/sitemap.xml](/sitemap.xml).

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": "Contact usedocs",
        "item": "https://usedocs.app/contact"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "@type": "ContactPage",
    "name": "Contact usedocs",
    "description": "Contact usedocs for support, sales, security reports, partnerships, or questions about AI support trained on your documentation.",
    "url": "https://usedocs.app/contact",
    "dateModified": "2026-08-15",
    "isPartOf": {
      "@type": "WebSite",
      "name": "usedocs.app",
      "url": "https://usedocs.app/"
    },
    "about": {
      "@type": "Organization",
      "name": "usedocs",
      "url": "https://usedocs.app/"
    }
  },
  {
    "@context": "https://schema.org",
    "@type": "Organization",
    "name": "usedocs",
    "url": "https://usedocs.app/",
    "email": "hello@usedocs.app",
    "contactPoint": [
      {
        "@type": "ContactPoint",
        "contactType": "customer support",
        "email": "hello@usedocs.app"
      },
      {
        "@type": "ContactPoint",
        "contactType": "sales",
        "email": "hello@usedocs.app"
      },
      {
        "@type": "ContactPoint",
        "contactType": "security",
        "email": "hello@usedocs.app"
      }
    ]
  }
]
```
