# How to generate a trial key for your application

There are several approaches to issuing a trial key for your application. The first decision you need to make is whether you want the trial keys to require activation (Method 1) or not (Method 2).

**Method 1 (recommended)**

If you want to track every potential customer that downloads your application, you need to generate an Activation Key for each potential customer. There are several ways to generate trial activation keys:

* Directly from your website by integrating to your website our ready-made [license registration form](/docs/how-to/how-to-generate-a-trial-key-for-your-application.md). You can see a sample of the QLM Trial License Registration Web Form [here](https://soraco.co/quick-license-manager/qlm-screenshots/). This is the recommended approach.
* From the [QLM License Wizard](/docs/license-wizard/creating-trial-keys-from-the-qlm-license-wizard.md).
* From your application, using the [CreateComputerBoundTrialKey](/docs/api-reference/.net-api/qlmlicense/application-methods/createcomputerboundtrialkey.md)
* Manually, from the QLM Management Console / Manage Keys / Create or from the QLM Portal.
* By using our [MailChimp integration](/docs/3rd-party-integration/mailchimp-quick-license-manager-integration-with-mailchimp.md).

**Method 2:**

A trial key that does not require activation can be used by all your customers. You do not need to issue a new key for each customer. For more details about this approach, check this [article](/docs/faq/how-to-ship-an-evaluation-version-of-your-software.md).


---

# 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/how-to/how-to-generate-a-trial-key-for-your-application.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.
