# Environment Settings

Environments in Koople are the representation of your deploy environments in real life. All the release toggles and remote configs exist in all the environments with independent values for each environment.

All projects are created with the production environment by default. You can change the name (Production) and the colour (red) set by default in the Settings section. The key is filled automatically with the name and must be unique. You can modify the key on creation never after it.

![](/files/-MMpkuBiABhtCvH5EANs)

The colour helps you to identify in an easy way in which environment are you working on. Let's see how to create a new environment. Surely you've noticed the breadcrumb on the top bar if you click on the environment name you'll see a menu like the below image.

![](/files/-MMpn6qpswHUPDFkZ4ji)

Clicking on Create Environment, you access to the create menu. Let's create a development environment.

![](/files/-MMpnspoLBDOpxZH8bDR)

If you click in the Create button, you'll be redirected to the Release Toggle button on the new environment. Take a look at the breadcrumb.

![](/files/-MMpoBKQkYCm9VetXuSR)

You can change between environments from the breadcrumb environment menu.

![](/files/-MMpoQsZZ89LqrkJPYVK)

The colour line below the breadcrumb helps you to identify quicky in which environment are you doing changes. Create all the environment that you need to recreate your deployment environments.

![](/files/-MMpp9amecSmeymP5RSh)

Use the Manage Environments option on the breadcrumb environment menu to order your environments. You can drag and drop for set the correct order.

![](/files/-MMppmrGvk5QQ1zSBusO)

![](/files/-MMpxiqIdNj0hSTzaNpM)


---

# 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://koople.gitbook.io/koople/using-koople/environment-settings.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.
