> For the complete documentation index, see [llms.txt](https://docs.hedge.video/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hedge.video/general/licenses/os-updates.md).

# OS Updates

{% hint style="info" %}
Each license always includes at least 1 year of free updates and customer support. That means you can always safely upgrade your macOS to the latest release if it's released within a year of purchasing a Hedge app.
{% endhint %}

Just like with cars needing new tires, each macOS and Windows update introduces wear and tear to apps. Not all wear and tear is visible, so even if an old version of an app looks like it's working, we can't be sure unless we keep testing and keeping up the code base. Unfortunately, that's not free; hence, we charge for extending a license.

## Updates

Every major release (i.e. 22.*2*, 21.*3*) that is released within a year of purchasing a license is automatically enabled for your license. This also includes any minor release (i.e. 22.2.*1*, 21.3.*5*) that is released in the meantime, and also each minor release that has the same major version number as the last major your license supports - even if released later than a year after purchase.

## Older Releases

Although all previous releases are available for download, only versions less than one year old are officially supported and maintained.

If you're using an older OS, there's typically no need to use an older version of OffShoot—we ensure backward compatibility for four years of operating system releases. If you purchase a license today but have hardware that runs an OS older than four years, you may use an older version of our software, but we will not offer support for it. Also, older OSs often have problems with license activation due to expired [security certificates](/general/licenses/remove-dst-root-ca-x3-certificate.md).


---

# 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.hedge.video/general/licenses/os-updates.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.
