# Variable License Binding

In some scenarios, you may want to use a different license binding method per customer.

QLM Enterprise's Variable License Binding allows you to associate a binding method with a QLM feature.&#x20;

### Defining Product Features

The first step in configuring Variable License Binding is to define a new feature per license binding method. To do so:

* Launch the QLM Management Console
* Go to the Define Products tab
* Select your product
* For each license binding method that you'd like to support, add a corresponding feature

<figure><img src="/files/flwVu665BXtRDRxn0Y22" alt=""><figcaption></figcaption></figure>

### Defining the variable license binding

Next, you must associate a different license binding method with each feature.

* Launch the QLM Management Console
* Go to the Protect Your Application tab
* Step to the "Customize Look & Feel / Behavior" page
* Go to the License Properties section
* Set the QlmLicenseBinding property to "PerFeature"
* Click the dropdown box next to QlmLicenseBindingPerFeature and configure the mapping as required
* Complete the wizard and generate the XML/Source code files.
* Update your application to use the newly generated files

<figure><img src="/files/6JTE2ZooIpt4dm3DFngT" alt=""><figcaption></figcaption></figure>

### Creating an Activation Key

When creating an Activation Key for a customer, select the corresponding feature to enforce the required license binding.

<figure><img src="/files/hqvqz9oM0IjRLI3uOl8s" alt=""><figcaption></figcaption></figure>


---

# 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/fundamental-concepts/variablelicensebinding.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.
