> For the complete documentation index, see [llms.txt](https://taskoncommunitys-organization.gitbook.io/guide-book/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://taskoncommunitys-organization.gitbook.io/guide-book/boost-engagement/task-system/general-tasks/pow-tasks.md).

# PoW Tasks

TaskOn offers 1 type of **Proof of Work**. ​&#x20;

Note: Please complete all reviews within 7 days after the quest ends. Unreviewed submissions will be automatically approved.

When setting up PoW tasks, it's crucial to provide clear instructions in the "`Task Description`" regarding the information users need to upload. This facilitates a quick and efficient review process for you. Additionally, ensure that you regularly check the "Review" page to confirm the information submitted by members.&#x20;

[*For specific steps on how to review, please refer to the relevant tutorial.*](https://taskoncommunitys-organization.gitbook.io/guide-book/community-hub/task-system/task-templates/pow-tasks)

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


---

# 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://taskoncommunitys-organization.gitbook.io/guide-book/boost-engagement/task-system/general-tasks/pow-tasks.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.
