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

# Tapify Help Center and API documentation

> Learn how to create and share Tapify digital business cards, manage teams and contacts, use NFC Cards, and integrate with the Tapify API.

<div className="max-w-5xl mx-auto px-6 py-20 lg:py-32">
  <div className="max-w-2xl mx-auto text-center">
    <p className="text-sm font-semibold text-blue-600">Tapify documentation</p>

    <h1 className="mt-3 text-4xl font-semibold tracking-tight text-neutral-950">
      How can we help?
    </h1>

    <p className="max-w-xl mx-auto mt-4 text-lg text-balance text-neutral-600">
      Find guides for managing your team, using your digital business card, or building with the API.
    </p>
  </div>

  <div className="mt-12">
    <Columns cols={3}>
      <Card title="Teams" icon="screen-users" href="/teams/introduction">
        Set up your workspace, manage your team, and keep every digital business card on brand.
      </Card>

      <Card title="Individuals" icon="square-user" href="/individual/introduction">
        Create and share your digital business card, then keep track of the people you meet.
      </Card>

      <Card title="API reference" icon="code" href="/api-reference/introduction">
        Connect Tapify to your systems and automate workspace workflows.
      </Card>
    </Columns>
  </div>

  <div className="mt-16 border-t border-neutral-200 pt-8 text-center">
    <p className="text-neutral-600">
      Still need help? <a href="mailto:support@tapify.app" className="font-medium text-blue-600">Contact support</a>.
    </p>
  </div>
</div>
