# QLM License Server: Application API v/s Management API

The QLM License Server API is exposed via the QlmLicense class which can be found in the QlmLicenseLib.dll file.

The API is divided into two categories: Application API and Management API.

The QLM Application API covers functions that you typically need to call from your application.

The QLM Management API covers functions that you typically need to call from your server or to integrate with third-party products.

The online help under "Quick License Manager Professional / API Reference" describes the functions available for both categories.

Before calling any QLM Application API function, you need to set the communicationEncryptionKey property of the QlmLicense object to the value specified in your Site Properties (Manage Keys tab / Site / Encryption Keys).

Before calling any QLM Management API function, you need to set the adminEncryptionKey property of the QlmLicense object to the value specified in your Site Properties (Manage Keys tab / Site / Encryption Keys).

For security reasons, it is **NOT** recommended to call Management API functions from within your application.

Additional Resources:

[CommunicationEncryptionKey and AdminEncryptionKey](https://support.soraco.co/hc/en-us/articles/115005268823)


---

# 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.soraco.co/docs/qlm-license-server/qlm-license-server-application-api-v-s-management-api.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.
