> 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/browsing-and-searching/snomed-ct-view/context-menu.md).

# Context Menu

The most frequent actions for navigation and editing are available in the Context Menu of the SNOMED CT View, which you can invoke by right-clicking on a concept in the view.

![Context Menu for SNOMED CT](/files/4QB3H5upSiaaV6VdkfrZ)

### Always available options:

| Menu Item                                                                                                                                                                                                                      | Description                                                                                                      |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------- |
| ![](https://snowowl.atlassian.net/wiki/download/thumbnails/611025384/worddav79d1245245ddac4f3d9bbaf543e02f2e.png?version=1\&modificationDate=1578324622158\&cacheVersion=1\&api=v2\&width=16) N**ew concept from template...** | Creates concept from the selected template                                                                       |
| ![](https://snowowl.atlassian.net/wiki/download/thumbnails/611025384/worddav79d1245245ddac4f3d9bbaf543e02f2e.png?version=1\&modificationDate=1578324622158\&cacheVersion=1\&api=v2\&width=16) N**ew child concept...**         | Creates a child of the selected concept with identical SNOMED CT descriptions                                    |
| ![](https://snowowl.atlassian.net/wiki/download/thumbnails/611025384/worddav79d1245245ddac4f3d9bbaf543e02f2e.png?version=1\&modificationDate=1578324622158\&cacheVersion=1\&api=v2\&width=16) N**ew sibling concept...**       | Creates a copy of the selected concept that is placed in the same hierarchical level                             |
| ![](/files/C04aFwDcNiVLEprRdmXA) **Copy**                                                                                                                                                                                      | Concept ID and Preferred Term are copied                                                                         |
| ![](https://snowowl.atlassian.net/wiki/download/thumbnails/611025384/worddavd0e0d213fcb2280aa08e95c188b23bb3.png?version=1\&modificationDate=1578324616000\&cacheVersion=1\&api=v2\&width=16) **Set concept as root**          | Displays sub-hierarchy with the selected concept as the root                                                     |
| ![](https://snowowl.atlassian.net/wiki/download/thumbnails/611025384/worddav69030fc20e0fea903f74eef8129c6553.png?version=1\&modificationDate=1578324623482\&cacheVersion=1\&api=v2\&width=16) **Inactivate...**                | Inactivates the selected concepts. Before inactivation, the affected components are displayed for review         |
| ![](https://snowowl.atlassian.net/wiki/download/attachments/611025384/bookmark-icon.png?version=1\&modificationDate=1580979313334\&cacheVersion=1\&api=v2)**Add bookmark**                                                     | Bookmarked concepts will be indicated by a small bookmark decorator and can be retrieved from the Bookmarks View |

### Additional options if a Reference Set Editor is active:

| Menu Item                                                                                                                                                                                                                                                               | Description                                                         |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------- |
| ![](https://snowowl.atlassian.net/wiki/download/thumbnails/611025384/worddav0368df422261d8f63b2b4539b4552421.png?version=1\&modificationDate=1578324622866\&cacheVersion=1\&api=v2\&width=16) **Add concept(s) to the active reference set > Concepts only**            | Adds the selected concept to the open Reference Set                 |
| ![](https://snowowl.atlassian.net/wiki/download/thumbnails/611025384/worddav0368df422261d8f63b2b4539b4552421.png?version=1\&modificationDate=1578324622866\&cacheVersion=1\&api=v2\&width=16) **Add concept(s) to the active reference set > Concept and descendants**  | Adds the selected concept and descendants to the open Reference Set |
| ![](https://snowowl.atlassian.net/wiki/download/thumbnails/611025384/worddav0368df422261d8f63b2b4539b4552421.png?version=1\&modificationDate=1578324622866\&cacheVersion=1\&api=v2\&width=16) **Add concept(s) to the active reference set > Concept descendants only** | Adds the selected concept descendants to the open Reference Set     |

{% hint style="info" %}
The additional *Context Menu* options are only available if the related editor is active.
{% 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/browsing-and-searching/snomed-ct-view/context-menu.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.
