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

# SignUpBreeze Documentation

> Everything you need to create events, manage volunteer signups, and get the most out of SignUpBreeze.

<div className="flex w-full flex-col gap-8 max-w-7xl mx-auto px-4 md:px-8 lg:px-12 py-10 lg:gap-14 lg:py-16">
  <div className="flex max-w-[540px] flex-col gap-2 self-center text-center">
    <h1 className="text-[30px] font-medium leading-9 tracking-tight text-gray-900 dark:text-gray-50">
      <span class="text-slate-800 dark:text-zinc-100">SignUp</span><span class="text-teal-600 dark:text-teal-400">Breeze</span> Documentation
    </h1>

    <p className="text-balance text-base leading-relaxed tracking-tight text-gray-600 dark:text-gray-400">
      Learn how to create events, manage volunteer signups, and get the most out of SignUpBreeze.com.
    </p>
  </div>

  <div className="grid grid-cols-1 gap-4 sm:grid-cols-2">
    <Card title="Getting Started" icon="rocket" href="/getting-started/introduction">
      What is SignUpBreeze, key concepts, and a quickstart guide.
    </Card>

    <Card title="Organizer Guide" icon="clipboard-list" href="/organizers/creating-events">
      Create events, manage shifts, track signups, and share with volunteers.
    </Card>

    <Card title="Volunteer Guide" icon="hand-helping" href="/volunteers/signing-up">
      Sign up for shifts, use magic links, and manage your registrations.
    </Card>

    <Card title="Account & Settings" icon="settings" href="/account/profile">
      Profile, security, 2FA, appearance, and notification preferences.
    </Card>
  </div>

  <hr className="border-0 border-t border-border" />

  <div className="flex flex-col gap-4">
    <h2 className="font-serif text-xl font-medium leading-normal text-gray-900 dark:text-gray-50">Quick links</h2>

    <div className="grid grid-cols-1 gap-4 sm:grid-cols-2">
      <Card title="Create your first event" icon="plus" href="/getting-started/quickstart">
        Up and running in under 5 minutes.
      </Card>

      <Card title="How magic links work" icon="link" href="/volunteers/magic-links">
        Secure, passwordless access for volunteers.
      </Card>

      <Card title="Changelog" icon="scroll-text" href="/changelog">
        See what's new in SignUpBreeze.
      </Card>
    </div>
  </div>
</div>
