> For the complete documentation index, see [llms.txt](https://taskoncommunitys-organization.gitbook.io/taskon-help-center/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/taskon-help-center/community/how-to-complete-tasks.md).

# 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
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/taskon-help-center/community/how-to-complete-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.
