> ## Documentation Index
> Fetch the complete documentation index at: https://docs.withterminal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Documentation for Terminal's common model schemas

All data Terminal provides is normalized to our Common Models, which are schemas that remain consistent across all providers. This section documents these common models that you'll encounter when working with Terminal data, regardless of the provider. You can see the common models supported by each provider on our [Provider Explorer](/providers/explorer) page.

Here are the common models available from Terminal:

## Entities

<Card title="Vehicle" href="/models/vehicle" arrow="true">
  The model representing a vehicle in Terminal.
</Card>

<Card title="Driver" href="/models/driver" arrow="true">
  The model representing a driver in Terminal.
</Card>

<Card title="Group" href="/models/group" arrow="true">
  A group represents a collection of assets (vehicles, trailers, drivers)
  defined by the provider.
</Card>

<Card title="Device" href="/models/device" arrow="true">
  Type of device installed in a vehicle.
</Card>

<Card title="Trailer" href="/models/trailer" arrow="true">
  The model representing a trailer in Terminal.
</Card>

## Real-Time Data

<Card title="Latest Vehicle Location" href="/models/latest-vehicle-location" arrow="true">
  The latest record of a vehicle's location according to the provider.
</Card>

<Card title="HOS Available Time" href="/models/hosavailable-time" arrow="true">
  The available time left on the clock for a specific driver.
</Card>

<Card title="Latest Trailer Location" href="/models/latest-trailer-location" arrow="true">
  The latest record of a trailer's location according to the provider.
</Card>

## Historical Data

<Card title="Vehicle Location" href="/models/vehicle-location" arrow="true">
  A point-in-time record of a vehicle's location.
</Card>

<Card title="Vehicle Stat Log" href="/models/vehicle-stat-log" arrow="true">
  A point-in-time record of stats and logs for a specific vehicle.
</Card>

<Card title="Safety Event" href="/models/safety-event" arrow="true">
  A normalized record of a safety-related incident that occurred during a
  vehicle's operation. These events are detected and recorded by the telematics
  provider's system.
</Card>

<Card title="Trip" href="/models/trip" arrow="true">
  Trips define a period of time where a vehicle is in motion. Trips are based on
  the provider's definition.
</Card>

<Card title="Vehicle Utilization Day" href="/models/vehicle-utilization-day" arrow="true">
  Daily vehicle usage metrics for a specific vehicle and date.
</Card>

<Card title="Vehicle Utilization" href="/models/vehicle-utilization" arrow="true">
  Vehicle usage metrics for a specific vehicle and date range.
</Card>

<Card title="Fault Code Event" href="/models/fault-code-event" arrow="true">
  A fault code observed at a specific time
</Card>

<Card title="HOS Log" href="/models/hoslog" arrow="true">
  Records a change in duty status by a driver.
</Card>

<Card title="HOS Daily Log" href="/models/hosdaily-log" arrow="true">
  Record of daily hours of service.
</Card>

<Card title="IFTA Vehicle Month" href="/models/iftavehicle-month" arrow="true">
  Mileage driven by a vehicle, month and jurisdiction. In the API, this is
  summarized by the [IFTA Summary](/models/iftasummary) model.
</Card>

<Card title="IFTA Summary" href="/models/iftasummary" arrow="true">
  A report of IFTA data for a specific vehicle. Currently only incremented by
  full months.
</Card>

## Terminal Platform

<Card title="Connection" href="/models/connection" arrow="true">
  The connection your application has with your customer's TSP.
</Card>

<Card title="Sync" href="/models/sync" arrow="true">
  An object containing the state of a sync job. This can be polled after
  connection linking to know when data is available for ingestion.
</Card>

<Card title="Issue" href="/models/issue" arrow="true">
  An issue is a problem we encountered while ingesting data from a connection
  that may impact the quality or completeness of the data.
</Card>

## Other

<Card title="Camera Media" href="/models/camera-media" arrow="true">
  Media from vehicle cameras associated with safety events.
</Card>
