# Identifying Geographical Locations

## Overview

Identifying geographical locations can be hard if there isn't any [EXIF data](/osint-fundamentals/images/viewing-exif-data.md) or Google is picking up on the image.

<figure><img src="/files/11JPKIJdEdrV4LkVnJX9" alt=""><figcaption><p>Example Picture</p></figcaption></figure>

The car is a Cadillac. It is parked on the right side of the road. The steering wheel is on the left side. Therefore the country is somewhere where they drive on he right side. The license plate doesn't have a state or province on it so maybe it's not in the United States or Canada.

There's snow on the ground, so the location likely isn't in the southern hemisphere. Behind the car is a church, a bridge and street signs.

{% embed url="<https://www.geoguessr.com/>" %}

{% embed url="<https://somerandomstuff1.wordpress.com/2019/02/08/geoguessr-the-top-tips-tricks-and-techniques/>" %}


---

# 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://pnpt.adot8.com/osint-fundamentals/images/identifying-geographical-locations.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.
