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

# Swiss HR Easy

> The HR platform built for Swiss employment law — recruitment, employee lifecycle, time, payroll, and everything in between.

Swiss HR Easy is a comprehensive HR platform for Swiss organizations. It covers the
full arc of employment: attracting and hiring people, bringing them on board, running
time and absence, paying them correctly under Swiss law, supporting their development,
and — when the time comes — parting well.

It is deployed **single-tenant**: every customer gets their own Azure environment
(App Service, PostgreSQL, Blob Storage, Key Vault). Your data never shares a database
with another organization.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get from a fresh install to a first published position and a first hire.
  </Card>

  <Card title="Core concepts" icon="compass" href="/concepts/architecture">
    Surfaces, roles, legal entities, languages, and the design philosophy.
  </Card>

  <Card title="Swiss compliance" icon="scale-balanced" href="/swiss/overview">
    ArG working time, OR vacation and sick pay, Stellenmeldepflicht, nDSG.
  </Card>

  <Card title="API reference" icon="code" href="/api-reference/introduction">
    The versioned employee-portal contract consumed by the mobile app.
  </Card>
</CardGroup>

## What the platform does

<AccordionGroup>
  <Accordion title="Recruitment" icon="users">
    Positions with per-locale job ads, publication to the careers site and to the SECO
    Job-Room (Stellenmeldepflicht), a Kanban application pipeline with configurable
    stages, interview scheduling through Microsoft Graph, structured reference checks,
    talent pools, and a decision module for the hiring call.

    [Read more →](/guides/recruitment/overview)
  </Accordion>

  <Accordion title="Employee lifecycle" icon="user-check">
    Pre-boarding journeys that start the moment an offer is accepted, onboarding
    checklists, the employee dossier with dated employment periods, contract
    generation and e-signature, the probation companion, work certificates
    (Arbeitszeugnis), and offboarding.

    [Read more →](/guides/lifecycle/overview)
  </Accordion>

  <Accordion title="Time, absence, and sick leave" icon="clock">
    Time tracking with ArG break and rest-time checks, leave requests with balances,
    sick-leave reporting with certificate handling and OR Art. 324a salary
    continuation, plus canton-specific public holidays and school holidays.

    [Read more →](/guides/time-absence/time-tracking)
  </Accordion>

  <Accordion title="Payroll" icon="franc-sign">
    A full Swiss payroll engine: tenant master data (Lohnarten, Kontenplan,
    Versicherungen), monthly Lohnabrechnung runs, payslip dispatch, pain.001 payment
    batches with camt reconciliation, FIBU transfer, and the year-end set —
    Lohnausweis, Quellensteuerbescheinigung, and Swissdec ELM Jahresmeldung.

    [Read more →](/guides/payroll/overview)
  </Accordion>

  <Accordion title="Development and dialogue" icon="comments">
    Feedback cycles built on reflection rather than ratings, employee surveys with
    real anonymity and k-anonymity thresholds, a compensation model with roles and
    salary bands, and a decision module supporting consent, advice process, and
    systemic consensus.

    [Read more →](/guides/people/feedback)
  </Accordion>

  <Accordion title="Finance" icon="chart-pie">
    Department budgets across five budgeting methods, rolling forecasts,
    participatory proposals, and expense reports with receipt OCR, Swiss per-diem
    categories, two-level approval, and payroll reimbursement.

    [Read more →](/guides/finance/budgeting)
  </Accordion>
</AccordionGroup>

## Who this documentation is for

| You are…                   | Start here                                             |
| -------------------------- | ------------------------------------------------------ |
| An HR user of the platform | [Quickstart](/quickstart) then the **Guides** tab      |
| An administrator           | [Settings and users](/guides/admin/settings-and-users) |
| A Swiss payroll specialist | [Payroll overview](/guides/payroll/overview)           |
| A developer                | [Local setup](/development/local-setup)                |
| Running the infrastructure | [Operations overview](/operations/overview)            |
| Building against the API   | [API reference](/api-reference/introduction)           |

<Note>
  Swiss HR Easy ships in German, French, and English. The product UI, the employee portal, and all
  applicant- and employee-facing communication are translatable per locale. See
  [Languages](/concepts/languages).
</Note>
