# Add custom environment labels

{% hint style="info" %}
This capability is available only to Enterprise users. Learn more about our [paid plans](https://www.groundcover.com/pricing).
{% endhint %}

Labeling clusters in your cloud-native environments is very helpful for efficient resource management and observability. By assigning an environment label in groundcover, you can categorize and identify clusters based on any specific criteria that you find helpful. For example, you can choose to label your clusters by environment type (development, staging, production, etc.), or by region (EU, US, etc.).

To add an environment label to your cluster, edit your cluster's existing values.yaml and add the following line:

```yaml
env: "my-env-name"
```

Once defined and added, these labels will be available for you to select in the cluster and environment drop down menu ("Cluster Picker").


---

# 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.groundcover.com/~/revisions/1mY0CQn12Klyi0QiItHv/use-groundcover/add-custom-environment-labels.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.
