> 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/deployments/deploy-app/configurations-tab/additional-tools.md).

# Additional Tools in Patch My PC Cloud Deployments

*Applies to: Patch My PC Cloud*

Patch My PC (PMPC) Cloud deployments include standard default settings. However, you can also add additional settings.

These optional settings are grouped into a series of related *Additional Tools*, which can be added (and, if needed, removed) to a deployment.

To add one or more optional Additional Tools to a deployment, click **Add** in the **Additional Tools** section, then select the relevant tool from the pop-up to add it to the list of **Additional Tools**.

<figure><img src="/files/MC0I0mlD1SOnzCK2K48C" alt="Clicking &#x27;Add&#x27; and selecting an additional tool(s) to add to the list of &#x27;Additional Tools&#x27;" width="563"><figcaption></figcaption></figure>

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

You can check the checkboxes beside multiple tools to add them to the list of **Additional Tools**. You can also click the **X** beside an additional tools you want to remove from the list.&#x20;
{% endhint %}

Any settings you configure for a deployment will be used for the current deployment and automatically applied to any new versions of the deployment as it's updated.

## Next Steps

If you do not want to configure any additional settings, click **Next** to move to the [Assignments](/patch-my-pc-cloud/deployments/deploy-app/assignments-tab.md) tab.

Otherwise, navigate to the relevant tool to configure the required settings, which are explained in the relevant section.


---

# 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/deployments/deploy-app/configurations-tab/additional-tools.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.
