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

# Yrka: employee operations made simple

> Everything you need to set up, run, and get the most out of Yrka — timekeeping, scheduling, payroll prep, and team communications.

<div data-product-guide-index className="flex w-full flex-col gap-8 max-w-5xl 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">
      Yrka Help Center
    </h1>

    <p className="text-balance text-base leading-relaxed tracking-tight text-gray-600 dark:text-gray-400">
      Everything you need to set up, run, and get the most out of Yrka — timekeeping, scheduling, payroll prep, and team communications.
    </p>
  </div>

  <div className="grid grid-cols-1 gap-4 sm:grid-cols-2">
    <Card title={<span className="product-guide-feature-card-title">Get started</span>} icon="rocket" href="/setup/overview" className="product-guide-feature-card" size={64}>
      <span className="product-guide-feature-card-description">Create your account, complete workspace setup, and invite your team.</span>
    </Card>

    <a href="/admin/dashboard" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
      <Icon icon="shield-check" color="rgb(var(--primary))" size={18} className="shrink-0" />

      <div className="flex flex-col gap-1">
        <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Admin guide</span>

        <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
          Manage schedules, timekeeping, payroll prep, employees, and more.
        </span>
      </div>
    </a>

    <a href="/employee/dashboard" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
      <Icon icon="user" color="rgb(var(--primary))" size={18} className="shrink-0" />

      <div className="flex flex-col gap-1">
        <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Employee guide</span>

        <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
          Clock in, view your schedule, send messages, and manage your profile.
        </span>
      </div>
    </a>
  </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">Common tasks</h2>

    <div className="grid grid-cols-1 gap-4 sm:grid-cols-2">
      <a href="/employee/time-entry" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
        <Icon icon="clock" color="rgb(var(--primary))" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Clock in and out</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Enter time, clock in/out, and manage your timecard entries.
          </span>
        </div>
      </a>

      <a href="/admin/schedule" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
        <Icon icon="calendar" color="rgb(var(--primary))" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Build a schedule</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Create shifts, assign employees, and publish schedules.
          </span>
        </div>
      </a>

      <a href="/admin/payroll" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
        <Icon icon="file-spreadsheet" color="rgb(var(--primary))" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Export for payroll</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Review timecards and export payroll-ready files for your provider.
          </span>
        </div>
      </a>

      <a href="/admin/personnel" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
        <Icon icon="users" color="rgb(var(--primary))" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Manage employees</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Add employees, manage records, documents, and access levels.
          </span>
        </div>
      </a>

      <a href="/admin/integrations" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
        <Icon icon="plug" color="rgb(var(--primary))" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Connect providers</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Link payroll, calendar, messaging, and storage providers.
          </span>
        </div>
      </a>

      <a href="/reference/troubleshooting" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
        <Icon icon="life-buoy" color="rgb(var(--primary))" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Troubleshoot issues</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Common fixes for sign-in problems, sync errors, and more.
          </span>
        </div>
      </a>
    </div>
  </div>
</div>
