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

# Home

> Step-by-step guides for every part of Staffer—platform setup, AI, and integrations in one place.

<div data-product-guide-index>
  <div className="px-6 py-16 lg:py-24 max-w-5xl mx-auto text-center">
    <h1 className="text-4xl lg:text-5xl font-medium tracking-tight text-gray-900 dark:text-zinc-50">
      Welcome to Staffer
    </h1>

    <p className="mt-4 text-lg text-gray-500 dark:text-zinc-400 max-w-2xl mx-auto">
      Step-by-step guides for every part of Staffer—platform setup, AI, and integrations in one place.
    </p>
  </div>

  <div className="max-w-5xl mx-auto px-6 pb-20">
    <Columns cols={2}>
      <Card title="Platform" icon="settings" href="/platform/overview">
        Configure and administer your Staffer workspace.
      </Card>

      <Card title="Integrations" icon="plug" href="/integrations/overview">
        Connect Staffer with your tools via connectors and webhooks.
      </Card>
    </Columns>
  </div>
</div>
