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

# Scheduling section of Patch My PC Publisher

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

The **Scheduling** section of the **Sync Schedule** tab of the Patch My PC (PMPC) Publisher allows you to configure multiple scheduling options to control how often the publishing service runs.

<figure><img src="/files/ehRIisofXsGJg4tJvyT2" alt="&#x27;Scheduling&#x27; section" width="563"><figcaption></figcaption></figure>

The available options are:

* **Daily (Default)**\
  Use this option to run the publishing service once per day. You configure the time using hour and minute selectors and choose **AM** or **PM**. The sync will start within five minutes of the configured time.
* **Weekly**\
  Use this option to run the publishing service once per week. You select the day of the week and the time. The sync runs on the chosen weekday at the specified time.
* **The (Custom)**\
  Use this option to run the publishing service on a specific weekday pattern. You select the occurrence (first, second, third, or last), then select the weekday and time. An optional offset in days can be applied to shift the sync earlier or later than the calculated date.
* **Monthly**\
  Use this option to run the publishing service once per month. You specify the day of the month and the time.
* **Hourly**\
  Use this option to run the publishing service at a recurring hourly interval. You specify the number of hours between each sync. The schedule begins as soon as the service starts and continues at the defined interval.
* **Disable Sync Schedule**\
  Use this option to prevent the publishing service from running automatically. When selected, all publishing actions require a [manual sync](/patch-my-pc-publisher/manage/sync-schedule-tab/sync-status.md#run-publishing-service-sync). This is useful for testing or tightly controlled publishing environments.

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

Publisher uses a single, global Sync Schedule that applies across all tabs and products. You cannot configure different Sync Schedules per platform or product.
{% endhint %}

The **Next scheduled sync** field shows the date and time the next scheduled Sync Schedule will run so you can check your understanding of how you think you've configured the Sync Schedule with how Publisher will actually run it.


---

# 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/scheduling.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.
