> 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/service-status.md).

# Service Status tab of Patch My PC Publisher

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

The **Service Status** tab of Patch My PC (PMPC) Publisher consists of the following sections:

* [Sync Status](#sync-status)
* [Publisher Statistics](#publisher-statistics)

## Sync Status

The **Sync Status** section displays the current state of Publisher during a publishing synchronization. This status updates in real time as products are evaluated and processed.

<figure><img src="/files/QnIeAIRWHhbNt4DZgeDY" alt="&#x27;Sync Status&#x27; section" width="563"><figcaption></figcaption></figure>

When the **Status** shows as **Idle**, no publishing synchronization is running, and Publisher is not actively evaluating or publishing content.

Other statuses are **Syncing**, **Completed**, and **Error**.

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

See the [Status](/patch-my-pc-publisher/manage/sync-schedule-tab/sync-status.md#status) section of [Sync Status](/patch-my-pc-publisher/manage/sync-schedule-tab/sync-status.md) for more details on the values of the **Status** field.
{% endhint %}

## Publisher Statistics

The **Publisher Statistics** section provides a real-time summary of publishing activity within Publisher.

<figure><img src="/files/hRN1opkcOK13drLMLkBR" alt="&#x27;Publisher Statistics&#x27; section" width="563"><figcaption></figcaption></figure>

These statistics help you understand how many applications, updates, and CVEs have been published, as well as the overall synchronization activity. This information is useful for validating that publishing is working as expected and for gaining insight into ongoing usage over time.

<table><thead><tr><th width="203.22222900390625" valign="top">Field</th><th valign="top">Shows the...</th></tr></thead><tbody><tr><td valign="top">Last sync</td><td valign="top">Date and time of the last successful sync.</td></tr><tr><td valign="top">Next sync</td><td valign="top">Scheduled date and time of the next synchronization, based on your configured sync schedule.</td></tr><tr><td valign="top">Last save</td><td valign="top">Date/time Publisher settings were last saved.</td></tr><tr><td valign="top">Published CVEs</td><td valign="top">Total number of Common Vulnerabilities and Exposures (CVEs) addressed by the applications and updates published through Publisher.</td></tr><tr><td valign="top">Published updates</td><td valign="top">Total number of third-party updates that have been published.</td></tr><tr><td valign="top">Published applications</td><td valign="top">Total number of third-party applications that have been published.</td></tr><tr><td valign="top">Selected products</td><td valign="top">Number of products selected to be managed by Publisher.</td></tr><tr><td valign="top">Total syncs</td><td valign="top">Total number of synchronization operations performed by Publisher.</td></tr><tr><td valign="top">Cloud connection</td><td valign="top"><p>Status of the connection to a PMPC Cloud Company (<strong>Not Configured</strong> or <strong>Connected</strong>).</p><p>Clicking <a href="https://portal.patchmypc.com/">Open Patch My PC Cloud</a> opens the link to sign in to the PMPC Cloud Portal.</p></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/about-tab/service-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.
