# What is persistent local storage?

<figure><img src="/files/WvdKkTJ8PQkoGWjNQFNY" alt=""><figcaption></figcaption></figure>

As discussed in the [Storage](/docs/platform/storage.md) docs, our virtual machines come with up to 30 TB of local direct attached storage (DAS) . This local storage is ideal for caching model checkpoints and training datasets to minimize IO bottlenecks. For on-demand usage, DAS volumes are always ephemeral. Users are responsible for formatting, mounting, and syncing data to these volumes. DAS volumes are erased when virtual machines are stopped, requiring any valuable data to be backed up to our network attached storage (NAS) volumes. \
\
For reserved capacity, users can configure persistent direct attached storage (PDAS) and optionally request the volume be automatically formatted and mounted. The data on these volumes will be preserved across instances stops and restarts. However, this will also pin your virtual machine to the reserved host machine where the DAS is located.


---

# 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.denvrdata.com/docs/additional-information/faqs/what-is-persistent-local-storage.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.
