# About the Patch My PC Cloud Portal

*Applies to: Patch My PC Cloud*

All Patch My PC (PMPC) Cloud management-related tasks are performed through the *Cloud Portal*, which is browser-based and is what you see when you sign in at <https://portal.patchmypc.com/>

The Cloud Portal is split into two key areas:

1. **Navigation pane -** Allows you to navigate through the different nodes
2. **Details pane -** Changes based on the selected node and available actions.

<figure><img src="/files/vXOlnDeztak9gd1syWf9" alt="Cloud Portal" width="563"><figcaption></figcaption></figure>

The Navigation pane consists of the following nodes:

<table data-header-hidden><thead><tr><th valign="top"></th><th valign="top"></th><th valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top"><a href="#app-catalog">App Catalog</a></td><td valign="top"><a href="#deployments">Deployments</a></td><td valign="top"><a href="#events">Events</a></td><td valign="top"><a href="#migration">Migration</a></td></tr><tr><td valign="top"><a href="#discovery">Discovery</a></td><td valign="top"><a href="#advanced-patch-insights">Advanced/Patch Insights</a></td><td valign="top"><a href="#settings">Settings</a></td><td valign="top"></td></tr></tbody></table>

## App Catalog

Clicking the *App Catalog* node (selected by default) lists all apps we currently support, which you can deploy and manage.

From the **App Catalog** you can:

* Search for a specific app.
* Create a new [Custom App](/patch-my-pc-cloud/custom-apps/create-a-custom-app.md) by clicking **Add App**.
* Modify your view of the App Catalog and whether you see it as a grid view (the default view) or a list view.
* Sort the App Catalog by App Name (both forward and reverse sort) and the date apps were Last Updated (both forward and reverse sort).
* Apply Filters to help you refine the results you see.
* [Deploy an App](/patch-my-pc-cloud/deployments/deploy-app.md).

## Deployments

Clicking the *Deployments* node lets you view all your current deployments and their status.

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

See [Deployments](/patch-my-pc-cloud/deployments/overview.md) for more information.
{% endhint %}

## Events

Clicking the *Events* node lets you view and manage all of the Cloud-related Events created by the various tasks performed from the Cloud Portal.

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

See [Events](/patch-my-pc-cloud/events/overview.md) for more information.
{% endhint %}

## Migration

Clicking the *Migration* node allows you to migrate items from a Microsoft Configuration Manager (ConfigMgr) hierarchy to your PMPC Cloud Company.

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

See [Migration](/patch-my-pc-cloud/migration/overview.md) for more information.
{% endhint %}

## Discovery

Clicking the *Discovery* node lets you see which apps in our App Catalog are installed in your environment, including any Binary Free Apps or Custom Apps you may have added.

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

See [Discovery](/patch-my-pc-cloud/discovery/overview.md) for more information.
{% endhint %}

## Advanced/Patch Insights

Clicking the *Advanced/Patch Insights* node lets you view a wealth of information about your organization to monitor, maintain, and enhance your environment.

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

See [Advanced/Patch Insights](/patch-my-pc-cloud/insights-intune/overview.md) for more information.
{% endhint %}

## Settings

Clicking the *Settings* node lets you perform various administrative tasks related to how your PMPC Cloud Company is set up and configured.

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

See [Administration](/patch-my-pc-cloud/manage.md) for more information.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.patchmypc.com/patch-my-pc-cloud/about-portal.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
