> 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-editing/removing-components/description-inactivation.md).

# Description Inactivation

In Snow Owl's description inactivation flow users are required to specify the inactivation reason in a designated Description inactivation wizard.

* The first tab of the wizard displays the Language Reference Sets in which references to the selected description will be removed.

![Description Inactivation Plan](/files/6h7TwQOd21c1j00rqr7y)

* The second tab of the wizard allows users to select the inactivation reason.

![Description Inactivation Reason](/files/izCBz71GsiuAjsNE4gNU)

{% hint style="info" %}
The descriptions will automatically be added to the Description Inactivation Indicator Attribute Value Reference Set with the selected value.
{% endhint %}

Inactive descriptions can be reanimated via the Descriptions Page of the Concept Editor using the *Retire/Reactivate description* action.

![Description Reactivation](/files/9Y3LVmHyo9nnrx9LrIwW)


---

# 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-editing/removing-components/description-inactivation.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.
