> For the complete documentation index, see [llms.txt](https://docs.b2ihealthcare.com/snow-owl-authoring-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2ihealthcare.com/snow-owl-authoring-platform/collaborative-authoring/the-task-list-view.md).

# The Task List View

The **Task List View** is used to view and manage your tasks. Tasks are organized into three groups using queries: All tasks, My assigned tasks, and Tasks to review. Additional queries can be created to further group tasks according to user preferences.&#x20;

![Task List View](/files/-MHRgUCkrzhrxJUIB_Hf)

Double-click on a task in the task list to open the **Task Editor**. To activate a task, click on the circle in the top right corner of the editor's toolbar. Active tasks are displayed in bold font in the **Task List View**.

At the top of the task list, you will find the following buttons and features:

* ![](/files/-M568DMiTKy47Ye1GNNA) **Create new Task.**
* ![](/files/-M286fQub8ebkgg814eQ) **Create new Query**&#x20;
* ![](/files/-M568DJXYcAkHBfr8U9H) **Collapse All**&#x20;

The text field allows searching for a task by summary, and ID.

![Filtering the Task List View](/files/-MHRrUXlJyB6FFHtqV1n)


---

# 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://docs.b2ihealthcare.com/snow-owl-authoring-platform/collaborative-authoring/the-task-list-view.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.
