> 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/description-logic/classification-results.md).

# Classification Results

Upon finishing classification, new inferences, recommended redundancies, and concept equivalencies are all displayed in a dedicated browser view. Users wishing to review and study classification results before saving them can do so while engaging with other activities at the same time, as the classification results browser does not block the UI from other tasks.&#x20;

{% hint style="info" %}
However, while someone is reviewing results and has this view open, other users are blocked from saving modifications on the same branch to avoid inconsistencies.
{% endhint %}

## Export classification results <a href="#classificationresultsbrowser-_toc24399617exportclassificationresults" id="classificationresultsbrowser-_toc24399617exportclassificationresults"></a>

To review results independently, click on the ![](/files/-M286fNae-ekI1IHzm-E) *Export classification results to DVS* button. The exported **`.zip`** file contains the Relationship Changes and the Equivalent Concepts file.

## Save classification results <a href="#classificationresultsbrowser-_toc24399618saveclassificationresults" id="classificationresultsbrowser-_toc24399618saveclassificationresults"></a>

Click the <img src="/files/-M568DJBH9csbgn8GtKc" alt="" data-size="line"> *Save* button and hit **`OK`** in the confirmation dialog to persist the classification results.&#x20;

{% hint style="info" %}
In case there are no changes, the <img src="/files/-M568DJBH9csbgn8GtKc" alt="" data-size="line"> *Save* button is disabled.
{% 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/description-logic/classification-results.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.
