> 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/task-editor/overview-page.md).

# Overview Page

This page provides information about the different attributes of the task organized into the following sections.

| Section          | Description                                                                                                                                                                                                                                                                |
| ---------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Properties**   | Displays information about the metadata of the task                                                                                                                                                                                                                        |
| **Scope**        | Displays the Code System selected during task creation.                                                                                                                                                                                                                    |
| **People**       | Displays the name of the author(s) and reviewer(s) assigned to the task.                                                                                                                                                                                                   |
| **Conversation** | Displays comments specified by the team members working on the given task. At the bottom of this section, a small editor field is present to leave comments. Click the **`Comment`** button to send your comment, there's no need to save it as it is saved automatically. |
| **Actions**      | Displays information about the available and performed actions.                                                                                                                                                                                                            |
| **Description**  | Displays the task description specified in the **Create New Task Wizard**.                                                                                                                                                                                                 |

The *Properties* section provides details about the following metadata.

| Property        | Description                                                                                                                    |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| **ID**          | Displays the unique ID of the task that is automatically associated with each task upon creation. ID cannot be changed.        |
| **Summary**     | Displays the task title that is provided during task creation. Summary can be changed at any point during working on the task. |
| **Priority**    | Displays the priority of the task. Priority can be changed at any point during working on the task.                            |
| **Status**      | Displays the current task status.                                                                                              |
| **Reporter**    | Displays the email address of the team member who created the given task.                                                      |
| **Created at**  | Displays the date when the task was created                                                                                    |
| **Modified at** | Displays the date when the task was last modified                                                                              |

![Task Editor Overview Page](/files/-MHRvBQIdQ1rRrp0Dww0)

![Editing task properties](/files/-MHRwC0SX9jBbKVeNAKB)


---

# 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/task-editor/overview-page.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.
