# How to extend a subscription in offline mode

This article covers extending a subscription when the user does not have internet access (offline mode).

For more details about how to implement subscription licensing with QLM, check [this article.](/docs/fundamental-concepts/how-to-implement-software-subscription.md)

To extend a subscription offline:

* In the QLM Management Console, go to the Manage Keys tab
* Locate the license you would like to extend and select it&#x20;
* Click the **Renew Subscription** button&#x20;
* Enter a new date for the subscription and click Ok
* In the data grid, locate the **ComputerKey** column and copy its contents
* Email the customer their new ComputerKey

At the customer end, the following procedure must be followed:

* In the QLM License Wizard or the QLM .NET Control, the user must:
  * Enter the **Activation Key** in the *Activation Key* field
  * Click the *Manual Activation* radio button
  * Enter the **Computer Key** in the *Computer key* field
  * Click *Activate*


---

# 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/faq/how-to-extend-a-subscription-in-offline-mode.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.
