> For the complete documentation index, see [llms.txt](https://docs.soraco.co/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.soraco.co/docs/legal-stuff/what-is-the-qlm-yearly-maintenance-plan.md).

# What is the QLM Yearly Maintenance Plan

*NOTE 1: This article does not apply to subscription licenses.*

*NOTE 2: As of QLM v18, all QLM products are only sold on a subscription basis.*

When you purchase QLM Express, Pro, or Enterprise, you have the option to purchase a yearly maintenance plan. What is the yearly maintenance plan?

Your QLM Express, Pro, or Enterprise license is a perpetual license that is bound to a single system / single user.

When you purchase a QLM license, you purchase a license to perpetually use the current version of the software. For example, if you purchased QLM in May 2022, you would be purchasing a perpetual license of QLM v16.

When you purchase the Yearly Maintenance Plan, you are entitled to receive free upgrades to future versions of QLM, while your maintenance plan is active. For example, when QLM v17 is released, and if your maintenance plan is active at the time, you would be able to upgrade to QLM v17 at no cost. Without the maintenance plan, you would need to purchase an upgrade to the new version or purchase a new license if you're more than one version behind.

Additionally, with the Yearly Maintenance Plan, you are entitled to receive support while the maintenance plan is active by email, phone, or via screen sharing sessions.

Without a maintenance plan, you are entitled to 3 months of email technical support starting from the date of purchase. If you need support beyond the 3 months period, you must [purchase a Support Incident](https://soraco.co/product/soraco-support-incident/).

Note that the maintenance plan does not include installation and support of a self-hosted license server. If you are hosting your own License Server, as per our [EULA](http://soraco.co/products/qlm/QlmLicense.pdf), we offer help with a one-time installation of a single License Server regardless of the number of licenses that you purchased, for up to 30 days from the purchase date. To receive technical support for additional installations of the License Server, for upgrades of the License Server, or for installation of the License Server after the 30-day period, you may purchase individual support incidents.


---

# 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.soraco.co/docs/legal-stuff/what-is-the-qlm-yearly-maintenance-plan.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.
