> For the complete documentation index, see [llms.txt](https://questn.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://questn.gitbook.io/docs/review-your-proof-of-work-submission.md).

# Review your Proof of Work Submission

{% hint style="info" %}
Only submissions from Questers who completed all entries under a quest will be included in the Review Zone
{% endhint %}

## Step 1 - In the quest list, click Review for the quest that requires user to make submissions

<figure><img src="/files/2ZJJjvxVNnLHat2ngHJv" alt="" width="563"><figcaption></figcaption></figure>

## Step 2 - You can also download the full list of submissions by clicking the Download button located at the bottom right corner

<figure><img src="/files/hxHrTRzDXJYh8Jbk5tyI" alt="" width="563"><figcaption></figcaption></figure>

## Step 3 - Keep the addresses whose submissions meet your requirements and delete the rest (rows)

## Step 4 - Upload the file on the review page, click `Accept`

<mark style="color:green;background-color:green;">**Alternatively, you can**</mark>

## Step 2a - Hover above the icon under submission column to view submission and you will be able to jump to the submission link with one click *(If the submission requirement is an URL).*

<figure><img src="/files/BKp15hIRTnMWoagv9RNV" alt="" width="563"><figcaption></figcaption></figure>

## Step 3 - Click the <mark style="color:green;">`✓`</mark> button to accept submission, and the <mark style="color:red;">`X`</mark> to reject. It is more convenient to select all entries and approve all at one time to approve / reject. Surely, select multiple entries and search for a user are also allowed.

## Step 4 - There are two categories under Reviewed: <mark style="color:yellow;">Accept</mark> and <mark style="color:yellow;">Reject</mark>. If user would like to submit again after their submission got rejected, please search for their info under <mark style="color:yellow;">Reject</mark> and click `Re-review`

## Last Step - After reviewing submissions / uploading csv file, let’s send the rewards so that accepted questers can claim their rewards! <mark style="color:red;">There is no return for this step.</mark>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://questn.gitbook.io/docs/review-your-proof-of-work-submission.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
