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

# UKG Pro Assessment Integration

> UKG Pro connector for Kombo's Assessment API

<Note>This connector is in open beta. You can freely enable it in your account.</Note>

<Note>This connector requires a partnership with UKG Pro. Please contact us to get access.</Note>

The UKG Pro Assessment integration allows you to sync Assessment data between UKG Pro and your application through Kombo's unified API. The tool slug for this connector is `ukgpro`.

## Guides and Resources

<CardGroup cols={2}>
  <Card title="Connection Setup Guide" icon="link" href="https://help.kombo.dev/hc/en-us/articles/32607774039313">
    Step-by-step instructions to connect your UKG Pro account to Kombo.
  </Card>

  <Card title="How assessment works in UKG Pro" icon="book" href="https://help.kombo.dev/hc/en-us/articles/35402264867089">
    Additional documentation and guides for UKG Pro.
  </Card>

  <Card title="How background check works in UKG Pro" icon="book" href="https://help.kombo.dev/hc/en-us/articles/43716565383441">
    Additional documentation and guides for UKG Pro.
  </Card>
</CardGroup>

## General Notes

* UKG Pro only supports inline assessment flow. Please refer to Kombo's [documentation](https://docs.kombo.dev/assessment/features/inline-assessment) on how to handle inline assessments.

## Supported Features & Coverage

<Tabs>
  <Tab title="Models">
    <Accordion title="Candidates">
      | Field         | Notes |
      | ------------- | ----- |
      | remote\_id    |       |
      | first\_name   |       |
      | last\_name    |       |
      | email         |       |
      | phone\_number |       |
    </Accordion>

    <Accordion title="Applications">
      | Field      | Notes |
      | ---------- | ----- |
      | remote\_id |       |
    </Accordion>

    <Accordion title="Jobs">
      | Field       | Notes |
      | ----------- | ----- |
      | remote\_id  |       |
      | name        |       |
      | job\_code   |       |
      | description |       |
      | location    |       |
    </Accordion>

    <Accordion title="Hiring Team Members">
      | Field       | Notes |
      | ----------- | ----- |
      | remote\_id  |       |
      | first\_name |       |
      | last\_name  |       |
      | email       |       |
    </Accordion>
  </Tab>

  <Tab title="Actions">
    <Accordion title="Update order result">
      <Note>
        UKG Pro only accepts assessment `score`s in the inclusive range of `0` to `100`. Please ensure the `score` you pass is within the required range.
      </Note>

      | Input Field           | Notes |
      | --------------------- | ----- |
      | assessment\_order\_id |       |
      | status                |       |
      | result\_url           |       |
      | completed\_at         |       |
      | score                 |       |
    </Accordion>
  </Tab>

  <Tab title="Features">
    | Feature         | Notes                                                                                                              |
    | --------------- | ------------------------------------------------------------------------------------------------------------------ |
    | Scope Testing   |                                                                                                                    |
    | Per Model Tests |                                                                                                                    |
    | End User Flow   |                                                                                                                    |
    | Bulk Invite     | UKG Pro only support inline assessment. This means the candidates will be assessed during the application process. |
    | Dedicated BCM   |                                                                                                                    |
  </Tab>
</Tabs>

## Integration Variants

**Current connector:** UKG Pro

For **UKG Pro**, we also offer the following other connector variants:

<CardGroup cols={2}>
  <Card title="UKG Pro ATS" icon="https://storage.googleapis.com/kombo-assets/integrations/ukgpro/icon.svg" href="/ats/connectors/ukgpro">
    UKG Pro for the ATS category
  </Card>

  <Card title="UKG Pro HRIS" icon="https://storage.googleapis.com/kombo-assets/integrations/ukgpro/icon.svg" href="/hris/connectors/ukgpro">
    UKG Pro for the HRIS category
  </Card>
</CardGroup>
