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

# Introduction

> Learn how you can put integrations on autopilot through Kombo’s unified APIs.

Welcome to the Kombo docs! You’ve come to the right place to learn more about how Kombo can help you build integrations faster and more reliably.

### **What is Kombo?**

Kombo offers unified APIs for HR Tech. We allow our customers to build a single integration to Kombo and instantly launch all the HRIS and ATS integrations in **[Kombo’s ever-growing portfolio](https://www.kombo.dev/categories/all)** to their customers.

We do this by standardizing the data models exposed by the integrations we support and allowing you to interact with the unified models using a set of clearly defined endpoints.

This way, reading employees from an enterprise HR solution like **[SAP SuccessFactors](https://www.kombo.dev/integrations/successfactors)** will look the same as reading employees from a more SMB-focused tool like **[Personio](https://www.kombo.dev/integrations/personio)**. It’s the same set of data models and fields you can rely on.

### Unified APIs

When building multiple integrations for different tools, the effort and time spent both to build and maintain these integrations can quickly rack up. With Kombo, you don’t have to worry about the complexity of the tool; you’ll receive data in the same format for every tool you choose to support.

We offer a separate unified interface per software category. Click on one of the buttons below to learn more about the data models and write-actions we provide per category.

<CardGroup cols={2}>
  <Card title="Unified HRIS API" icon="users" href="/hris/introduction">
    Learn how you can read employee data, manage absences, and more through
    Kombo's API.
  </Card>

  <Card title="Unified LMS API" icon="graduation-cap" href="/lms/introduction">
    Learn how you can read users, courses, and track learning progress through
    Kombo's LMS API.
  </Card>

  <Card title="Unified ATS API" icon="briefcase" href="/ats/introduction">
    Learn how you can read jobs, create and track candidates, and more through
    Kombo's API.
  </Card>

  <Card title="Unified ATS-Assessment API" icon="briefcase" href="/assessment/introduction">
    Learn how you can write assessments to an ATS, receive notifications about
    completed ones and then send the results back, and more through Kombo's API.
  </Card>
</CardGroup>

## Further resources

Explore our other resources to learn more about Kombo.

<CardGroup cols={2}>
  <Card title="Official SDKs" icon="code" href="/libraries-and-sdks">
    Use our official SDKs for ergonomic and type-safe API interactions.
  </Card>

  <Card title="OpenAPI Schema" icon="brackets-curly" href="https://api.kombo.dev/openapi.json">
    Download our OpenAPI schema for testing and code generation.
  </Card>

  <Card title="Integrations" icon="grid-2" href="https://www.kombo.dev/categories/all">
    See what integrations we already offer across our categories.
  </Card>

  <Card title="Security Portal" icon="shield" href="https://security.kombo.dev">
    Find answers to all your security and compliance questions.
  </Card>

  <Card title="Contact Us" icon="message-question" href="mailto:support@kombo.dev">
    Have a question that isn't answered here? We're always happy to help!
  </Card>
</CardGroup>
