> 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/editing-and-authoring/snomed-ct-concept-editor/navigation.md).

# Navigation

The SNOMED CT Concept Editor can be opened from different parts of the application:

* **Views**: Double-click a concept in a view (e.g. SNOMED CT View, Search View, Bookmarks View).
* **Quick Search**: Click the highlighted concept in the list of quick search results.

To close an editor, just press **`X`**. Alternatively, you can right-click the tab to perform the following actions: *Close*, *Close Others*, *Close All*, *Close Tabs to the Left*, and *Close Tabs to the Right*.

If multiple concepts are open at the same time, they appear as tabs, making it easy to switch from one to another. You can also move tabs around to change the order by clicking and dragging.

If the space is too small to display all tabs, the `>>` symbol will indicate the number of hidden editor tabs (`>>2` symbolizing two hidden editor tabs). Clicking the symbol will display a drop-down box with all the open editors to pick from.

![Reveal Hidden Editors](/files/G2W8zDVWJiqf49pn8Yuj)


---

# 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/editing-and-authoring/snomed-ct-concept-editor/navigation.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.
