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

# Onboarding your customers

> Connect flows, invite links, and rolling out to end users.

How your customers connect their HR tools to your product: the connection flow
itself, the ways you can deliver it, and what to do when a connection needs to
be re-established.

<CardGroup cols={2}>
  <Card title="What is Kombo Connect?" icon="link" href="/kombo-connect">
    The hosted flow your customers use to authorize their HR tool.
  </Card>

  <Card title="Set up Kombo Connect" icon="wand-magic-sparkles" href="/hris/guides/connect/introduction">
    Choose how to launch the flow and configure it for your product.
  </Card>

  <Card title="Magic links" icon="envelope" href="/hris/guides/connect/magic-links">
    Send a customer a link instead of embedding the flow yourself.
  </Card>

  <Card title="Embedded flow" icon="window-maximize" href="/hris/guides/connect/embedded-flow">
    Run the connection flow inside your own application.
  </Card>

  <Card title="Reconnection" icon="rotate" href="/hris/guides/connect/reconnection">
    Get customers to restore access when credentials expire or change.
  </Card>

  <Card title="Setup flow" icon="list-check" href="/hris/features/setup-flow/introduction">
    Guide customers through the configuration steps after connecting.
  </Card>
</CardGroup>
