> 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/floating-license-properties.md).

# On-premise Floating License Properties

<table data-full-width="true"><thead><tr><th>Name</th><th>Description</th></tr></thead><tbody><tr><td>QlmFloatingDbPassword</td><td>Password to the floating license database.</td></tr><tr><td>QlmFloatingLicenseCaptionFont</td><td>Font of the Floating License caption.</td></tr><tr><td>QlmFloatingLicenseCaptionForeColor</td><td>Foreground color of the Floating License caption.</td></tr><tr><td>QlmFloatingLicenseCheckBoxCaption</td><td>Caption of the floating license checkbox.</td></tr><tr><td>QlmFloatingLicenseCheckBoxDefaultState</td><td>Default state of the floating license checkbox.</td></tr><tr><td>QlmFloatingLicenseCheckBoxVisible</td><td>Visibility of the floating license checkbox.</td></tr><tr><td>QlmFloatingLicenseDbFormat</td><td>Format of the QLM Floating License database.</td></tr><tr><td>QlmFloatingLicenseFilename</td><td>Default filename of the XML floating license file.</td></tr><tr><td>QlmFloatingLicenseMaxOfflineDuration</td><td>Maximum duration of an offline floating license, in hours.</td></tr><tr><td>QlmFloatingLicensePageCaption</td><td>Caption of the Floating License Page.</td></tr><tr><td>QlmFloatingLicensePageCaption2</td><td>Caption2 of the Floating License Page</td></tr><tr><td>QlmShowFloatingLicensePage</td><td>Show or hide the Floating License DB selection page.</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/floating-license-properties.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.
