# How to Complete tasks

## General Tasks

Once you have filtered the tasks you want to participate in, click the task to access the detailed task page. Then, click on the corresponding button to navigate to the page where you can complete the task.

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

## Task Completion Status

* **Passed**

Task completed and verified, your task information will display "`Won`". Please confirm the reward promptly.

<figure><img src="/files/R5k3Th7chpb6ne4CjN7i" alt="" width="328"><figcaption></figcaption></figure>

* **Failed**

If you submit incorrect answers or the validation doesn't pass, your task information will display "`Failed`". Please verify your steps for accuracy.

<figure><img src="/files/cBZvIKpXiGbygm8aJDrN" alt="" width="306"><figcaption></figcaption></figure>

* **Expired**

If the task has a deadline, but you fail to complete it on time, it will display "`Task Expired`".

<figure><img src="/files/OE8CjpWRFKFslh4DtuUH" alt="" width="342"><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://taskoncommunitys-organization.gitbook.io/taskon-help-center/community/how-to-complete-tasks.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.
