> For the complete documentation index, see [llms.txt](https://docs.high-mobility.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.high-mobility.com/oem-guides/volkswagen-group/guide.md).

# Guide

Here is our fleet data guide for the Volkswagen Group brands Volkswagen, Volkswagen Commercial Vehicles, Audi, Skoda, SEAT and CUPRA.

{% hint style="info" %}
**AVAILABLE DATA POINTS**

You can find a breakdown of all available data points in the [Auto API availability for Volkswagen, Volkswagen Commercial Vehicles, Audi, Skoda, SEAT and CUPRA](https://airtable.com/appnqv8fdlWYRB0D4/shrGfnUdkGAc75aDp) table.
{% endhint %}

| FEATURE                               | AVAILABILITY |
| ------------------------------------- | ------------ |
| Eligibility API                       | ❌            |
| Support adding a VIN to multiple Apps | ❌            |
| Streaming                             | ✅            |
| Support canceling a pending clearance | ✅            |

### Eligible Models

The following European-market models can have factory-fitted telematics hardware and are eligible. In order for the activation to succeed, the vehicle needs to have connectivity settings enabled.

You can find the complete list of eligible models here: <https://fleet-interface.de/supported-brands>

{% hint style="info" %}
**LIVE GPS NOT AVAILABLE FOR AUDI and electric vehicles**

Live vehicle location data at a rate of 30s is not available for **Audi** models, as these vehicles can only provide a GPS update at the end of each journey.&#x20;

The same limitation will apply to VW, SEAT and Skoda **electric vehicles** once they become available.
{% endhint %}

### Supported Markets

3rd parties and fleet operators in the European Economic Area can gain access to vehicle data.

### API Pricing

For example pricing, please visit our [pricing page](https://high-mobility.com/pricing). You are presented with the final pricing within the platform when creating a production app.

### Data Points

You can find a breakdown of all available data points in the following table: [Auto API availability for Volkswagen, Volkswagen Commercial Vehicles, Audi, Skoda, SEAT and CUPRA](https://airtable.com/appnqv8fdlWYRB0D4/shrGfnUdkGAc75aDp). Each request returns data points and corresponding timestamps; the timestamps indicate the moment the data was transferred from the vehicle.

### Data Packages update frequency

| PACKAGE          | UPDATE FREQUENCY    |
| ---------------- | ------------------- |
| Mileage          | Ignition Off        |
| Consumption      | Ignition Off        |
| Vehicle Location | Every 30 seconds \* |
| Vehicle Health   | Every 24 h          |
| Trip             | Ignition Off        |
| Base             | Ignition Off        |
| Base Trip-End    | Ignition Off        |
| Maintenance      | Every 24 h          |

{% hint style="warning" %}
\*MOD4 vehicles and Audi vehicles are not able to provide live location data

<img src="/files/DhbcZIMptqWmokWLBsHz" alt="" data-size="original">
{% endhint %}

### More Information

If you have any questions, please contact us on [Slack](https://slack.high-mobility.com/) or [send us an email](mailto:sales@high-mobility.com).


---

# 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://docs.high-mobility.com/oem-guides/volkswagen-group/guide.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.
