# Environments

Environments are used with DEPLOY commands, only.

Each environment has an `environmentID` and it has got a `Name`,\
both mentioned here: [https://github.com/MarkusSchmidtPro/MSPro.Boomi.Console/blob/main/doc/library/configuration-files/Runtime.config.json.md](https://github.com/MarkusSchmidtPro/MSPro.Boomi.Console/blob/main/doc/library/configuration-files/Runtime.config.json.md "mention")

![](/files/gr6yc6Aj35usm3oih6DL)

While the `Id` must not be changed because it is the technical refrence to the Runtime environment, the `Name` can be changed and it should be brief and pregnant.

For example: `01-DEV`, `02-TEST`, `03-PROD` and so on.

### How to get the EnvironmentID from Runtime

Get your `EnvironmentId` from\
**Services--> Integration** ==> **Runtime --> Manage --> Atom Management**

![](https://github.com/MarkusSchmidtPro/MSPro.Boomi.Console/blob/main/doc/library/how-to/broken-reference)


---

# 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/library/how-to/environments.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.
