> 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/overview-page/properties-section.md).

# Properties Section

The Properties Section displays the concept's relationships and datatype properties.&#x20;

The *property type* is displayed on the left, the *property value* (target concept) (e.g. `Amoxicillin`) on the right.

{% hint style="info" %}
To facilitate editing, the Quick Search Widget was integrated into this part of Snow Owl.
{% endhint %}

![SNOMED CT Concept Editor Properties Section](/files/krgU2cyGDZCzUq7mdnzG)

#### Available actions in the Properties Section

Clicking on the blue triangle next to a property displays a list of actions that can be performed on the property:

| Action                                                                                                                                                                                                                        | Description                                                                   |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
| ![](https://snowowl.atlassian.net/wiki/download/thumbnails/611026132/worddav28dfefda1c760027702bfd59f84673bf.png?version=1\&modificationDate=1578324712776\&cacheVersion=1\&api=v2\&width=16\&height=16) **Clone**            | Create a copy of the property                                                 |
| ![](https://snowowl.atlassian.net/wiki/download/thumbnails/611026132/worddav0b7deaacbaf384406db975bb0fa2d60a.png?version=1\&modificationDate=1578324713572\&cacheVersion=1\&api=v2\&width=16\&height=16) **Retire**           | Retire a published the property by setting it to inactive                     |
| ![](https://snowowl.atlassian.net/wiki/download/thumbnails/611026132/worddavddb938b5ae23af0510999cee9b9c32cb.png?version=1\&modificationDate=1578324714354\&cacheVersion=1\&api=v2\&width=16\&height=16) **Clone and retire** | Create a new copy of the property and retire the previously published version |

![Properties Section Actions](/files/svwYDvlt1Hv3hWVGGvBV)


---

# 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/overview-page/properties-section.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.
