> 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/faq/which-qlm-features-are-available-on-each-platform.md).

# Which QLM features are available on each platform?

QLM supports Windows and non-Windows platforms.

On Windows, QLM uses a .NET-based API to protect your application. We currently support .NET Framework, .NET Standard, and .NET Core. Note that the .NET-based API can be used from most programming languages such as VC++, C++ Builder, Office Apps, Delphi, etc.

On non-Windows platforms, QLM uses a combination of a REST API and a platform/language-specific client-side library (source code included) to protect your application. Some of the features available on Windows are not currently supported on non-Windows platforms. The section below lists **some** of these features (this is not an exhaustive list):

* On-premise floating / concurrent licensing.
* QLM License Wizard: the license wizard is a Windows executable that is only supported on Windows. A cross-platform version of the wizard is in progress. It will be based on .NET Core.
* The [Application API](/docs/api-reference/.net-api/qlmlicense/application-methods.md) and [Management API, ](/docs/api-reference/.net-api/qlmlicense/management-methods.md)which are .NET based, are not supported on non-Windows platforms. Instead, you can use [the REST like API](/docs/api-reference/http-methods.md) to communicate with the License Server for operations such as activating a license key, validating a license key, or deactivating a license key.
* MaxDaysOffline: the ability to specify the maximum number of days a user can go without contacting the license server.
* Predefined License Binding, i.e. only UserDefined license binding is supported.

In short, the operations that can be performed, out-of-the-box, from a non-Windows application are:

* Activating a license key
* Validating a license key
* Deactivating a license key


---

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

```
GET https://docs.soraco.co/docs/faq/which-qlm-features-are-available-on-each-platform.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.
