> 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/outsmart-knowledge-base/outsmart-knowledge-base-de/integrationen/integrationen/trackjack/was-ist-trackjack.md).

# Was ist TrackJack?

**TrackJack** verbindet OutSmart mit Ihrem TrackJack-Konto.

Es importiert Fahrer-, Fahrzeug-, Standort-, Route- und Stundendaten in OutSmart.

### Was Sie mit TrackJack tun

* TrackJack-Fahrer in OutSmart importieren
* Fahrzeuge mit Kennzeichen, Marke und Modell importieren
* den zuletzt bekannten Fahrzeugstandort auf der Plantafel-Karte anzeigen
* Route als Reisebuchungen importieren
* Fahrzeit und Parkzeit als Stundenbuchungen importieren

### Was mit OutSmart synchronisiert wird

Mit **TrackJack** in OutSmart können Sie:

* importieren **Fahrer** als Mitarbeiter
* importieren **Fahrzeuge** in die Fahrzeugliste
* importieren **Standorte** für die Plantafel-Karte
* importieren **Route** als Fahrtenbuchungen
* importieren **Fahrstunden** als Reisezeit-Buchungen
* importieren **Parkstunden** als Arbeitszeit-Buchungen

### So funktioniert der Import

TrackJack ist eine **nur importierende** Integration.

Daten fließen von TrackJack in OutSmart.

OutSmart sendet keine Daten an TrackJack zurück.

Die automatische Synchronisierung läuft alle **15 Minuten**.

Routen und Stunden können später erscheinen als Fahrer- oder Standortaktualisierungen.

### Was Sie zuerst benötigen

Bevor Sie beginnen, stellen Sie sicher, dass Sie Folgendes haben:

* Zugriff auf **Einstellungen → Allgemein → Softwareintegrationen**
* die **TrackJack** Integration in Ihrer Lizenz
* Ihr TrackJack **Benutzername** und **Passwort**
* Mitarbeiter in OutSmart für die Fahrer, die Sie verknüpfen möchten

{% hint style="warning" %}
Um Routen und Stunden korrekt zu importieren, ordnen Sie jeden TrackJack-Fahrer dem richtigen OutSmart-Mitarbeiter zu.

Ohne diese Zuordnung überspringt OutSmart Route- und Stundeneinträge für diesen Fahrer.
{% endhint %}

### So funktioniert der Ablauf

1. Verbinden Sie Ihr TrackJack-Konto.
2. Wählen Sie aus, was OutSmart importieren soll.
3. Legen Sie das Synchronisationsdatum fest.
4. Ordnen Sie TrackJack-Fahrer Mitarbeitern zu.
5. Speichern Sie die Einstellungen.
6. Führen Sie die erste Synchronisierung aus.

### Verwandte Themen

* [**TrackJack**](/outsmart-knowledge-base/outsmart-knowledge-base-de/integrationen/integrationen/trackjack.md)
* [**TrackJack einrichten**](/outsmart-knowledge-base/outsmart-knowledge-base-de/integrationen/integrationen/trackjack/trackjack-einrichten.md)
* [**Routen und Stunden von TrackJack importieren**](/outsmart-knowledge-base/outsmart-knowledge-base-de/integrationen/integrationen/trackjack/routen-und-stunden-aus-trackjack-importieren.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/outsmart-knowledge-base/outsmart-knowledge-base-de/integrationen/integrationen/trackjack/was-ist-trackjack.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.
