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

# Supported providers

export const ProviderTableRow = ({img, name, realTime, assetRegister, positions, trips, tripMilestones, operatingEvents, safetyEvents}) => {
  return <tr style={{
    margin: 0,
    padding: 0
  }}>
            <td style={{
    margin: 0,
    minWidth: '8rem'
  }}>
                <img src={img} noZoom width="100" style={{
    margin: 0
  }} />
            </td>
            <td style={{
    margin: 0,
    minWidth: '12rem'
  }}>
                {name}
            </td>
            <td style={{
    margin: 0,
    minWidth: '10rem'
  }}>
                <img src={`${IMAGE_BASE_URL}/images/badge-${realTime}.png`} noZoom width="80" />
            </td>
            <td style={{
    margin: 0,
    minWidth: '10rem'
  }}>
                <img src={`${IMAGE_BASE_URL}/images/badge-${assetRegister}.png`} noZoom width="80" />
            </td>
            <td style={{
    margin: 0,
    minWidth: '10rem'
  }}>
                <img src={`${IMAGE_BASE_URL}/images/badge-${positions}.png`} noZoom width="80" />
            </td>            
            <td style={{
    margin: 0,
    minWidth: '10rem'
  }}>
                <img src={`${IMAGE_BASE_URL}/images/badge-${trips}.png`} noZoom width="80" />
            </td>
            <td style={{
    margin: 0,
    minWidth: '10rem'
  }}>
                <img src={`${IMAGE_BASE_URL}/images/badge-${tripMilestones}.png`} noZoom width="80" />
            </td>
            <td style={{
    margin: 0,
    minWidth: '10rem'
  }}>
                <img src={`${IMAGE_BASE_URL}/images/badge-${operatingEvents}.png`} noZoom width="80" />
            </td>
            <td style={{
    margin: 0,
    minWidth: '10rem'
  }}>
                <img src={`${IMAGE_BASE_URL}/images/badge-${safetyEvents}.png`} noZoom width="80" />
            </td>            
        </tr>;
};

export const ProviderTable = ({children}) => <table style={{
  display: 'flex',
  flexWrap: 'wrap',
  padding: '0 0 0 0',
  alignItems: 'center'
}}>
        <tr style={{
  margin: 0,
  paddingBottom: '1rem',
  minHeight: 0,
  borderBottom: '1px solid #000'
}}>
            <th style={{
  minWidth: '8rem'
}}>Provider</th>
            <th style={{
  minWidth: '12rem'
}}></th>
            <th style={{
  minWidth: '10rem'
}}>Real-Time Status</th>
            <th style={{
  minWidth: '10rem'
}}>Asset Register</th>
            <th style={{
  minWidth: '10rem'
}}>Positions</th>
            <th style={{
  minWidth: '10rem'
}}>Trips</th>
            <th style={{
  minWidth: '10rem'
}}>Trip Milestones</th>
            <th style={{
  minWidth: '10rem'
}}>Operating Events</th>
            <th style={{
  minWidth: '10rem'
}}>Safety Events</th>
        </tr>
        {children}
    </table>;

The table below lists the asset tracking providers PathStack supports and what data types are available. For help connecting a specific provider, check out the [integration guides](/integration-guides) page.

export const IMAGE_BASE_URL = 'https://mintlify.s3-us-west-1.amazonaws.com/nuonic-39';

