> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/integrations/integrations/trackjack/link-trackjack-drivers-to-employees.md).

# Link TrackJack drivers to employees

Map TrackJack drivers to OutSmart employees so routes and hours book correctly.

Link each **TrackJack** driver to the right **OutSmart** employee.

This lets OutSmart assign routes and hours to the correct person.

### Why driver linking matters

TrackJack uses its own driver records.

OutSmart uses employee records.

OutSmart only imports routes and hours when it can match the TrackJack driver to an OutSmart employee.

{% hint style="warning" %}
If a driver is not linked, OutSmart skips that driver's routes and hours.
{% endhint %}

{% stepper %}
{% step %}

### Open the TrackJack settings

Go to **Settings → General → Software integrations**.

Open **TrackJack**.
{% endstep %}

{% step %}

### Open Link drivers

Click **Link drivers**.

This opens the driver mapping window.
{% endstep %}

{% step %}

### Add a new mapping

Click the **plus** button.

A new row appears in the mapping table.
{% endstep %}

{% step %}

### Choose the employee and driver

Select the **OutSmart employee** on one side.

Select the matching **TrackJack driver** on the other side.
{% endstep %}

{% step %}

### Repeat for all drivers

Add one mapping row per driver.

Repeat until all required drivers are linked.
{% endstep %}

{% step %}

### Save the mapping

Click **Save**.

The mapping is then used during sync.
{% endstep %}
{% endstepper %}

### Before you start

Make sure these conditions are met:

* the driver already exists in TrackJack
* the employee already exists in OutSmart
* the TrackJack connection is active

### Frequently asked questions

<details>

<summary>What happens if a driver is not linked?</summary>

OutSmart cannot assign the route or hour entry.

That data is skipped.

</details>

<details>

<summary>Can one employee be linked to multiple TrackJack drivers?</summary>

Avoid that setup.

Use one employee per driver when possible.

This prevents duplicate or confusing registrations.

</details>

<details>

<summary>Do I need to change the mapping when a driver changes vehicle?</summary>

No.

The mapping is based on the driver.

It is not based on the vehicle.

</details>

<details>

<summary>What should I do when a new driver appears in TrackJack?</summary>

Create the employee in OutSmart if needed.

Then add a new mapping row for that driver.

</details>

### Related topics

* [**TrackJack**](/integrations/integrations/trackjack.md)
* [**Set up TrackJack**](/integrations/integrations/trackjack/set-up-trackjack.md)
* [**Import routes and hours from TrackJack**](/integrations/integrations/trackjack/import-routes-and-hours-from-trackjack.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://knowledge.out-smart.com/integrations/integrations/trackjack/link-trackjack-drivers-to-employees.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
