> 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/introduction/user-interface/views.md).

# Views

Views support editors and provide alternative presentations as well as ways to navigate through information. For example, the SNOMED CT View displays the structure of the SNOMED CT terminology as a tree of concepts.

The following views are available in Snow Owl:

| View                                                                                     | Description                                                                                                                                                                                                                                                                                                                                   |
| ---------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ![](/files/BNpNnmXHnSctkrqDIIO2) **SNOMED CT View**                                      | Displays concepts in a tree structure that reflects their hierarchy                                                                                                                                                                                                                                                                           |
| ![](/files/-MUsxZGI3Omu7ywGU_vW) **ICD-10 View**                                         | <p>Displays ICD-10, (ICD-10-UK, ICD-10-AM, ICD-10-CM) codes in a <br>tree structure</p>                                                                                                                                                                                                                                                       |
| ![](/files/-MUsxZGbTTt1XXmLb6H5) **Parents View**                                        | <p>Displays the parents of a selected concept. <br>Parents are displayed at the bottom of the tree structure <br>(which is inverse to the way they are displayed in the concept <br>views above)</p>                                                                                                                                          |
| <img src="/files/7WuKBVvsmMteMChLP56X" alt="" data-size="original">**Remote Jobs View**  | Displays the ongoing processes and results                                                                                                                                                                                                                                                                                                    |
| ![](/files/-MUsxZGipeIKYtGlF1bI) **Project Explorer View**                               | Contains files used for querying, script projects, and other resources                                                                                                                                                                                                                                                                        |
| ![](/files/-M568DESq2iKUg__4YE4) **History View**                                        | Displays the history of a SNOMED CT concept                                                                                                                                                                                                                                                                                                   |
| ![](/files/-MUsxZGlYYXOj6u9jgXW) **Search View**                                         | Displays search results                                                                                                                                                                                                                                                                                                                       |
| <img src="/files/qsEjeGmkqQ6fHIzc91jR" alt="" data-size="original">**Code Systems View** | Displays the available Code Systems and versions                                                                                                                                                                                                                                                                                              |
| ![](/files/-M286fIqE0ENTxAVM6nT) **Validation Issues View**                              | Displays errors, warnings, and information messages about the concepts                                                                                                                                                                                                                                                                        |
| <img src="/files/hzpaYCMe65wmW347KF5M" alt="" data-size="original">**Whitelists View**   | Displays the whitelisted validation issues and reporters                                                                                                                                                                                                                                                                                      |
| ![](/files/-MUsxZGpLp2WzVW_u7rL) **Bookmarks View**                                      | <p>Allows you to bookmark concepts to make it easier to find them again <br>(just like the bookmarks in your Internet browser)</p>                                                                                                                                                                                                            |
| ![](/files/-M286fIsANLOQJ8Q980U) **Commit Information View**                             | <p>Displays the latest changes to the terminology, including the <br>person that made the change and their comment about the change</p>                                                                                                                                                                                                       |
| ![](/files/-MUsxZGr8dQzwD0h-2Sk) **Error Log View**                                      | Displays error log file that is useful for troubleshooting                                                                                                                                                                                                                                                                                    |
| ![](/files/-M286fIuC2Vy6WIic3v8) **Reference Set View**                                  | Displays Reference Sets grouped by their type                                                                                                                                                                                                                                                                                                 |
| ![](/files/1BMFVxUnf3Hk42o4vcqN)**Task List** **View**                                   | Displays Tasks                                                                                                                                                                                                                                                                                                                                |
| **Views for other terminologies**                                                        | <p><img src="/files/-M568DEECMZ_8CcN0ThB" alt=""> OPCS-4<strong>,</strong> <img src="/files/-M568DEAXCwZtdscYyzq" alt=""> LOINC, <img src="/files/-M286fIkITUINmHGVP9q" alt=""> ATC, <img src="/files/-MUsxZGVwv6Fb9NA3qm-" alt=""> NICIP,<br> <img src="/files/-MUsxZG_gXzH_dtIOaTR" alt=""> Local Code System codes in a tree structure</p> |

The SNOMED CT, ICD-10, OPCS-4, ATC, LOINC Views are sometimes referred to as concept navigators since they allow navigating through the hierarchy.

To take a look at all available views, select `Window > Show View`. To bring up a view that isn't displayed on the user interface, go to `Window > Show View > Other > Snow Owl`.&#x20;

{% hint style="info" %}
Views that are already open are greyed out on the list.
{% endhint %}

![Available Views](/files/wF2rGpwZTc7MtdOnI7Pm)

Views have their own menus and toolbars; the actions represented by buttons on the toolbar only affect the items within that view.

![Stacked Views](/files/cdO6GZR1nGUEaZwRCFbD)

You can resize and arrange views by dragging them to different docking positions in the user interface.&#x20;

{% hint style="info" %}
When dragging a view, you can see how the perspective would change indicated with grey lines/rectangles.
{% endhint %}

{% hint style="info" %}
If you drop the view when rectangles are displayed, the view will be docked as a separate window; if a single line appears next to a view tab, it will be docked as a tabbed notebook.&#x20;
{% endhint %}

{% hint style="warning" %}
Views can not be docked in the central area because it is reserved for editors.
{% 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:

```
GET https://docs.b2ihealthcare.com/snow-owl-authoring-platform/introduction/user-interface/views.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
