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

# Deploy 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 %}

Once an app has been added to the **External** catalog of Patch My PC (PMPC) Cloud, it can be deployed like any other app, but with some subtle differences.

To deploy an app from the **External** catalog:

1. From the PMPC Cloud Portal, navigate to **App Catalog | External**
2. On the **External** catalog page, locate the required app and click it to open its properties.

<figure><img src="/files/d29mMTtJ08N10MVWNNys" alt="App properties" width="563"><figcaption></figcaption></figure>

3. Click **Deploy** to start the Deployment Wizard.

<figure><img src="/files/5HpFl41n6WFYR6TRaazo" alt="Clicking ‘Deploy’ to start the Deployment Wizard" width="563"><figcaption></figcaption></figure>

4. On the **Risk of External App** dialog box, read the warning about deploying an external app, and if you accept the risks, click **Confirm**

<figure><img src="/files/InQd4oX8PAi5nnwKdgiL" alt="Clicking ‘Confirm’ on the ‘Risk of External App’ warning" width="428"><figcaption></figcaption></figure>

5. Follow the [Deploy an App using Patch My PC Cloud](/patch-my-pc-cloud/deployments/deploy-app.md) process to complete the deployment.

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

The first time any customer deploys an external app that has not previously been deployed using PMPC Cloud, we download the installer to our storage. If this occurs, you will see the **Downloading Installer** dialog shown below, which will automatically close once the download has completed.

<img src="/files/nyxthWRMQ5yC6hqZWrZM" alt="‘Downloading Installer’ dialog" data-size="original">
{% 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/external-apps/deploy-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.
