> ## 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 to get started with Kombo's unified LMS API.

Kombo's unified LMS API allows reading data from and
writing data to Learning Management Systems
through a single standardized interface.

## Implementation guides

Choose the guide that matches your use case:

<CardGroup cols={2}>
  <Card title="Content providers" icon="book-open-reader" href="/lms/implementation-guide/content-providers">
    For compliance training, coaching platforms, video courses, and language
    learning tools pushing content to customer LMS systems.
  </Card>

  <Card title="Talent management" icon="chart-user" href="/lms/implementation-guide/talent-management">
    For skill intelligence, intranet platforms, and career pathing tools reading
    learning data from customer LMS systems.
  </Card>
</CardGroup>

## Resources

<CardGroup cols={2}>
  <Card title="Setup guide" icon="wrench" href="/lms/implementation-guide/setup">
    Configure your Kombo account, create API keys, and set up your development
    environment.
  </Card>

  <Card title="Connection setup" icon="link" href="/lms/implementation-guide/connection-setup">
    Learn how to connect your customers' LMS systems using magic links.
  </Card>

  <Card title="Explore the API reference" icon="magnifying-glass" href="/lms/v1/get-users">
    Explore what data you can read and write through our unified endpoints.
  </Card>
</CardGroup>
