# Confirm Class

### Overview

The goal of the game is to confirm the class information about the given object is correct. You will be shown an image and a class, and you must confirm if it is accurate or not. You’ll only need to confirm the specific class being asked; ignore other visible attributes in the image.

#### Tips

* In the United States: **regulatory** speed signs are white and **advisory** speed signs are yellow. **Only regulatory (white) speed signs are acceptable**.
* In the United States: Only **turn restriction signs** are acceptable. Turn rules such as right/left turn only are **not** acceptable and should be marked as "No".

<figure><img src="/files/4uKn04f35xZrsbQJN0jQ" 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/confirm-class.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.
