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

# Integrations - Overview

> Systems and services that Twine connects with

Each integration page lists the data domains Twine supports for that system, along with read/write capabilities and transport type. These reflect **Twine's current integration capabilities** - not the full feature set of the system itself.

Where a capability is listed as not supported (✗), it indicates a commonly requested feature that the system itself does not support. If that changes, Twine will likely implement it.

<Columns cols={2}>
  <Card title="HRIS" icon="users" href="/integrations/hris">
    Human resource information systems - employee records, org structure, and
    more.
  </Card>

  <Card title="Payroll" icon="money-bill" href="/integrations/payroll">
    Payroll systems - salary, employment terms, and compensation data.
  </Card>

  <Card title="Identity Providers" icon="id-card" href="/integrations/identity-providers">
    Identity and directory systems such as Microsoft Entra ID and
    SCIM-compatible services.
  </Card>

  <Card title="Time Tracking" icon="clock" href="/integrations/time-tracking">
    Time tracking systems - hours worked, absences, and schedules.
  </Card>

  <Card title="ATS" icon="user-plus" href="/integrations/ats">
    Applicant tracking systems - candidates, hiring pipelines, and onboarding.
  </Card>

  <Card title="File Transfer" icon="file-arrow-up" href="/integrations/file-transfer">
    File transfer systems - bulk data exchange via S3, SFTP, and similar
    services.
  </Card>

  <Card title="Expenses" icon="receipt" href="/integrations/expenses">
    Expense management systems - receipts, reimbursements, and bookkeeping data.
  </Card>

  <Card title="Other" icon="puzzle-piece" href="/integrations/other">
    Other systems and services that Twine integrates with.
  </Card>
</Columns>
