> 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/manage/settings/company-settings/ai-usage.md).

# Manage AI Usage in your Patch My PC Cloud Company

*Applies to: Patch My PC Cloud*

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

This documentation is for a pre-release feature still under development and, therefore, incomplete. As a result, both functionality and documentation are subject to change.

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

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

AI-assisted functionality in PMPC Cloud is optional and can be disabled at any time.
{% endhint %}

Patch My PC (PMPC) Cloud leverages artificial intelligence (AI) in a limited, targeted way to support specific workflows, improving feature accuracy while ensuring customers remain fully in control of when AI is used.

AI is used as a supporting capability, not as an autonomous system. It does not take any actions in your environment, deploy applications, modify content, or make publishing decisions. Instead, it is used to help interpret complex inputs and provide additional context to features that would otherwise rely solely on static pattern matching or rule-based logic.

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

For frequently asked questions about AI usage for PSADT app migration, please visit the Patch My PC Trust Center at <https://trust.patchmypc.com/faq#psadt-migration--ai-usage-faq>
{% endhint %}

## AI Usage in PSADT App Migration

During [PSADT app migrations](/patch-my-pc-cloud/migration.md), we often encounter scripts whose installers cannot be easily or reliably parsed. Real-world PSADT scripts commonly include complex logic, variables, conditional branches, and multiple execution paths, which makes traditional pattern-matching approaches unreliable.

In these scenarios, AI is used as a parsing and interpretation aid, not a decision-maker. Its role is to analyze the install section of a PSADT script and help identify the primary installer being leveraged for installation. This allows PMPC Cloud to more accurately match the application to the PMPC App Catalog during migration.

To toggle AI usage:

1. Navigate to **Settings | Company**
2. Scroll down to the **AI Usage** section.

<figure><img src="/files/BH75t1wIL8mRMwBfZ4By" alt="Scrolling down to the &#x27;AI Usage&#x27; section" width="563"><figcaption></figcaption></figure>

3. Click the **Enable AI Usage** slider to enable it.

<figure><img src="/files/RIDIbVO7OTQ4sDyfyJ2g" alt="Clicking the &#x27;Enable AI Usage&#x27; slider to enable it" width="563"><figcaption></figcaption></figure>

4. Click **Save** to save your changes.

<figure><img src="/files/c0prp8rOWKr0tiKGou9X" alt="Clicking &#x27;Save&#x27; to save your changes" width="563"><figcaption></figcaption></figure>

The **Success - Company information updated** notification is shown.

<figure><img src="/files/CHEhU1qORoHuI9YmlKrs" alt="&#x27;Success - Company information updated&#x27; notification" width="563"><figcaption></figcaption></figure>


---

# 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/manage/settings/company-settings/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.
