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

# HR overview

> Employee records, leave, contracts, and HR operations for the Fluide Suite.

# HR overview

**Fluide HR** manages employees, employment contracts, leave, performance, OKRs, country configuration, compliance, and HR insights. It is the **canonical source** for employee records used by Payroll and other suite products.

## Base path

`/api/v1/hr/*`

Authorize requests with your developer credentials — see [Authorization](/getting-started/authorization).

## What you can build

| Area        | Description                                 |
| ----------- | ------------------------------------------- |
| Employees   | Create, update, and search employee records |
| Leave       | Policies, requests, and balances            |
| Contracts   | Employment terms and lifecycle              |
| Performance | Reviews, goals, and OKRs                    |
| Insights    | HR analytics and reporting inputs           |

<CardGroup cols={2}>
  <Card title="HR quickstart" icon="rocket" href="/hr/quickstart">
    Verify access and create your first employee.
  </Card>

  <Card title="HR API reference" icon="code" href="/api-reference/hr">
    Endpoints, schemas, and interactive playground.
  </Card>
</CardGroup>
