# How to Verify Quests

Now that you have completed your first quest, let’s look at how to verify other users' submissions. Verifying is a crucial part of the Scannit community and a great way to earn extra points.

Follow these steps to become a top-tier reviewer.

{% columns %}
{% column %}

#### 1. Go to the Verify tab&#x20;

Tap on the Verify icon in the Questboard. This will show you a queue of submissions from other users that are waiting for approval.<br>
{% endcolumn %}

{% column %}

<figure><img src="/files/KMNjh7K2IbbckkkTDT2L" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

#### 2. Analyze the submission&#x20;

Before you vote, read the specific quest instructions carefully. Then, look closely at the submitted photo or video. Ask yourself: Has the task been completed? Have the instructions been followed exactly?

#### 3. Watch out for fake or low-quality submissions&#x20;

We want to keep Scannit fair for everyone. Please only approve submissions that have been completed the right way. Be on the lookout for common issues such as:

* AI-generated images
* Photos taken of computer or phone screens
* Blurry or dark images
* Wrong or irrelevant pictures

#### 4. Make your decision

* Approve: If the user followed all instructions.
* Reject: If the submission violates the rules or does not match the prompt.

#### 5. Get your points&#x20;

Your points are credited as soon as the final decision for each quest has been made. You earn points if your decision matches the majority vote of the community. This ensures accuracy and fairness.

#### 6. Disagree with the result?&#x20;

If you believe there has been a mistake in the voting process, you always have the option to dispute a decision. \[Read here how to dispute decisions]

Here are some examples of good and bad submissions:

{% columns %}
{% column width="50%" %}

#### <mark style="color:$success;">GOOD</mark> - approve

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

#### <mark style="color:$success;">GOOD</mark> - approve

<figure><img src="/files/oGMbccymsRWO20eea5Nr" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column width="50%" %}

#### <mark style="color:red;">BAD</mark> - (wrong gesture)

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

#### <mark style="color:red;">BAD</mark> - (not all animals marked)

<figure><img src="/files/vkXgVatOySraSXlwBNX1" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}


---

# 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.scannit.io/how-to-get-started/everything-quests/how-to-verify-quests.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.