<ProviderTable>
  <ProviderTableRow img={IMAGE_BASE_URL + '/images/telematics/brand-logo-verizon.png'} name={'Verizon Connect REVEAL'} realTime={'available'} assetRegister={'available'} positions={'available'} trips={'available'} tripMilestones={'planned'} operatingEvents={'planned'} safetyEvents={'planned'} />

  <ProviderTableRow img={IMAGE_BASE_URL + '/images/telematics/brand-logo-verizon.png'} name={'Verizon Connect Telogis'} realTime={'planned'} assetRegister={'available'} positions={'available'} trips={'available'} tripMilestones={'planned'} operatingEvents={'planned'} safetyEvents={'planned'} />

  <ProviderTableRow img={IMAGE_BASE_URL + '/images/telematics/brand-logo-navman.png'} name={'Teletrac Navman T360'} realTime={'available'} assetRegister={'available'} positions={'available'} trips={'available'} tripMilestones={'planned'} operatingEvents={'planned'} safetyEvents={'planned'} />

  <ProviderTableRow img={IMAGE_BASE_URL + '/images/telematics/brand-logo-volvo.png'} name={'Volvo Dynafleet'} realTime={'available'} assetRegister={'planned'} positions={'planned'} trips={'planned'} tripMilestones={'planned'} operatingEvents={'planned'} safetyEvents={'unavailable'} />

  <ProviderTableRow img={IMAGE_BASE_URL + '/images/telematics/brand-logo-bestrane.png'} name={'Bestrane'} realTime={'available'} assetRegister={'available'} positions={'available'} trips={'available'} tripMilestones={'planned'} operatingEvents={'planned'} safetyEvents={'planned'} />

  <ProviderTableRow img={IMAGE_BASE_URL + '/images/telematics/brand-logo-blackbox.png'} name={'Blackbox Incontrol'} realTime={'planned'} assetRegister={'available'} positions={'available'} trips={'available'} tripMilestones={'planned'} operatingEvents={'planned'} safetyEvents={'planned'} />

  <ProviderTableRow img={IMAGE_BASE_URL + '/images/telematics/brand-logo-dm.png'} name={'Digital Matter'} realTime={'available'} assetRegister={'available'} positions={'available'} trips={'available'} tripMilestones={'planned'} operatingEvents={'planned'} safetyEvents={'planned'} />

  <ProviderTableRow img={IMAGE_BASE_URL + '/images/telematics/brand-logo-fleetcomplete.png'} name={'Fleet Complete'} realTime={'available'} assetRegister={'available'} positions={'available'} trips={'available'} tripMilestones={'planned'} operatingEvents={'planned'} safetyEvents={'planned'} />

  <ProviderTableRow img={IMAGE_BASE_URL + '/images/telematics/brand-logo-fleetware.png'} name={'Fleetware'} realTime={'planned'} assetRegister={'available'} positions={'available'} trips={'available'} tripMilestones={'planned'} operatingEvents={'planned'} safetyEvents={'planned'} />

  <ProviderTableRow img={IMAGE_BASE_URL + '/images/telematics/brand-logo-futurefleet.png'} name={'Future Fleet'} realTime={'available'} assetRegister={'available'} positions={'available'} trips={'available'} tripMilestones={'planned'} operatingEvents={'planned'} safetyEvents={'planned'} />

  <ProviderTableRow img={IMAGE_BASE_URL + '/images/telematics/brand-logo-geoforce.png'} name={'Geoforce'} realTime={'available'} assetRegister={'available'} positions={'available'} trips={'available'} tripMilestones={'planned'} operatingEvents={'planned'} safetyEvents={'planned'} />

  <ProviderTableRow img={IMAGE_BASE_URL + '/images/telematics/brand-logo-geotab.png'} name={'Geotab'} realTime={'available'} assetRegister={'available'} positions={'available'} trips={'available'} tripMilestones={'planned'} operatingEvents={'planned'} safetyEvents={'planned'} />

  <ProviderTableRow img={IMAGE_BASE_URL + '/images/telematics/brand-logo-intellifleet.png'} name={'Intellifleet'} realTime={'available'} assetRegister={'available'} positions={'available'} trips={'available'} tripMilestones={'planned'} operatingEvents={'planned'} safetyEvents={'planned'} />

  <ProviderTableRow img={IMAGE_BASE_URL + '/images/telematics/brand-logo-linxio.png'} name={'Linxio'} realTime={'available'} assetRegister={'available'} positions={'available'} trips={'available'} tripMilestones={'planned'} operatingEvents={'planned'} safetyEvents={'planned'} />

  <ProviderTableRow img={IMAGE_BASE_URL + '/images/telematics/brand-logo-mactrack.png'} name={'MacTrack'} realTime={'available'} assetRegister={'available'} positions={'available'} trips={'available'} tripMilestones={'planned'} operatingEvents={'planned'} safetyEvents={'planned'} />

  <ProviderTableRow img={IMAGE_BASE_URL + '/images/telematics/brand-logo-mixt.png'} name={'Mix Telematics'} realTime={'available'} assetRegister={'available'} positions={'available'} trips={'available'} tripMilestones={'planned'} operatingEvents={'planned'} safetyEvents={'planned'} />

  <ProviderTableRow img={IMAGE_BASE_URL + '/images/telematics/brand-logo-mtd.png'} name={'MT Data'} realTime={'planned'} assetRegister={'available'} positions={'available'} trips={'available'} tripMilestones={'planned'} operatingEvents={'planned'} safetyEvents={'planned'} />

  <ProviderTableRow img={IMAGE_BASE_URL + '/images/telematics/brand-logo-procon.png'} name={'Procon'} realTime={'planned'} assetRegister={'planned'} positions={'planned'} trips={'planned'} tripMilestones={'planned'} operatingEvents={'planned'} safetyEvents={'planned'} />

  <ProviderTableRow img={IMAGE_BASE_URL + '/images/telematics/brand-logo-radius.png'} name={'Radius'} realTime={'available'} assetRegister={'available'} positions={'planned'} trips={'planned'} tripMilestones={'planned'} operatingEvents={'planned'} safetyEvents={'planned'} />

  <ProviderTableRow img={IMAGE_BASE_URL + '/images/telematics/brand-logo-rm.png'} name={'Rand McNally (Fleetsu)'} realTime={'planned'} assetRegister={'available'} positions={'available'} trips={'available'} tripMilestones={'planned'} operatingEvents={'planned'} safetyEvents={'planned'} />

  <ProviderTableRow img={IMAGE_BASE_URL + '/images/telematics/brand-logo-scania.png'} name={'Scania'} realTime={'planned'} assetRegister={'available'} positions={'planned'} trips={'planned'} tripMilestones={'planned'} operatingEvents={'planned'} safetyEvents={'planned'} />

  <ProviderTableRow img={IMAGE_BASE_URL + '/images/telematics/brand-logo-thefleetoffice.png'} name={'The Fleet Office'} realTime={'planned'} assetRegister={'available'} positions={'available'} trips={'available'} tripMilestones={'planned'} operatingEvents={'planned'} safetyEvents={'planned'} />

  <ProviderTableRow img={IMAGE_BASE_URL + '/images/telematics/brand-logo-toyota.png'} name={'Toyota Halo'} realTime={'planned'} assetRegister={'available'} positions={'available'} trips={'available'} tripMilestones={'planned'} operatingEvents={'planned'} safetyEvents={'planned'} />

  <ProviderTableRow img={IMAGE_BASE_URL + '/images/telematics/brand-logo-vdaq.png'} name={'VDAQ'} realTime={'planned'} assetRegister={'available'} positions={'available'} trips={'available'} tripMilestones={'planned'} operatingEvents={'planned'} safetyEvents={'planned'} />

  <ProviderTableRow img={IMAGE_BASE_URL + '/images/telematics/brand-logo-webfleet.png'} name={'Bridgestone Webfleet'} realTime={'planned'} assetRegister={'available'} positions={'available'} trips={'available'} tripMilestones={'planned'} operatingEvents={'planned'} safetyEvents={'planned'} />

  <ProviderTableRow img={IMAGE_BASE_URL + '/images/telematics/brand-logo-wialon.png'} name={'Wialon'} realTime={'planned'} assetRegister={'available'} positions={'available'} trips={'available'} tripMilestones={'planned'} operatingEvents={'planned'} safetyEvents={'planned'} />
</ProviderTable>

<Tip>
  If your provider is not listed above or you have other tracking data sources, we have a range of options to ingest and
  combine custom data streams. Please [contact us](/legal/contact-information) for more information.
</Tip>
