# Data Disk

Data Disk is elastic block storage service provided by Zenlayer for Virtual Machine Instances and provides low latency, high performance, high durability, and high reliability. Data Disk uses a distributed triplicate mechanism to copy your data within the location to ensure data durability and availability.

{% hint style="info" %} <mark style="color:blue;">**Note**</mark>

<mark style="color:blue;">The information about data disk in this document is applicable to the data disk created together with the VM instance.</mark>
{% endhint %}

## **Data Disk Limits**

A disk can be attached only to a single VM instance in the same location.

| Item                                        | Limits                                                          |
| ------------------------------------------- | --------------------------------------------------------------- |
| Maximum number of data disks on an instance | 10 (including the data disk created together with the instance) |
| Capacity of a single data disk (GB)         | 20 - 2000                                                       |


---

# 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.console.zenlayer.com/welcome/virtual-machine/overview/virtual-elastic-disk.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.
