> For the complete documentation index, see [llms.txt](https://docs.replicacyber.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.replicacyber.com/admin-guide/4.4-admin-guide/zones.md).

# Zones

Zones are an optional feature that define external deployment regions and infrastructure configurations available on the Replica platform. Each zone maps to a compute provider region and enables new types of Virtual Environments to be launched.

> **Note:** Zones are typically configured and managed by Replica. Under normal circumstances, zone settings should not be created or modified without guidance from your Replica representative.

## Viewing Zones

Open **Zones** from the admin navigation to see a list of all configured deployment zones.

The zones list shows a table with the following columns:

| Column           | Description                                          |
| ---------------- | ---------------------------------------------------- |
| id               | The unique identifier for the zone.                  |
| name             | The display name of the zone.                        |
| iaas             | The infrastructure provider                          |
| region           | The provider region where the zone is deployed.      |
| status           | The current operational status of the zone.          |
| supports Malware | Whether the zone supports Malware environment types. |
| created Time     | When the zone was created.                           |
| Actions          | Available management actions for the zone.           |

## Creating a Zone

Click **Create Zone** to configure a new deployment zone. Zone creation requires coordination with your Replica representative and is typically done during onboarding or capacity expansion.

## Zones and Malware Environments

Zones that support Malware are configured with the necessary isolation and security controls required for malware analysis workflows. When creating a Virtual Environment with the **Malware** use-case type, only zones that support malware are available for selection.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.replicacyber.com/admin-guide/4.4-admin-guide/zones.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
