> ## Documentation Index
> Fetch the complete documentation index at: https://docs.idmetagroup.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Location Intelligence

> Verify the end user location after browser location permission is granted.

Location Intelligence verifies the end user's location after they grant browser location permission. You add it to your **Trust Flow** and configure it in the product **Settings** panel.

## How it works

### Processes

* **Browser Location Permission** — Prompts the end user to allow location access in the browser.
* **Location Verification** — Reads the device coordinates and verifies the submitted location against your trust validation context.

### Inputs

* **Latitude** — Latitude of the end user's location from the device geolocation API.
* **Longitude** — Longitude of the end user's location from the device geolocation API.

<Note>
  Required inputs and result behaviour can vary based on how your verification step is configured. If you need help aligning your flow inputs, contact IDmeta support.
</Note>
