> For the complete documentation index, see [llms.txt](https://docs.soraco.co/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.soraco.co/docs/api-reference/license-wizard-user-control/ui-properties-1.md).

# Image Properties

<table data-full-width="true"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>QlmActivateOfflinePageTitleImage</td><td>Image displayed next to the title of the Offline Activation page (32x32).</td></tr><tr><td>QlmActivateOnlinePageTitleImage</td><td>Image displayed next to the title of the Online Activation page (32x32).</td></tr><tr><td>QlmActivationMethodActivateOfflineTitleImage</td><td>Image displayed in the Activate Offline button of the Activation Method page (48x48).</td></tr><tr><td>QlmActivationMethodActivateOnlineTitleImage</td><td>Image displayed in the Activate Online button of the Activation Method page (48x48).</td></tr><tr><td>QlmActivationMethodTitleImage</td><td>Image displayed to the left of the title of the Activation Method page (32x32).</td></tr><tr><td>QlmDeactivatePageTitleImage</td><td>Image displayed next to the title of the Deactivation page (32x32).</td></tr><tr><td>QlmEULAPageTitleImage</td><td>Image displayed next to the title of the EULA page (32x32).</td></tr><tr><td>QlmFloatingLicensePageTitleImage</td><td>Image displayed next to the title of the Floating License page (32x32).</td></tr><tr><td>QlmPrivacyPolicyPageTitleImage</td><td>Image displayed next to the title of the Privacy Policy page (32x32).</td></tr><tr><td>QlmResultErrorImage24</td><td>Image to display when an operation results in an error (48x48).</td></tr><tr><td>QlmResultErrorImage48</td><td>Image to display when an operation results in an error (24x24).</td></tr><tr><td>QlmResultSuccessImage24</td><td>Image to display when an operation results in success (24x24).</td></tr><tr><td>QlmResultSuccessImage48</td><td>Image to display when an operation results in success (48x48).</td></tr><tr><td>QlmResultWarningImage24</td><td>Image to display when an operation results in a warning (24x24).</td></tr><tr><td>QlmResultWarningImage48</td><td>Image to display when an operation results in a warning (48x48).</td></tr><tr><td>QlmUserRegistrationPageTitleImage</td><td>Image displayed next to the title of the User Registration page (32x32).</td></tr><tr><td>QlmWelcomePageActivateImage</td><td>Image displayed next in the Activate button on the Welcome page (24x24).</td></tr><tr><td>QlmWelcomePageDeactivateImage</td><td>Image displayed next in the Deactivate button on the Welcome page (24x24).</td></tr><tr><td>QlmWelcomePageTitleImage</td><td>Image displayed next to the title of the Welcome page (32x32).</td></tr><tr><td>QlmWizardLogo</td><td>Logo displayed in the bottom left-hand corner. The expected size is 90x60 pixels.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.soraco.co/docs/api-reference/license-wizard-user-control/ui-properties-1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
