# Updates to the ontology

Currently we use Protege to amend/update/enhance and generate our OWL (ontology) files.

For more information on how we align with [Semantic Versioning](https://semver.org/) & detailed requirements for different release types... see detailed sub-sections:

For Patch/bugfix releases we follow our [Patch Release Procedure](/dfc-standard-documentation/dfc-use-cases/contributing/general-decisions/updates-to-the-ontology/patch-releases-procedure.md).

For Minor releases we follow our [Minor Releases Procedure](/dfc-standard-documentation/dfc-use-cases/contributing/general-decisions/updates-to-the-ontology/minor-releases-procedure.md).

For Major releases we follow our [Major Releases Procedure](/dfc-standard-documentation/dfc-use-cases/contributing/general-decisions/updates-to-the-ontology/major-releases-procedure.md).


---

# Agent Instructions: 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:

```
GET https://docs.dfc-standard.org/dfc-standard-documentation/dfc-use-cases/contributing/general-decisions/updates-to-the-ontology.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
