> 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/app-catalog.md).

# App Catalog in Patch My PC Cloud

*Applies to: Patch My PC Cloud*

The **App Catalog** node of the Patch My PC (PMPC) Cloud Portal contains links to the various catalogs of apps supported by PMPC Cloud.

It is split into the following sections:

<table><thead><tr><th width="125" valign="top">Catalog</th><th valign="top">Contains...</th></tr></thead><tbody><tr><td valign="top">Patch My PC</td><td valign="top">The PMPC catalog of apps curated, vetted, and maintained by us.</td></tr><tr><td valign="top">Custom</td><td valign="top">Any <a href="/pages/2Rr7XCA8tSqEIeKQNDed">Custom Apps</a> you have created and added to your PMPC Cloud Company through the Cloud Portal.</td></tr><tr><td valign="top">External</td><td valign="top">Apps from other external resources such as WinGet (a community-driven package manager that allows users to install apps and download them from a public repository on GitHub that contains metadata about the installers).</td></tr></tbody></table>

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

The **External** catalog is currently in private preview so it is not generally available.
{% endhint %}

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

See [WinGet](https://learn.microsoft.com/en-us/windows/package-manager/) for more information about WinGet and [Managing External Apps](/patch-my-pc-cloud/app-catalog/external-apps.md) for more details on managing external apps with PMPC Cloud
{% 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/app-catalog.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.
