> For the complete documentation index, see [llms.txt](https://docs.patchmypc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.patchmypc.com/patch-my-pc-publisher/manage/general-tab/license-information.md).

# License Information section of Patch My PC Publisher

*Applies to: Patch My PC Publisher V3.x*

The first time you load Patch My PC (PMPC) Publisher, the **General tab** is selected. The **License Information** section is empty and the **No license key entered, unable to show subscription information** message is shown.

<figure><img src="/files/4BbBjH7zvd8gFnwQE1m5" alt="" width="563"><figcaption></figcaption></figure>

You have three options at this point:

* [Activate a License](#activate-a-license)
* [Request a free 30-day trial](#request-a-free-30-day-trial)
* [Enable limited trial mode](#enable-limited-trial-mode)

Until you do one of these, you will be unable to continue using Publisher.

## Activate a License

If you purchased a license or requested a free 30-day trial, you will receive an email containing your 20-character license key.

To activate your license:

Enter your license key in the **License Key** field and click **Validate**

<figure><img src="/files/FLp6qhWTiZjT5D5KZ01G" alt="" width="563"><figcaption></figcaption></figure>

If validation is successful, you will see the **License validated successfully** message.

<figure><img src="/files/hUwLkHvrwWfTqffDKy4y" alt="License validation successful dialog" width="263"><figcaption></figcaption></figure>

The **License Information** section updates to show the details of your license, and Publisher unlocks the corresponding features so you can proceed with configuration, customization, and publishing.

<figure><img src="/files/wESS5FO0I1WWVIu3E2g4" alt="Updated &#x27;License Information&#x27; section" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
**Note**

See the [Subscription Information](#subscription-information) section below for more details.
{% endhint %}

If validation fails, the dialog indicates that the key could not be verified and typically suggests checking either the license value or [network connectivity](/patch-my-pc-publisher/requirements/core-requirements.md#network).

{% hint style="info" %}
**Note**

If you started your trial through Patch My PC Cloud, your license key can also be retrieved directly from the Cloud portal by navigating to **Settings | Subscription** and clicking on the obfuscated license key.
{% endhint %}

<figure><img src="/files/O9GgarxUJKkvF6h7fKaI" alt="" width="563"><figcaption></figcaption></figure>

## Request a free 30-day trial

You can [request a free 30-day trial](https://patchmypc.com/free-trial) of Publisher from our website to have your license key emailed to you. Once you have your license, you can then [activate it](#activate-a-license).

## Enable limited trial mode

If you do not have a license or trial key, you can use Publisher in *Limited Trial Mode*. This allows you to evaluate Publisher functionality using a predefined set of products.

{% hint style="info" %}
**Note**

See [Products Available in Limited Trial Mode](/patch-my-pc-publisher/technical-references/products-available-limited-trial-mode.md) for more information on the products available in this mode.
{% endhint %}

To enable **limited trial mode**:

1. Launch Publisher.
2. Click the **General** tab.
3. Under the **License Information** section, check the **Enable limited trial mode** checkbox.

<figure><img src="/files/SCe7zrOL80krd2PCPklq" alt="&#x27;Enable limited trial mode&#x27; checkbox" width="563"><figcaption></figcaption></figure>

4. On the **Switch To Trial Catalog Mode** dialog, click **Yes** to continue.

<figure><img src="/files/QzZ0Vmx4WsJZzW3apUV7" alt="&#x27;Switch To Trial Catalog Mode&#x27; dialog" width="477"><figcaption></figcaption></figure>

{% hint style="danger" %}
**Important**

Enabling Trial Mode overwrites any product selections previously made in non-trial mode.
{% endhint %}

Once enabled, Publisher automatically populates the product catalog with a limited set of applications that are available for evaluation.

{% hint style="info" %}
**Note**

See [Products Available in Limited Trial Mode](/patch-my-pc-publisher/technical-references/products-available-limited-trial-mode.md) for more information on the products available in this mode.
{% endhint %}

## Subscription Information

This section displays details about your current Patch My PC license, including the subscription tier, license validity period, and the number of devices covered.

This information helps confirm Publisher is correctly licensed for your environment, and your device count aligns with your deployment scope.

<table><thead><tr><th width="125" valign="top">Field</th><th valign="top">Shows the...</th></tr></thead><tbody><tr><td valign="top">Subscription</td><td valign="top"><p>Patch My PC license tier currently applied (for example, <em>Enterprise Premium</em>), which determines the features, products, and capabilities available within Publisher.</p><p><mark style="color:$primary;"><strong>Note:</strong></mark></p><p>See <a href="https://patchmypc.com/pricing/">Patch My PC Pricing</a> for more details of the various subscriptions we offer.</p></td></tr><tr><td valign="top">Expires</td><td valign="top"><p>Expiration date of the current license/trial. Publisher will continue to function normally until this date.</p><p>Once the license expires, new applications and updates will no longer be published.</p><p>Any applications and updates that were published prior to expiration will remain available and unaffected.</p><p>To avoid interruptions, renewal or trial extension should be planned ahead of the expiration date.</p></td></tr><tr><td valign="top">Devices</td><td valign="top">Maximum number of devices the license covers. This should align with the number of managed devices that will <em>receive</em> applications or updates published by Publisher, which may differ from the total number of managed devices in your environment.</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.patchmypc.com/patch-my-pc-publisher/manage/general-tab/license-information.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.
