# Environments

Environments are virtual containers for you, including Kafka Cluster, Schema Registries, and Kafka Connect Clusters.

Each Environment has an Agent, the Agent communicates with HQ via an Agent Key generated at the environment creation time.

Environments can be assigned tiers, domains and a description and group accordingly.

Go to **Environments** in the left-hand side navigation, then select **New Environments** button in the top right corner.

Enter the details for the agent, once you have a key you will be guided on how to run and start docker, then configure the agent to connect to your environment.

{% hint style="success" %}
Learn how to configure an agent [here](/latest/devx/6.1/deployment/configuration.md).
{% endhint %}


---

# 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.lenses.io/latest/devx/6.1/user-guide/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.
