# Deploy Assist

The idea behind *Deploy Assist* ..

When you develop a process and you start deploying it, normally you are re-deploying the same process several times. This is always the same steps: create package, provide version, click, click, click .. Deploy Assist reduces all this to a single click, with automatic versioning.

In addition, tackles the "*Referenced component not found!*" issue during run-time, when you deployed a process without its (independent) referenced components.&#x20;

### Headline

The header lists all deployed versions, to give you an overview what is where. It is basically: *View Deployments* filtered by the current component.

<figure><img src="/files/RsXhG8PWIQ1vlThAujHH" alt=""><figcaption></figcaption></figure>

### Re-Deploy Components

Select a *Target Environment* to where you want to (re-)deploy the current component.

The deployed packages list below will then display all components deployment state (including independent referenced components, up to nesting level *Scan References up to level).*

<figure><img src="/files/Y3zP4QMw0VzOnyNG22cV" alt=""><figcaption></figcaption></figure>

If a component's version on the target environment is older than the current version, the component is automatically selected for deplyoment. If you click on *Deploy 2 Selected* all selected, components will be packaged and deployed to the target environment with a single click and the same version.

#### Deployed Packages and its independent referrences

<figure><img src="/files/TUYTNVXJtinjWSeUIlFP" alt=""><figcaption></figcaption></figure>


---

# 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://boomi.markusschmidt.pro/power-tools/readme/deploy-assist.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.
