> For the complete documentation index, see [llms.txt](https://docs.movesdk.com/move-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.movesdk.com/move-platform/data-privacy-gdpr.md).

# Data privacy (GDPR)

## Data collection for Move SDK

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

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

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

{% hint style="info" %}
**Note:**

* All collected data by the MOVE SDK is transmitted to the Dolphin Technologies backend for processing.
* Host app developers are responsible for declaring all data collection and sharing in the Google Play Data Safety section and Apple Privacy Nutrition Label.
* To delete locally stored SDK data, call `deleteLocalData()`.
* User data on the Dolphin Technologies backend can be managed via the [MOVE Dashboard](https://dashboard.movesdk.com/), including data deletion and feature configuration.
  {% endhint %}


---

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

```
GET https://docs.movesdk.com/move-platform/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.
