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

# Getting Started with Patch My PC Publisher

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

This section helps you get up and running with Patch My PC (PMPC) Publisher by guiding you through the key decisions and setup steps required for a successful deployment.

You’ll learn how to review and validate prerequisites, determine the correct installation location for your environment, and understand how Publisher integrates with Microsoft Intune, WSUS, ConfigMgr, or a combination of these.

You’ll also be guided through the initial configuration and common customization options, ensuring Publisher aligns with your operational requirements before you begin publishing applications and updates.

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

If you have security or compliance questions prior to installation, we recommend reviewing the [Security](/patch-my-pc-publisher/security.md) section first, which provides detailed information on catalog validation, binary verification, platform trust models, software supply chain protections, amongst others.
{% endhint %}

{% stepper %}
{% step %}

## Decide where to install Publisher

Before you begin, determine where Publisher should be installed. The correct installation location depends on how you plan to use Publisher and which platforms you manage (ConfigMgr, WSUS, Intune, or a combination).

* [Where should I install the Publisher?](/patch-my-pc-publisher/install/where.md)
  {% endstep %}

{% step %}

## Review Publisher's requirements

The core requirements apply regardless of how you plan to use the Publisher.

* [Core Publisher Requirements](/patch-my-pc-publisher/requirements/core-requirements.md)

Platform-specific requirements:

* [ConfigMgr Requirements](/patch-my-pc-publisher/requirements/configmgr-requirements.md)
* [Intune Requirements](/patch-my-pc-publisher/requirements/intune-requirements.md)
* [WSUS Requirements](/patch-my-pc-publisher/requirements/wsus-requirements.md)
  {% endstep %}

{% step %}

## Download Publisher

* [Download the Publisher](/patch-my-pc-publisher/install/download.md)
  {% endstep %}

{% step %}

## Install Publisher

* [Install the Publisher](/patch-my-pc-publisher/install/installing.md)
  {% endstep %}

{% step %}

## Configure Publisher for your environment

Once the Publisher is installed, configure it based on how you plan to use it. Choose the scenario that best matches your environment:

* [Scenario 1: ConfigMgr - Applications only](/patch-my-pc-publisher/configure/quick-start-guides/manage-configmgr-applications-only.md)
* [Scenario 2: ConfigMgr - Applications and Updates (WSUS)](/patch-my-pc-publisher/configure/quick-start-guides/manage-configmgr-applications-wsus-updates.md)
* [Scenario 3: WSUS (Standalone)](/patch-my-pc-publisher/configure/quick-start-guides/manage-wsus-standalone.md)
* [Scenario 4: Intune – Applications and Updates](/patch-my-pc-publisher/configure/quick-start-guides/manage-intune-apps-updates.md)
* [Scenario 5: Mixed environment (ConfigMgr, WSUS, and Intune)](/patch-my-pc-publisher/configure/quick-start-guides/manage-mixed-environment.md)
  {% endstep %}

{% step %}

## Customize and publish applications and updates

* Once the Publisher is configured, decide which products you want to publish. Choose the scenario that best matches your environment:
  * [Scenario 1: ConfigMgr Applications](/patch-my-pc-publisher/configure/product-selection-discovery/discover-configmgr-applications.md)
  * [Scenario 2: ConfigMgr/WSUS Updates](/patch-my-pc-publisher/configure/product-selection-discovery/discover-configmgr-wsus-updates.md)
  * [Scenario 3: Intune Applications and Updates](/patch-my-pc-publisher/configure/product-selection-discovery/discover-intune-apps-updates.md)
* [Customize products in the Publisher with Right-Click Options](/patch-my-pc-publisher/customizations.md)
* [Publish applications and updates](/patch-my-pc-publisher/manage/sync-schedule-tab.md)
  {% endstep %}
  {% endstepper %}


---

# 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/getting-started.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.
