> 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/schnittstellen/schnittstellen/trackjack/was-ist-trackjack.md).

# Was ist TrackJack?

Verstehen Sie, was TrackJack in OutSmart importiert und wie die Synchronisierung funktioniert.

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

Es importiert Fahrer-, Fahrzeug-, Standort-, Routen- 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
* Routen als Fahrtbuchungen importieren
* Fahrzeit und Parkzeit als Stundenbuchungen importieren

### Was in OutSmart synchronisiert wird

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

* importieren **Fahrer** als Mitarbeiter
* importieren **Fahrzeuge** in die Fahrzeugliste
* importieren **Standorte** für die Plantafel-Karte
* importieren **Routen** als Fahrtbuchungen
* importieren **Fahrstunden** als Fahrtstundenbuchungen
* importieren **Parkstunden** als Arbeitsstundenbuchungen

### So funktioniert der Import

TrackJack ist eine **nur für den Import** Schnittstelle.

Die Daten fließen von TrackJack nach OutSmart.

OutSmart sendet keine Daten zurück an TrackJack.

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 → Software-Schnittstellen**
* das **TrackJack** Schnittstelle in Ihrer Lizenz
* Ihr TrackJack **Benutzernamen** 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, verknüpfen Sie jeden TrackJack-Fahrer mit dem richtigen OutSmart-Mitarbeiter.

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

### So funktioniert der Prozess

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

### Verwandte Themen

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