# Azimuth

## Overview

The goal of the Azimuth game is to precisely angle the object on the map. Hivemapper's Map AI will make a prediction about the azimuth and your task is to confirm or improve the angle. 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 Azimuth` button.
* If you are not happy with Map AI's prediction, move the blue arrow to an improved angle and press the `Submit Location` button.
* If you are not sure about the azimuth, press the `Not Sure` button.

#### Game controls

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

You can also use your keyboard to play the azimuth game. Use the letters A, D, W and S to move the arrow.

## Tips

### Which direction should the arrow face?

The azimuth should always point in the direction the sign is facing. Imagine you are riding in the car and approaching a stop sign: you are pointing at the stop sign and the azimuth of the stop sign is pointing at you. The azimuth should NOT point in the direction you are traveling.&#x20;

<figure><img src="/files/cU43PfElNbkAH2tgv7NC" alt=""><figcaption><p>This azimuth is correct. It is pointing in the direction the sign is facing.</p></figcaption></figure>

<figure><img src="/files/U6sME7BKpGrppM3WYE4n" alt=""><figcaption><p>This azimuth is incorrect. It is pointing in the direction the traffic is moving instead of in the direction the sign is facing. </p></figcaption></figure>

### Parallel to the road

Most often the azimuth of a sign is parallel to the road it is regulating.


---

# 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/azimuth.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.
