> 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/migration/technical-references/ai-usage.md).

# Artificial Intelligence Usage in ConfigMgr to Intune App Migration using Patch My PC Cloud

*Applies to: Patch My PC Cloud*

Artificial Intelligence (AI) capabilities are available in the Patch My PC (PMPC) Cloud Portal to enhance the application migration experience.

When migrating PSADT-based applications, AI is used to assist with parsing the PowerShell script and identifying key components such as the primary installer, pre-script logic, and post-script logic. This helps improve migration accuracy, particularly for more complex scripts.

In some cases, automated parsing may fail, especially where PSADT scripts have been heavily customized or deviate from common structures. The use of AI is intended to improve script interpretation in these scenarios and significantly increase the number of applications that can be successfully migrated.

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

AI usage is optional and can be disabled at any time from the Cloud Portal settings. See [Manage Cloud AI Usage](/patch-my-pc-cloud/manage/settings/company-settings/ai-usage.md) for more details.
{% endhint %}

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

AI usage is automatically enabled for new customers when the Migration feature is first configured. For early access customers onboarded to the migration feature before December 17th, 2025, AI usage was not enabled automatically and must be enabled explicitly.
{% endhint %}

For more information on how AI is used in the Cloud Portal, including common FAQs, see the [Patch My PC Trust Center](https://trust.patchmypc.com/faq).


---

# 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/migration/technical-references/ai-usage.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.
