# Configure Check for Updates in the QLM License Wizard

The QLM License Wizard can be configured to inform your users whether a new version of your application is available and allow them to download your setup program and launch it.

### Configure Check for Updates in the QLM License Wizard

In the Protect Your Application wizard, set the following properties:

* QlmShowCheckForUpdates: true
* QlmShowWelcomePage: true

When launching the wizard, add the following argument: /appversion w\.x.y.z where w\.x.y.z is the version of the application that the user is currently running.

Example: QlmLicenseWizard.exe /settings "my product 1.0.lw\.xml" /appversion 2.1.0.0

### Publish the latest version of your application to the License server

Every time you release a new version of your application, do the following:

* Go to the Define Products tab
* Select your product
* Go to the Latest Version tab
* Set all the fields on this tab
* Save the new Product
* Go to the Manage Keys tab
* When prompted to upload the products to the server, answer Yes

Note that the QLM License Wizard displays the "check for updates" information when it is launched. If you'd like your application to automatically check for updates, you must explicitly call the required API such as [GetLatestVersion](/docs/api-reference/.net-api/qlmlicense/application-methods/getlatestversion.md) or [GetLatestEligibleVersion](/docs/api-reference/.net-api/qlmlicense/application-methods/getlatesteligibleversion.md).&#x20;


---

# 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/license-wizard/configure-check-for-updates-in-the-qlm-license-wizard.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.
