> 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/sync-schedule-tab/sync-status.md).

# Sync Status section of Patch My PC Publisher

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

The **Sync Status** section on the **Sync Schedule** tab of the Patch My PC (PMPC) Publisher displays the current state of a Publisher synchronization and also allows you to manually [run a Publishing sync.](#run-publishing-service-sync)

## Status

The **Status** field updates in real time as products are evaluated and processed.

<table><thead><tr><th width="121.77783203125" valign="top">Status</th><th valign="top">Means Publisher...</th></tr></thead><tbody><tr><td valign="top">Idle</td><td valign="top">Is idle and not actively evaluating or publishing content.</td></tr><tr><td valign="top">Syncing</td><td valign="top"><p>Is actively syncing. The status bar displays the current operation, which includes the product name and version currently being evaluated or published.</p><p>As the sync runs, the status updates for each product processed. This provides visibility into which updates or applications are being evaluated at that moment and confirms that the publishing service is actively working through the configured selections.</p><p>This status is particularly useful during large publishing synchronizations, as it confirms ongoing progress and helps identify where Publisher is in the evaluation or publishing process.</p></td></tr><tr><td valign="top">Completed</td><td valign="top">Has completed successfully. The <strong>Sync completed at &#x3C;</strong><em><strong>date_time</strong></em><strong>></strong> message is displayed under the <strong>Status</strong> field.</td></tr><tr><td valign="top">Error</td><td valign="top">Has encountered an error when trying to run a synchronization.</td></tr></tbody></table>

## Run Publishing Service Sync

What happens when you click **Run Publishing Service Sync** depends on whether one or more products have been marked for a Selective Sync using the [Publish Now](/patch-my-pc-publisher/customizations/list-customizations/publish-now.md) right-click option:

* If a product(s) has been marked for a Selective Sync, then a [Selective Sync](#selective-sync) is run.
* If no product(s) has been marked for a Selective Sync, then a [Full Sync](#full-sync) is run.

### Selective Sync

If you have used the [Publish Now](/patch-my-pc-publisher/customizations/list-customizations/publish-now.md) right-click option to selectively publish one or more specific products, when you click **Run Publishing Service Sync**, Publisher displays the **Products for Selective Sync** dialog box listing of all products currently marked for Selective Sync.

<figure><img src="/files/07EBfO7GOpZ1jstlrw93" alt="&#x27;Products for Selective Sync&#x27; dialog box" width="522"><figcaption></figcaption></figure>

If you click **OK**, the **Selective Sync Successful** dialog box is displayed stating that the sync command has been sent to the Publisher service to run the sync.

<figure><img src="/files/kw3iABDtmXGnchWPfr1Q" alt="&#x27;Selective Sync Successful&#x27; dialog box" width="330"><figcaption></figcaption></figure>

If you click **Cancel**, the **Selective Sync canceled** dialog box is displayed asking you how you want to proceed:

* Clicking **Yes** clears all Selective Sync flags and immediately runs a normal full publishing service sync. All enabled products across all platforms will be evaluated and processed.
* Clicking **No** keeps the existing Selective Sync flags in place and returns you to the main Publisher window without running a sync. This allows you to modify the current Selective Sync selections or run a manual sync later using the same selected products.

<figure><img src="/files/xV6sHYvP9OdXCcqiJWmC" alt="&#x27;Selective Sync cancelled&#x27; dialog" width="383"><figcaption></figcaption></figure>

### Full Sync

If you have not used the [Publish Now](/patch-my-pc-publisher/customizations/list-customizations/publish-now.md) right-click option to selectively publish one or more specific products, when you click **Run Publishing Service Sync**, Publisher will run a Full Sync, which performs the same evaluation as a scheduled sync.

Publisher will download the latest version of the Patch My PC catalog and evaluate all configured product selections, customizations, and global options to determine which apps and updates should be published.

To run a Full Sync:

1. Navigate to the **Sync Schedule** tab and click **Run Publishing Service Sync**

<figure><img src="/files/sSV4XvsFWfW3bV28sgdK" alt="Navigating to the &#x27;Sync Schedule&#x27; tab and clicking &#x27;Run Publishing Service Sync&#x27;" width="563"><figcaption></figcaption></figure>

2. On the **Run Publishing Service Sync** dialog box, read the message and click **Yes** if you want to proceed or **No** to cancel.

<figure><img src="/files/3zoRZjV7C2fkvIP49sUR" alt="&#x27;Run Publishing Service Sync&#x27; dialog box" width="453"><figcaption></figcaption></figure>

The **Run Now Successful** dialog box is displayed stating that the sync command has been sent to the Publisher service to run the sync.

<figure><img src="/files/z7KAtoQ0kcnaMxGdRGLw" alt="&#x27;Run Now Successful&#x27; dialog box" width="290"><figcaption></figcaption></figure>

After a period of time, the **Status** field under the **Sync Status** section will change to **Syncing** to show the sync is in progress.

<figure><img src="/files/maaFRI0kRuKpCbItcqSJ" alt=""><figcaption></figcaption></figure>

Once the sync has completed, the **Status** field changes to **Completed** as detailed at the top of this article.


---

# 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/sync-schedule-tab/sync-status.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.
