PF
PeopleFlow
HomeFeaturesPricingDocsAboutContact
Sign InStart Free Trial
PF
PeopleFlow

Modern HR & Payroll software for Caribbean and emerging market businesses.

Product

  • Features
  • Pricing
  • Get Started
  • Documentation

Company

  • About Us
  • Contact
  • Blog
  • Careers

Legal

  • Privacy Policy
  • Terms of Service
  • Security

2024-2026 PeopleFlow HR Suite. All rights reserved.

Serving Caribbean & LATAM businesses
Documentation

How can we help you?

Everything you need to get the most out of PeopleFlow. Guides, tutorials, and API reference.

Quick Start Guides

Get up and running in minutes

View All
Getting Started
Set up your PeopleFlow account in under 10 minutes

10 min read

Add Your First Employee
Import employees or add them manually with our wizard

5 min read

Configure Time Tracking
Set up clock-in methods, shifts, and attendance rules

8 min read

Run Your First Payroll
Process payroll with automatic tax calculations

12 min read

Browse by Category

Explore our comprehensive documentation

24 articles
Employee Management
Profiles, org charts, onboarding, and offboarding
18 articles
Time & Attendance
Clock-in, timesheets, shifts, and overtime
15 articles
Leave Management
Leave types, policies, accruals, and approvals
32 articles
Payroll & Tax
Pay runs, tax tables, deductions, and reports
12 articles
Multi-Country Setup
Caribbean tax laws, NIS, NHT, PAYE configurations
20 articles
Settings & Configuration
Company settings, roles, permissions, and workflows
45 articles
API Reference
REST API docs, webhooks, and integrations
28 articles
User Guide
Step-by-step guides for all features
10 articles
Security & Compliance
Data protection, audit logs, and access controls

Popular Articles

Most viewed by our users

How to set up multi-country payroll
Payroll
Configuring WhatsApp clock-in
Time & Attendance
Understanding Trinidad NIS calculations
Tax
Setting up leave accrual policies
Leave
Importing employees from CSV
Employees
Creating custom approval workflows
Settings

Additional Resources

More ways to learn and get help

Video Tutorials

Step-by-step video guides for common tasks

30+ videos

Templates & Downloads

CSV templates, policy documents, and checklists

Free

Live Support

Chat with our support team for immediate help

24/7

Community Forum

Connect with other PeopleFlow users

5k+ members
For Developers

API Reference

Build custom integrations with our comprehensive REST API. Full documentation with examples in cURL, JavaScript, Python, and more.

REST APIWebhooksOAuth 2.0Rate Limiting
API DocsQuick Start
// Example: Get employees
const response = await fetch(
  'https://peopleflowhr.net/api/v1/employees',
  {
    headers: {
      'Authorization': 'Bearer YOUR_API_KEY',
      'Content-Type': 'application/json'
    }
  }
);

const employees = await response.json();

Can't find what you're looking for?

Our support team is ready to help you with any questions.

Contact SupportJoin Community