# Deployed Components Overview

```powershell
.\bc DEPLOY GET /c {compId},{compId2} /wd {dir} 
```

<figure><img src="/files/cp3K46ThYtH9xS0Hd0d3" alt=""><figcaption><p>Output CSV in Visual Studion Code</p></figcaption></figure>

## Use a component package

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

Personally, I use [component packages](/boomi-console/library/packages.md) when I work in a sprint. For example: `<Workspace>\Packages\Work\Sprint_2103\iPack.jsonc` contains all the processes I am working on in that particual sprint.
{% endhint %}

Getting a deployment overview or even performing a deployment for a package looks like that:

```
bc deploy get /p Sprint_2103 /t deployOverview.csv
```

All outputs go to the package folder so that you have evrything for that sprint together in one single filder.


---

# 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/deployed-components-overview.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.
