# PACK - Packaged Components

PACK Commands work with [Packaged Components or Package Versions](/boomi-console/help-text/component-package-vs-packaged-component.md).

The COMP Commands start with a *ComponentId* and traverse up and down a [Component Hierarchy](/boomi-console/help-text/component-hierarchy.md). Children references do not include a version so that always the current version of a child component will be resolved.

In contrast, Packaged Components contain a manifest that exactly describes which (child) components are part of the package including their referenced version.


---

# 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/commands/pack-packaged-components.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.
