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

# Task Changes Page

The **Task Changes Page** displays changes that were made while the task was active. This page is organized into three sections.

| Section                | Description                                                                                                                                                                                                                                                                                                                          |
| ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Change summary**     | The *Change summary* section displays an overview of the number of new, modified, and deleted components.                                                                                                                                                                                                                            |
| **Changed components** | The *Changed components* section displays a list of changed concepts. Decorators and font color indicate the nature of the change: added, modified, removed. Selecting a concept displays additional detailed information about the change in the right-hand section. Double-clicking on a concept opens the given concept's editor. |
| **Change details**     | If you are interested in a particular concept, click on the concept in the *Changed components* section. This will display additional information about the change in the *Change details* section on the right side.                                                                                                                |

### Change summary section <a href="#taskeditor-changesummarysection" id="taskeditor-changesummarysection"></a>

The *Change summary* section displays an overview of the number of new, modified, and deleted components between versions. Inactivated components are subsumed as modifications.

### Changed components section <a href="#taskeditor-changedcomponentssection" id="taskeditor-changedcomponentssection"></a>

The *Changed components* section displays a list of changed concepts. Decorators and font color indicate the nature of the change:

* ![](/files/-M568DMuJjHqmH4dd8e-) added
* ![](/files/-M286fR4LdwdoW4C_mq1) modified
* ![](/files/-MWZYrpTooGXJo6WMub5) deleted

Selecting a concept displays additional detailed information about the change in the right-hand section.

![List of the updated components](/files/-MHVAQPMhS6U79vFoHp7)

{% hint style="warning" %}
The Changed components section is limited to reveal a maximum of 50 000 changes. After performing numerous changes on a Task the section might not contain all the changes.
{% endhint %}

Right-clicking on a changed component in the **Task Changes Page** allows the user to open the component in its dedicated editor to better review the changes and additional details associated with the component. Double-clicking also opens the relevant concept editor.

![Opening changed component from Changes page of the task editor](/files/-MHVTDCfihWmZQ-3hv0X)

{% hint style="info" %}
Columns can be sorted by clicking on the header, where a small arrow will indicate whether it's in ascending or descending order.
{% endhint %}

**Changed component search**

It is now possible to filter task changes by changed components within the **Task Editor**.

![Filter task changes](/files/-MHVU4WzE0qXXU2Ri6Kb)

### Change details section <a href="#taskeditor-changedetailssection" id="taskeditor-changedetailssection"></a>

If you are interested in a particular concept, click on the concept in the *Changed components* section. This will display additional information about the change in the *Change details* section on the right side, which now contains the following columns:

* **Change**: Type of change (Added/ Changed/Deleted)
* **Component**: Component name
* **Component type**: The type of the changed component (e.g. relationship, concept, Reference Set member)
* **Property**: The property that was changed (e.g. active, effective time)
* **From**: Previous state of the property (e.g. active - true)
* **To**: New state of the property (e.g. active - false)

![Detailed information on the changes](/files/-MHVV1szxHC1Q2f-cVl_)

{% hint style="info" %}
The columns can be sorted by clicking on the header.
{% endhint %}

### Change detail export <a href="#taskeditor-changedetailexport" id="taskeditor-changedetailexport"></a>

To export change details to DSV format, click on the **`Export task changes`** button at the top-right corner on **Task Changes Page** of the **Task Editor**.

![](/files/-MHVcFD2jO8-ml156uRL)

This will invoke the **Change Export Wizard**, where users can choose the delimiter and specify the file path for the export file.


---

# 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/task-changes-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.
