> ## 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.

# Implementation

> Set up Kombo, from API keys to your first sync.

Everything you need to go from a fresh Kombo account to reading real data:
creating an integration, authenticating, and running your first sync.

Articles in this section cover account setup, environments, and the questions
that come up during a first implementation. In the meantime, the developer
documentation walks through the full flow.

<CardGroup cols={2}>
  <Card title="Getting started" icon="signs-post" href="/hris/getting-started">
    The end-to-end walkthrough: create an integration, connect a tool, and read
    your first records.
  </Card>

  <Card title="Authentication" icon="key" href="/hris/getting-started/authentication">
    How API keys work and how to authenticate your requests.
  </Card>

  <Card title="Sandbox integrations" icon="flask" href="/hris/getting-started/sandbox-integrations">
    Test against sandbox data before you connect a real customer.
  </Card>

  <Card title="Environments" icon="layer-group" href="/hris/guides/environments">
    How test and production environments differ and when to use each.
  </Card>

  <Card title="Libraries and SDKs" icon="cube" href="/libraries-and-sdks">
    Official clients for TypeScript, Python, and more.
  </Card>

  <Card title="The dashboard" icon="gauge" href="/the-dashboard">
    Where to find integrations, logs, and settings.
  </Card>
</CardGroup>
