> ## Documentation Index
> Fetch the complete documentation index at: https://docs.webhook.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Help center

> Answers for using webhook.co — your account, organizations, billing, usage, security, and the questions that come up most. The developer reference lives one tab over.

This is the help center: task-based answers for running your webhook.co account and organization —
alongside the developer docs, not on top of them. Anything about **building** with the API, CLI, SDKs,
or MCP lives in [Documentation](/introduction), [Guides](/guides/receive-your-first-webhook), and the
[API reference](/api-reference/introduction). Everything about **using** the product — signing in,
your team, your plan, your data — is here.

## Browse by topic

<CardGroup cols={2}>
  <Card title="Getting started" icon="rocket" href="/help/getting-started/overview">
    What webhook.co is, creating an account, a tour of the dashboard, and a plain-English glossary.
  </Card>

  <Card title="Your account" icon="user" href="/help/your-account/overview">
    Signing in, sessions, your profile, connected apps, and deleting your account.
  </Card>

  <Card title="Organizations & members" icon="building" href="/help/organizations/overview">
    Workspaces, inviting your team, roles and permissions, and organization settings.
  </Card>

  <Card title="Billing & plans" icon="credit-card" href="/help/billing/overview">
    How pricing works, managing your subscription, invoices, and refunds.
  </Card>

  <Card title="Usage & limits" icon="gauge" href="/help/usage/overview">
    What counts as an event, usage alerts, caps, and data retention.
  </Card>

  <Card title="Security & privacy" icon="shield-check" href="/help/security/overview">
    How your data is protected, our compliance posture, and reporting a vulnerability.
  </Card>

  <Card title="Troubleshooting & FAQ" icon="circle-question" href="/help/troubleshooting/overview">
    Webhooks not arriving, delivery failures, signature errors, and common questions.
  </Card>

  <Card title="Get more help" icon="life-ring" href="/help/getting-help/overview">
    How to reach us, and how webhook.co keeps your events reliable.
  </Card>
</CardGroup>

## Building with webhook.co?

The developer docs are one tab over. A few common starting points:

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    From a fresh account to your first captured webhook in a couple of minutes.
  </Card>

  <Card title="How webhook.co works" icon="diagram-project" href="/concepts/how-webhook-co-works">
    The moving parts — ingest URLs, events, verification, delivery.
  </Card>

  <Card title="Authentication & API keys" icon="key" href="/authentication">
    Scopes, minting and rotating `whk_` keys, and how the CLI signs in.
  </Card>

  <Card title="API reference" icon="code" href="/api-reference/introduction">
    Every endpoint, with an interactive playground.
  </Card>
</CardGroup>

## Can't find it?

Every error response carries a request id in the `x-request-id` header — include it when you reach
out. The [errors reference](/reference/errors) has the full status-code taxonomy.
