> 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/external-apps/add-external-app.md).

# Add an External App to Patch My PC Cloud

*Applies to: Patch My PC Cloud*

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

This feature is currently only available through an invitation-only Private Preview, as both it and the documentation are under development, incomplete, and subject to change.

Please do not share links to these docs with others outside of the Private Preview.

Once this feature is released, it will be announced, and this banner will be removed.
{% endhint %}

To add an app to the **External** catalog in Patch My PC (PMPC) Cloud:

1. From the PMPC Cloud Portal, navigate to **App Catalog | External**
2. On the External catalog page, click **Add App**<br>

   <figure><img src="/files/h4tUmXF4Tlr6LmwnATEa" alt="Clicking ‘Add App’" width="563"><figcaption></figcaption></figure>

   \
   The list of apps in the public WinGet repository is displayed.<br>

   <figure><img src="/files/rHt3pWQ7ysGKF8I8bEvS" alt="List of apps in the public WinGet repository" width="563"><figcaption></figcaption></figure>

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

Use the **Search** box and filters to help you more easily find the app you want to add.
{% endhint %}

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

If an app is already in the PMPC catalog, it will be shown with **PUBLIC APP** beside it, and you will be unable to re-add it. This is because it is better for you to use the curated version we maintain in the **Patch My PC** catalog Vs a non-curated version. Just hover over **PUBLIC APP** and click **Go to App** to open the app in our catalog.

<img src="/files/e9pO8sYv4UR1hlRks5TI" alt="‘PUBLIC APP’ in the External catalog" data-size="original">

Also, if an app is shown as **N/A**, it means this app is currently unsupported by the **External** catalog.
{% endhint %}

3. Click **Add** beside the required app.

<figure><img src="/files/mjs5OePhPr6Bq4yyiSGs" alt="Clicking ‘Add’ beside the required app." width="563"><figcaption></figcaption></figure>

**ADDED** appears next to the app, along with the **Success – External app added** notification.

<figure><img src="/files/2z5xe8n9H71xpP0sadES" alt="‘ADDED’ appears next to the app, along with the ‘Success – External app added’ notification." width="563"><figcaption></figcaption></figure>

4. Keep clicking **Add** beside any other apps you want to add.
5. Once you have finished adding all the required apps, click the **X** in the top-right corner.

<figure><img src="/files/ijMBZtTY13UzOLomlNXL" alt="Clicking ‘X’ in the top right-hand corner." width="563"><figcaption></figcaption></figure>

The External catalog is redisplayed with the added app(s).

<figure><img src="/files/C2ssvAgJkSROoQWKpuzO" alt="External catalog redisplayed with the added app(s)." width="563"><figcaption></figcaption></figure>

## Next Steps

Now you have added an app(s) to the **External** catalog, you can [deploy it](/patch-my-pc-cloud/app-catalog/external-apps/deploy-external-app.md).


---

# 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/external-apps/add-external-app.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.
