> 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/visualization-page.md).

# Visualization Page

The Visualization Page displays the diagrammatic representation of the definition of the given concept. Concepts are represented on the diagram by their Fully Specified Name and their identifier. The definition diagram is displayed by default, however, you can switch between *definition* and *expression* diagrams using the toolbar icon. Both representations can be rendered by either stated or inferred relationships toggled via the universal Authoring button in the application's main toolbar.&#x20;

{% hint style="info" %}
Diagrams can be exported, printed, or copied to the clipboard using the toolbar buttons. Zoom in/out is also available.
{% endhint %}

![Visualization Page (Stated)](/files/OY1OJGmxnmqckVKWCfvm)

Click the ![](https://snowowl.atlassian.net/wiki/download/thumbnails/611026132/worddavc71bca46d12a41e3db8c9b246875d745.png?version=1\&modificationDate=1578324734892\&cacheVersion=1\&api=v2\&width=16\&height=16) *Change to expression diagram* button to display the expression of the concept.

![Visualization Page (Inferred)](/files/4solhZf2uAs3GmUco5Am)


---

# 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/visualization-page.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.
