> 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/versioning/version-compare/browse-changes.md).

# Browse Changes

To browse changes, go to the **Remote Jobs View** and

* Double-click on the finished job, or right-click on the finished job and select the ![](/files/-M568DMJsneRI3KO-iNB) **`Review results`** Context Menu option
* In the pop-up dialog, hit **`Browse`**.

![Options to open the Compare Version Editor](/files/-MHRQXfXKHoV5dRHWym6)

![Compare Versions Editor](/files/-MHRRXz26P1xBoZGNJnZ)

### Change summary section <a href="#versioncompare-changesummarysection" id="versioncompare-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="#versioncompare-changedcomponentssection" id="versioncompare-changedcomponentssection"></a>

The *Changed components* section displays a list of changed concepts. Selecting a concept displays additional detailed information about the change in the right-hand section.

Double-clicking on a component in the *Changed components* section opens the respective concept or reference set editor.

Columns can be sorted by clicking on the header, where a small arrow will indicate whether it's in ascending or descending order.

### Change details section <a href="#versioncompare-changedetailssection" id="versioncompare-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:

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

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


---

# 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/versioning/version-compare/browse-changes.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.
