# Volumes

Volumes are used as persistent storage. The overview page shows information about which service the volume belongs to, its name ([resource ID](https://docs.cybus.io/1-7-2/services/structure-of-commissioning-files/resources#resource-id)), the creation date and time, and its status.

See also: [Cybus::Volume resource](https://docs.cybus.io/1-7-2/documentation/services/structure-of-commissioning-files/resources/cybus-volume)

{% hint style="info" %}
This feature is available only in *docker-compose* deployments, but not in *kubernetes* deployments of the Connectware. Using this in a *kubernetes* deployment will be refused with a suitable error message.
{% endhint %}

## Overview

<figure><img src="https://4142639966-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7fj06nwrOaOPonB577Xs%2Fuploads%2Fgit-blob-07d9a9aaa1bf72e454d588b8db94f909b7e16d62%2Fvolumes_overview.png?alt=media" alt=""><figcaption></figcaption></figure>

By clicking on one of the listed volumes you get redirected to the [Details View](#details-view) of the selected volume.

## Details View

The volume has resources itself. In this case there is only Labels.

<figure><img src="https://4142639966-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7fj06nwrOaOPonB577Xs%2Fuploads%2Fgit-blob-f944f71d957f33692159ce36187f7124957c0bb5%2Fvolumes_details_open.png?alt=media" 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://docs.cybus.io/1-7-2/documentation/resources/volumes.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.
