# Create a Custom App

*Applies to: Patch My PC Cloud Custom Apps*

Patch My PC (PMPC) Cloud allows you to create your own *Custom Apps*, which are typically in-house developed.

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

If you also intend to deploy apps from our App Catalog in addition to creating Custom Apps, you must establish a connection to your Intune Tenant using the [Add an Intune Connection](/patch-my-pc-cloud/manage/manage-settings/manage-cloud-connections/add-connection.md#add-an-intune-connection) process.
{% endhint %}

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

If you are using our on-premises Publisher, you should follow the [Publish a Custom App](/patch-my-pc-cloud/custom-apps/publish-a-custom-app.md) process instead.

Likewise, if you are a Managed Service Provider (MSP) wanting to deploy a Custom App to one or more managed companies, see [MSP Custom Apps](/patch-my-pc-cloud/managed-service-provider-feature/msp-custom-apps.md) for more details.
{% endhint %}

To create a PMPC Custom App, you first need to add it to our App Catalog as follows:

1. Sign in to the PMPC Cloud Portal <https://portal.patchmypc.com/>
2. Click **Add App** on the **App Catalog** page.

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

The Custom Apps Deployment Wizard starts.

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

See [How to package Visual Studio 2022 as a Custom App](https://patchmypc.com/how-to-package-visual-studio-2022-custom-app) for a real-life example.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.patchmypc.com/patch-my-pc-cloud/custom-apps/create-a-custom-app.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
