# Step by Step Guides

{% content-ref url="/pages/IZR7j9f4fkNuBe1mB9fp" %}
[Protect a JUCE application](/docs/step-by-step-guides/protect-a-juce-application.md)
{% endcontent-ref %}

{% content-ref url="/pages/igVlIiytgMjwlYI8LF4P" %}
[Protect a Qt C++ Cross Platform Application](/docs/step-by-step-guides/protect-a-qt-c++-cross-platform-application.md)
{% endcontent-ref %}

{% content-ref url="/pages/dCfAnEoEziEHqQXlMmqs" %}
[How to support floating and node locked licences in the same app](/docs/floating-licenses/on-premise-floating-licenses/how-to-support-floating-and-node-locked-licences-in-the-same-app.md)
{% endcontent-ref %}

{% content-ref url="/pages/wYxDZbkQtycVjQBrtjsW" %}
[Protect a .NET Core Console App](/docs/step-by-step-guides/protect-a-.net-core-console-app.md)
{% endcontent-ref %}

{% content-ref url="/pages/hHw328M0ESNJj3mFQA3r" %}
[Protect a Qt C++ Windows application](/docs/step-by-step-guides/protect-a-qt-c++-windows-application.md)
{% endcontent-ref %}

{% content-ref url="/pages/EjR1aVCZznsavEiosg4l" %}
[Protect an ASP.NET application with QLM](/docs/step-by-step-guides/protect-an-asp.net-application-with-qlm.md)
{% endcontent-ref %}

{% content-ref url="/pages/kFXeWaMeImHKMw3adG3L" %}
[Protect an Embarcadero C++ Builder app with QLM](/docs/step-by-step-guides/protect-an-embarcadero-c++-builder-app-with-qlm.md)
{% endcontent-ref %}

{% content-ref url="/pages/ag4AqHnrsqu1T2I4421S" %}
[Protect a PHP application with QLM Enterprise](/docs/step-by-step-guides/protect-a-php-application-with-qlm-enterprise.md)
{% endcontent-ref %}

{% content-ref url="/pages/nNPuMzCY3VPry79OwziH" %}
[Protect an Embarcadero Delphi application with QLM](/docs/step-by-step-guides/protect-an-embarcadero-delphi-application-with-qlm.md)
{% endcontent-ref %}

{% content-ref url="/pages/MzfMRAxI4hOx4t80qMae" %}
[Protect a WinForms app with the QLM License Wizard](/docs/step-by-step-guides/protect-a-winforms-app-with-the-qlm-license-wizard.md)
{% endcontent-ref %}

{% content-ref url="/pages/yMtBsfs0Z5Zfsq4wXf2N" %}
[Protect a C# app with the QLM License Wizard standalone executable](/docs/step-by-step-guides/protect-a-c-app-with-the-qlm-license-wizard-standalone-executable.md)
{% endcontent-ref %}

{% content-ref url="/pages/KxTauCEKmNqJc0kREWsy" %}
[Protect a WinForms app with the Activation Control](/docs/step-by-step-guides/protect-a-winforms-app-with-the-activation-control.md)
{% endcontent-ref %}

{% content-ref url="/pages/A60AbzvyZkXK3poi2m0o" %}
[Protect a VB.NET App with the QLM License Wizard Standalone Exe](/docs/step-by-step-guides/protect-a-vb.net-app-with-the-qlm-license-wizard-standalone-exe.md)
{% endcontent-ref %}

{% content-ref url="/pages/1iDv3VRnPs6IBdBv3wL4" %}
[Protect a VC++ app with Quick License Manager](/docs/step-by-step-guides/protect-a-vc++-app-with-quick-license-manager.md)
{% endcontent-ref %}

{% content-ref url="/pages/2GKVUsRJJcAlnOhamHIi" %}
[Protect a VB6 app with QLM](/docs/step-by-step-guides/protect-a-vb6-app-with-qlm.md)
{% endcontent-ref %}

{% content-ref url="/pages/7ZZrNouk9uk33siEpOmO" %}
[Protect an Excel Application with Quick License Manager](/docs/step-by-step-guides/protect-an-excel-application-with-quick-license-manager.md)
{% endcontent-ref %}

{% content-ref url="/pages/6KV3iGf3iatWFss7rOvM" %}
[Protect an MS-Access Application with Quick License Manager](/docs/step-by-step-guides/protect-an-ms-access-application-with-quick-license-manager.md)
{% endcontent-ref %}

{% content-ref url="/pages/WOfuyOLdREWDlV3HmBtx" %}
[Protect a service](/docs/step-by-step-guides/protect-a-service.md)
{% endcontent-ref %}

{% content-ref url="/pages/14QVRv1kucPklkiQVxZv" %}
[Protect a Xojo Windows app with QLM](/docs/step-by-step-guides/protect-a-xojo-windows-app-with-qlm.md)
{% endcontent-ref %}

{% content-ref url="/pages/5evhPiYaYsGuUCqNfvw4" %}
[Protect an Executable without code changes](/docs/step-by-step-guides/protect-an-executable-without-code-changes.md)
{% endcontent-ref %}

{% content-ref url="/pages/b8vsYsfnCQ16fNFIKcHK" %}
[How to implement floating licensing with QLM Enterprise](/docs/floating-licenses/on-premise-floating-licenses/how-to-implement-floating-licensing-with-qlm-enterprise.md)
{% endcontent-ref %}

{% content-ref url="/pages/vwoUZgoHpRJucc5IclTa" %}
[Protect a PDF file with QLM](/docs/step-by-step-guides/protect-a-pdf-file-with-qlm.md)
{% endcontent-ref %}


---

# 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/step-by-step-guides.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.
