# How to configure the QLM License Wizard to allow Offline Activation only

To allow customers to only activate offline with a Computer Key that you would pre-generate for the customer, you can configure the QLM License Wizard to only show pages and fields that are required for offline activation.

To configure the QLM License Wizard to only allow Offline Activation, set the following properties in the Protect Your Application wizard and generate the XML Settings file.

<table><thead><tr><th width="301">Property Name</th><th width="102">Value</th><th>Description</th></tr></thead><tbody><tr><td>QlmShowActivationMethodPage</td><td>False</td><td>Hides the Activate online button</td></tr><tr><td>QlmShowDeactivationPage</td><td>False</td><td>Hides the Deactivate button</td></tr><tr><td>QlmShowOfflineActivationKey</td><td>False</td><td>Hides the Activation Key field</td></tr><tr><td>QlmShowOnlineActivationPage</td><td>False</td><td>Hides the Online Activation Page</td></tr></tbody></table>


---

# 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/how-to/how-to-configure-the-qlm-license-wizard-to-allow-offline-activation-only.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.
