> 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-cloud/preview-features.md).

# Preview features of Patch My PC Cloud

*Applies to: Patch My PC Cloud*

The following is a list of Patch My PC (PMPC) Cloud *Preview Features.*

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

You need to have [Preview Features enabled](https://docs.patchmypc.com/patch-my-pc-cloud/cloud-administration/manage-your-cloud-company/enable-cloud-preview-features) in your company in order to access them.

Preview Features may not be fully functional or may contain bugs. By enabling them, you agree to accept that you may encounter some functionality issues and bugs.

Enabling Preview Features on a parent MSP company does not automatically enable them for child customers.
{% endhint %}

Links to the relevant documentation are included when available.

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

Once a feature is released to General Availability (GA), it will be removed from the following list as it will be available to everyone.
{% endhint %}

<table><thead><tr><th width="226" valign="top">Feature Name</th><th valign="top">Description</th></tr></thead><tbody><tr><td valign="top">Deployments Bulk Actions</td><td valign="top">This functionality allows you to perform certain deployment-related tasks on more than one deployment at a time.</td></tr><tr><td valign="top">Deployments Extra Filtering Options</td><td valign="top">This update adds several new filters that make it much easier to locate deployments based on their configuration or assignment types.</td></tr><tr><td valign="top">Msi Source Health Dashboard</td><td valign="top">Provides visibility into devices that may experience MSI repair, update, uninstall, or patching failures because the original MSI installation source is missing. It helps administrators proactively identify and troubleshoot affected devices before software management issues occur.</td></tr><tr><td valign="top">Multiple Matches Migration</td><td valign="top">If we match an app being migrated from ConfigMgr to Cloud to more than one app in our catalog, we give you the option to choose which app to migrate it to.</td></tr><tr><td valign="top">Permissions Validation</td><td valign="top">Improves the user experience by clearly showing which permissions the PMPC Company has/has not been granted in the Cloud Portal. Only the features that can be used with the granted permissions are enabled. All other features will be unavailable, helping prevent errors.</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-cloud/preview-features.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.
