# Geolocation Check

The geolocation check operates by cross-referencing the geographical GPS location data from the user's mobile device with the country of residence provided.

When the geolocation check is performed, the mobile device will prompt the user to grant permission to access their device's location data. Upon permission, real-time geolocation data is captured from the mobile device, including latitude and longitude coordinates.&#x20;

The coordinates are used to determine the country where the mobile device is currently located. The identified country is then compared with the user's confirmed country of residence. If the countries match, the check will pass. If there is a discrepancy or the location service permission is denied, the check will require review.

This check can be used as an additional layer of verification to help prevent fraudulent application from overseas.&#x20;


---

# 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://verify-doc.tiller-verify.com/service-information/the-checks/geolocation-check.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.
