# DEPLOY - Deployments

Deployment Commands refer to deployed (packaged) components.

<figure><img src="/files/P04vfGk0MKhyXdTfefgR" alt="" width="563"><figcaption><p>Deployments on Runtime</p></figcaption></figure>

### Packaged Components and Package Versions

Before you deploy a component you must package that component. Only packaged components can be deployed.

* Component Id + Version <- Package Id
  * Package Id + Environment <- Deployment Id
* Package Version <- \[ Package Id 1, Package Id 2, ... ]

#### Component Types

The following component types can be packaged and deployed:

* process
* webservice
* webservice.external
* flowservice
* processroute
* tpgroup
* certificate
* certificate.pgp
* customlibrary


---

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