> 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/technical-references/list-filters.md).

# List of Patch My PC Cloud Filters

*Applies to: Patch My PC (PMPC) Cloud*

The *Filters* feature of the Patch My PC (PMPC) Cloud helps you find only the relevant items you are looking for and is available in the following nodes:

* [App Catalog (and all sub-pages)](#app-catalog-filters)
* [Deployments](#deployment-filters)
* [Events](#event-filters)

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

See [Filters in Patch My PC Cloud](/patch-my-pc-cloud/about-portal/filters.md) for more details on working with Filters.
{% endhint %}

## &#x20;App Catalog Filters

You can use any of these [Filters](/patch-my-pc-cloud/about-portal/filters.md) in the **App Catalog** node to only display apps meeting the configured options:

<table><thead><tr><th width="177.77777099609375" valign="top">Filter</th><th valign="top">Allows you to</th></tr></thead><tbody><tr><td valign="top">Last Updated</td><td valign="top">Set a specified date range for the last time an app was updated</td></tr><tr><td valign="top">Vendor</td><td valign="top">Select one or more vendors</td></tr><tr><td valign="top">Language</td><td valign="top">Select one or more languages</td></tr><tr><td valign="top">Architecture</td><td valign="top">Select one or more architectures (e.g. 32-bit, 64-bit, etc.)</td></tr><tr><td valign="top">Operating System</td><td valign="top">Select one or more operating systems (e.g. Windows, macOS, etc.)</td></tr></tbody></table>

## &#x20;Deployment Filters

You can use any of these [Filters](/patch-my-pc-cloud/about-portal/filters.md) in the **Deployments** node to only display deployments meeting the configured options:

<table><thead><tr><th width="193.33331298828125" valign="top">Filter</th><th valign="top">Allows you to</th></tr></thead><tbody><tr><td valign="top">Deployment Date</td><td valign="top">Set a specified date range for when deployments were created</td></tr><tr><td valign="top">Vendor</td><td valign="top">Select one or more vendors</td></tr><tr><td valign="top">Language</td><td valign="top">Select one or more languages</td></tr><tr><td valign="top">Architecture</td><td valign="top">Select one or more architectures (e.g. 32-bit, ARM, etc.)</td></tr><tr><td valign="top">Installer Types</td><td valign="top">Select one or more types of installer (e.g. exe, dmg, etc.)</td></tr><tr><td valign="top">Source</td><td valign="top">Select one or more sources for the deployment (e.g. PMPC, external, etc.)</td></tr><tr><td valign="top">Assignment Types</td><td valign="top"><p>Select one or more types of assignment (e.g., required, available, etc.) </p><p><mark style="color:$primary;"><strong>NOTE:</strong></mark><br><mark style="color:$primary;">If you filter by <strong>Required</strong>, the results include every deployment that contains at least one required assignment. If you select <strong>Required</strong> and <strong>Available</strong>, only deployments containing at least one Required or Available assignment are returned (and these deployments may also contain other assignment types).</mark></p></td></tr><tr><td valign="top">Deployment Configuration</td><td valign="top">Select one or more specific deployment configuration options (e.g. ESP profiles, extra files, etc.)</td></tr><tr><td valign="top">Operating System</td><td valign="top">Select one or more operating systems (e.g., Windows, macOS, etc.)</td></tr><tr><td valign="top">Update Rings</td><td valign="top">Select whether Update Rings have been configured or not</td></tr><tr><td valign="top">Paused Updates</td><td valign="top">Select whether the deployment is paused or not</td></tr></tbody></table>

## &#x20;Event Filters

You can use any of these [Filters](/patch-my-pc-cloud/about-portal/filters.md) in the  **Events** node to only display events meeting the configured options:

<table><thead><tr><th width="156.66668701171875" valign="top">Filter</th><th valign="top">Allows you to</th></tr></thead><tbody><tr><td valign="top">Date</td><td valign="top">Set a specified date range for when events occurred</td></tr><tr><td valign="top">Severity</td><td valign="top">Select one or more severity levels (e.g. general, warning, etc.)</td></tr><tr><td valign="top">Category</td><td valign="top">Select one or more categories (e.g. application, user, etc.)</td></tr><tr><td valign="top">Operation type</td><td valign="top">Select one or more types of operation (e.g. created, updated, etc.)</td></tr><tr><td valign="top">User</td><td valign="top"><p>Select one or more users who have performed tasks in the Cloud Portal that have triggered an event.</p><p> </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-cloud/technical-references/list-filters.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.
