> 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/macos-support/filter-by-os-in-cloud.md).

# Filter by OS in Cloud

*Applies to: Patch My PC Cloud*

With the addition of macOS support to Patch My PC (PMPC) Cloud, the App Catalog can now be filtered by operating system (OS) by either:

* [Switching to List view](#switching-to-list-view)
* [Using the OS Filter](#using-the-os-filter)

### Switching to List View

To switch to List view:

On the **App Catalog** page, click the **List View** button.

<figure><img src="/files/OK1SdWMxaRLdsSE2M6z9" alt="Clicking the “List View” button"><figcaption></figcaption></figure>

The App Catalog updates to show the list of available apps in list view. The new **OS** column shows which operating systems each app can be deployed to.

<figure><img src="/files/vzUarBTlAYb2At8qehbX" alt="New “OS” column shows which operating systems each app can be deployed to"><figcaption></figcaption></figure>

### Using the OS Filter

To use the **Operating System (OS)** filter in the App Catalog:

1. On the **App Catalog** page, click the funnel button.<br>

   <figure><img src="/files/S9YIdqDgm9vwqR5xeUZ6" alt="Clicking the funnel button."><figcaption></figcaption></figure>

2. Click the checkbox for the OS you want to filter by (for example **macOS**), then click **Apply All Filters**.\ <br>

   <figure><img src="/files/nEkR1xy5xnK8oHbunFS4" alt="Checking the relevant checkbox for the OS you want to filter by then clicking “Apply All Filters”"><figcaption></figcaption></figure>

{% hint style="success" %}
**Tip**

You can also use the **ARM** and **Universal (macOS)** checkboxes under the **Architecture** dropdown to filter the App Catalog by macOS apps.
{% endhint %}

The App Catalog updates to show only the apps that match the selected filters.

<figure><img src="/files/6mG8MUsgEz0EMKpdvvZK" alt="App Catalog updating to show only the apps that match the selected filters."><figcaption></figcaption></figure>

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

Click **Clear All** to clear any filters that have been applied, then click the filter button to close the filter dropdown.
{% endhint %}


---

# 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/macos-support/filter-by-os-in-cloud.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.
