> 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/about-tab/version-details.md).

# Version Details section of Patch My PC Publisher

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

The **Version Details** section of the **About** tab of Patch My PC (PMPC) Publisher key version information for Publisher.

<figure><img src="/files/ZjkbbPYxWNr9yScO5rAh" alt="&#x27;Version Details&#x27; section" width="563"><figcaption></figcaption></figure>

This section consists of the following areas:

* [Currently Installed Version](#currently-installed-version)
* [Latest Version](#latest-version)
* [Last Check for New Version](#last-check-for-new-version)
* [Disable self-updates is (not recommended)](#disable-self-updates-not-recommended)
* [Install preview builds](#install-preview-builds)
* [Restart Service](#restart-service-button)
* [Upgrade Now](#upgrade-now-button)

## **Currently Installed Version**

Shows the version of Publisher currently installed.

## **Latest Version**

Shows the latest available version of Publisher.

## **Last Check for New Version**

Shows the last date and time that Publisher checked for a new version.

## **Disable self-updates (not recommended)**

This option can be used in controlled environments where version changes are managed by internal risk groups or formal change-control processes.

If checked, Publisher will not automatically update to a newer version.

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

If a critical fix or required feature is released, updates must be installed manually. In these scenarios, ensure operational procedures are in place to regularly review available updates so important releases are not missed.
{% endhint %}

## Install preview builds

This option controls whether preview versions of Publisher are offered and installed.

When checked, the **Latest Available Preview Version** line appears, showing you the version number of the latest available preview version.

Most environments should remain on production builds. In some cases, support may ask you to install a preview build to resolve a specific issue or to enable a feature under preview.

If a preview build is installed for this purpose, it is recommended to return to the production channel once a new production release becomes available. To do this, uncheck the **Install preview builds** checkbox.

## Restart Service button

When clicked, the **Restart Service** button restarts the Publishing Service and displays the current service state. This is useful after configuration changes or troubleshooting scenarios.

## Upgrade Now button

If a newer version of Publisher is available and assigned to your update ring, the **Upgrade Now** button is available. Patch My PC uses a ringed deployment model for Publisher, which means updates may be available on demand depending on your assigned ring.


---

# 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/about-tab/version-details.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.
