# How to display your EULA in the QLM License Wizard

The QLM License Wizard can display your EULA to the end user and block the wizard until the user agrees to the EULA.

To display your EULA:

* Launch the QLM Management Console
* Go to the Protect Your Application wizard
* On the "Customize the Look & Feel" page, set the following properties:
  * QlmEULA: Paste a copy of your EULA
  * QlmShowEULAPage: true

![mceclip0.png](https://support.soraco.co/hc/article_attachments/360059688351/mceclip0.png)

![mceclip1.png](https://support.soraco.co/hc/article_attachments/360059688371/mceclip1.png)

&#x20;

Additionally, QLM can simply display a link to your EULA in the QLM License Wizard. To include a link to your EULA, set the following properties:

* QlmEULACaption
* QlmEULAUrl

![mceclip0.png](https://support.soraco.co/hc/article_attachments/360059688411/mceclip0.png)


---

# 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/how-to-display-your-eula-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.
