# Customer Data

## What is customer data?

makeshorter gets anonymous data of link clicks for statics and redirect. These data are&#x20;

* Platform
* Device
* Browser
* Country
* Language

## Platform

gives which operation system link clicked

* Windows&#x20;
* Mac
* iOS
* Android
* Linux
* Others

## Device

gives what kind type of device link clicked

* Desktop
* Tablet
* Mobile
* Watch
* Tv
* Others

## Browser

gives browser data of link opened

* Chrome
* Firefox
* InternetExplorer
* Edge
* Safari
* Opera
* Others

## Country

gives which country from link clicked. Country codes will be 2-letter-code.&#x20;

{% embed url="<https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements>" %}

## Language

gives browser language. Language codes will be culture / country code like en-US

{% embed url="<https://en.wikipedia.org/wiki/Language_localisation>" %}


---

# 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.makeshorter.com/features/data.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.
