# Data privacy (GDPR)

## Data collection

The following describes which kind of user data is transmitted to the MOVE Plattform.&#x20;

{% hint style="warning" %}
The application is responsible to comply with the[ Google Play Policy](https://play.google.com/about/developer-content-policy/) or Apple Policy.
{% endhint %}

| Configuration                                                                                     | Transmitted                                                                   |
| ------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
| [Driving](/move-platform/move-sdk-1.x/move-services.md#trip-detection)                            | Locations & Activities (walking, running , cycling, vehicle) during trip      |
| [Bicycle](/move-platform/move-sdk-1.x/move-services.md#modes-of-transport)                        | Locations & Activities (walking, running, cycling, vehicle)  during trip      |
| [Walking](/move-platform/move-sdk-1.x/move-services.md#modes-of-transport)                        | Activities 24/7                                                               |
| [Distraction free driving](/move-platform/move-sdk-1.x/move-services.md#distraction-free-driving) | <p>Phone call events during trip, <br>Touchscreen interaction during trip</p> |
| [Driving behaviour events](/move-platform/move-sdk-1.x/move-services.md#driving-behaviour-events) | Sensor data during trip                                                       |
| [Points of interests](/move-platform/move-sdk-1.x/move-services.md#points-of-interest)            | Location on target point                                                      |


---

# Agent Instructions: 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:

```
GET https://docs.movesdk.com/move-platform/move-sdk-1.x/data-privacy-gdpr.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
