# Manage Zones

After creating a new zone in the nomos system Controller, it appears in the **zone overview**. From here, you can perform various actions to manage the zone.

**Zone Management:**

1. **Created Zone:**
   * The newly created zone is displayed in the overview, for example, **„Testbereich EG“.**
   * This zone can now be further configured and populated with rooms.
2. **Available Actions:**
   * Next to each zone, there are several buttons to manage the zone:
     * **Visu:** The visualization button allows you to access and edit the graphical representation of the zone. Similar to room visualization, you can upload images and visually place rooms.
     * **Manage Rooms:** This button enables you to assign rooms to this zone or remove rooms from it.
     * **Delete (X):** Clicking the "X" allows you to delete the zone if it is no longer needed.
3. **Edit Zone:**
   * Next to the zone's name, you'll find a pencil icon. Clicking this icon allows you to edit the zone's name if necessary.

<figure><img src="/files/gXLV9Os0N7zB21Az9b1g" 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://documentation.nomos-system.com/nomos-system/integrator-en/zones/manage-zones.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.
