> 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/community-hub/task-system/task-list/task-status.md).

# Task Status

In the Task List, you can filter tasks using four different tags.

* `Draft`: The task has been saved, and you can continue editing.
* `Published`: Tasks that are about to go live (`Upcoming`), have successfully gone live (`Published)`, or have ended (`Ended`).

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

* `Delisted`: You have taken the task offline, and users will not see it.

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

* `Expired`: If you have set a duration for the task during its design, it will display as expired once the specified time has elapsed.

Normally, TaskOn Community automatically hides expired tasks. If you need to view expired tasks, you can check the "`Expired`" checkbox, and then you'll be able to see tasks displayed as "`Ended`".

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

In the task list, you can use the checkboxes above to filter and display tasks based on their status.

<figure><img src="/files/hJJSR38R8TJmNTaDGe3f" alt="" width="563"><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/community-hub/task-system/task-list/task-status.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.
