> 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/management-console/user-interface/about.md).

# About

### Activate your license

When you purchase QLM, you receive an email with an Activation Key that you need to use to activate QLM.

&#x20;To activate your purchased copy of QLM:&#x20;

* Click the License Wizard button&#x20;
* Click Activate your license&#x20;
* Click Activate Online&#x20;
* Enter your Activation key&#x20;
* Click Activate

The activation process connects over the internet to the Soraco QLM License Server and activates your license. If you connect to the internet via a proxy server, click on the Proxy Settings button to configure your proxy server.

### Deactivate your license

If you wish to transfer your license to another computer, you can deactivate your license and then activate it on a different system. Note that you are allowed 4 transfers per year.

To deactivate your license:&#x20;

* Click the License Wizard button&#x20;
* Click Deactivate your license&#x20;
* Click Deactivate&#x20;

### Check for Updates

To check if you are running the latest version or to upgrade to the latest version:&#x20;

* Click the License Wizard button&#x20;
* The welcome page displays the version you are running and the latest version. If a more recent version is available, click the "Update to the latest version" link&#x20;
* Review the Release notes&#x20;
* Click Download&#x20;
* When the Download completes, click Install


---

# 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/management-console/user-interface/about.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.
