# Setting up Environments

## Environments <a href="#environments" id="environments"></a>

Environments are abstractions, where the intent is as follows:

1. Secrets (Variables) can have environment-specific values if you wish to choose so.
2. Clusters can be mapped to an environment, thus creating a gate for CI/CD executions.
3. Microservices can have access to specific environments to prevent any unintentional deploys to any environment.

### Steps to Create an Environment <a href="#steps-to-create-an-environment" id="steps-to-create-an-environment"></a>

1. Once you log in to Ozone, select **Resources** on the left-side bar under **Setup**. After clicking on Resources a menu appears, click on **Environments** to open the new modal window.

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

2. After this users can click on the **+ New Environment** button to open the modal window for an Environment creation.

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

3. The user can select the environment type according to their use-case, by clicking on the given options.

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

4. Once the necessary details are filled the user can click on create.

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

5. Once the Environment is Successfully been created it will be shown in the form of a tabular list, as shown below. In the table list, you can see what type of environment is created.

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


---

# 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://docs.ozone.one/ozone-end-user-guide/documentation/setup/setting-up-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.
