# Deployment Task Document

Normally you want to document what needs to be deployed. One process, multiple processes, with dependend components (e.g. process routes) etc. A deployment task document would be required.

Create a deployment task document that lists all components that must be deplyoed together with a *parent* component.

```batch
bc comp get /c <compId> /t deployTask.md /DeployableOnly /Children=Independent
```

* `/c` the components for which to create a deploymen task document. You may also provide multiple components or a component package, as mentioned abouve\
  (see [Common Arguments](/boomi-console/commands/arguments/common-arguments.md)).
* `/DeployableOnly` restricts the considered components to deployable componentes: *Processes, Certificates, Services, Process Routes, APIs*.\
  \&#xNAN;*Maps*, *Profiles* are not deployable and therefore skipped.
* `/Children=Independent` Get only children which have an *independent* relationship to their parent(s) - the `<compId>`. Only those child components require a separate deployment. Sub-Processes (not routes), for example, are *dependent* components and not deployed separately.
* `/t` specifies the [template ](/boomi-console/library/the-report-engine.md)that is used to render a nice document.

### Templates

The `deployTask.md`template renders a nice Markdown output that you can hand over to your deployment admin.

<figure><img src="/files/9hhs4zSBnQnSaurqSFgc" alt=""><figcaption><p>Deployment Task MarkdDown file</p></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/boomi-console/command-collection/command-collection-1.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.
