# Position

## Overview

The goal of the Position game is to precisely place the object on the map. Hivemapper's Map AI will make a prediction about the placement and your task is to confirm or improve the position. You will be given a set of images to review and the object in question will be highlighted.

* If you are happy with Map AI's prediction, press the `Confirm Location` button.
* If you are not happy with Map AI's prediction, move the blue scope icon to the improved position and press the `Submit Location` button.
* If you are not sure about the position, press the `Not Sure` button.

Game controls:

<figure><img src="/files/U0pyPlw1i4UpLpAIV2Be" alt=""><figcaption></figcaption></figure>

## Tips

### Shadows

Use shadows to accurately place the scope icon. The most accurate position is where the sign pole meets the ground, so look for the shadow of the pole instead of the shadow of the sign itself.

<figure><img src="/files/bCjhn2GcvVjM9ObVeC8Q" alt=""><figcaption><p>This is incorrect positioning</p></figcaption></figure>

<figure><img src="/files/CaEwKW3GmkTNjrkXtoHY" alt=""><figcaption><p>This is correct positioning where the sign pole meets the ground</p></figcaption></figure>

### Satellites

Two different Satellite views are available to help make your decision. Especially in quickly changing areas, saetellite imagery can become outdated. It is best practice to check both satellite views before you submit your answer.

### Hints in the images

There are many things within an image which might be easy to spot in a satellite view to help you accurately position an object.

* Street names
* Trees, bushes and other landscape features
* Footprints and distinguishing features of buildings
* Lane lines, lane indicators, driveways, sewer covers and other identifiable street markings
* Fences, sidewalks, fire hydrants, utility boxes and other objects found off the road


---

# 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.hivemapper.com/contribute/train-the-map-ai/position.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.
