# Overview

This tutorial reviews different storage options available in <code class="expression">space.vars.product\_name</code>, and the use cases for each.

## PCD Storage Options At A Glance

There are currently **two** storage options available in <code class="expression">space.vars.product\_name</code>: **ephemeral storage & block storage.** The type of storage you use for a virtual machine depends on how you create it.

## Ephemeral Storage

An ephemeral disk is created for the root disk of the virtual machine.

Read more here about [Ephemeral Storage](https://docs.platform9.com/private-cloud-director/storage/ephemeral-storage).

## Block Storage

Block storage support in <code class="expression">space.vars.product\_name</code> enables the use of persistent block storage volumes with virtual machines. This is the most popular and recommended way to configure storage for your production virtual machines. Block storage volumes can be configured to persist even when the VMs they are attached to are deleted.

Read more here about [Block Storage](https://docs.platform9.com/private-cloud-director/storage/block-storage) support in <code class="expression">space.vars.product\_acronym</code>.


---

# 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.platform9.com/private-cloud-director/storage/storage-overview.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.
