# Classify Roadwork

## Overview

With the Classify Roadwork game the goal is to help determine the impact of the roadwork on drivers.

If anywhere in the image you see:

* A closed road where no vehicular traffic is allowed, select `Road Closed`
* Roadwork visible on the road or a closed lane, but vehicular traffic is still allowed, select `Road Partly Closed`
* Roadwork visible off the road and vehicular traffic is still allowed, select `Road Open`
* Roadwork visible on or off the road, but you aren't sure of the impact, select `Impact Unknown`
* If this is not roadwork, press the `Not Roadwork` button

#### Examples

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

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


---

# 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/classify-roadwork.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.
