# COMP - Components

`COMP` commands refer to the [Component Metadata object](https://help.boomi.com/docs/atomsphere/integration/atomsphere%20api/int-component_metadata_object_c2067cb5-bb9d-4033-adc2-d4707e26e75c/). Components are what you store in your **Boomi Repository:&#x20;*****Runtime -> Integration -> Build***.

<figure><img src="/files/TtLZYGgJ94MR5902Ghhy" alt=""><figcaption><p>Process Components in the Repository</p></figcaption></figure>

Each component has a unique `ComponentId` (which is immutable -> [How to get a Component's Id](/boomi-console/library/how-to/get-a-component-id.md)) and a name (which is editable and user-specific).

The COMP commands use the so called [Component Resolution](/boomi-console/commands/arguments/common-arguments/command-sources.md) to resolve all component ids which will be considered be the current command.


---

# 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/comp-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.
