> 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/description-logic/reasoners.md).

# Reasoners

### Maintaining consistency via reasoning <a href="#evaluatingsnomedctconceptmodifications-maintainingconsistencyviareasoning" id="evaluatingsnomedctconceptmodifications-maintainingconsistencyviareasoning"></a>

There is a way to verify if the newly created components are semantically valid and if they maintain the consistency and coherence of the ontology. The reasoner classifies the ontology by computing the hierarchical relationships between the concepts which are based on their semantic definitions.

Snow Owl includes the following reasoner:

| Reasoner                                         | Description                                                                                                                                                                           |
| ------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [ELK](http://code.google.com/p/elk-reasoner/ELK) | An ontology reasoner with the goal of supporting the OWL 2 EL profile. Remains the world's fastest SNOMED CT classifier and is Snow Owl's default. ELK supports numerical data types. |

The reasoner set to default in the application preferences will be used for classification. In addition to the reasoners that are included with Snow Owl, it's also possible to install a different Protégé compatible reasoner. You can add a reasoner by copying the reasoner's Protégé jar to the dropins folder.

You can select the default reasoner in `File > Preferences > Snow Owl > Reasoners`.

New OWL API compliant reasoners can be added to Snow Owl in standalone mode by copying them into the dropins folder.

![Reasonsers Preferences Page](/files/ffdCX4U4cHfqtH5m7i2n)


---

# 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/description-logic/reasoners.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.
