# Query all deployed packages

Get packages from the provides environments and create a deployment status on all environments:

```
bc DEPLOY GET /env=20,26 /t=deployOverview.csv
```

### Method 1: The "Power Query" Way (Recommended)

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

This is the most robust method in modern Excel (2016 and later).

1. Open Excel and go to the Data tab.
2. Click Get Data > From File > From Text/CSV.
3. Select your file and click Import.
4. A preview window will appear. Excel usually auto-detects the headers.
5. If it doesn't, click Transform Data.
6. In the Power Query editor that opens, go to the Home tab and click Use First Row as Headers.
7. Click Close & Load.

### Second Option

With the following command you can query all packages deployed to an environment.

```
bc DEPLOY GET /env=Cloud;Local /t=deployedPackages.csv
```


---

# 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/query-all-deployed-packages.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.
