# Inspect a volume

From the menu select **Volumes** then select the volume you want to inspect.

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

When you select a volume, the screen will divide into three sections, each described below.

## Volume section

Summarizes key information about the volume.

| Attribute            | Overview                                                                                                                                             |
| -------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| Name                 | The name of the volume.                                                                                                                              |
| Namespace            | The namespace that the volume belongs to.                                                                                                            |
| Storage              | The storage object that the volume uses.                                                                                                             |
| Shared Access Policy | The access policy configured for the volume.                                                                                                         |
| Provisioner          | The storage provisioner that provisions the volume.                                                                                                  |
| Creation date        | When the volume was created.                                                                                                                         |
| Size                 | The size of the volume. You can grow a volume by clicking the **Increase size** button and adjusting the value. Shrinking a volume is not supported. |

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

## Events section

Shows information about volume-related events.

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

## YAML section

This displays the YAML generated from the volume deployment. Use it to create backups of the configuration.

<figure><img src="/files/PAB3ZN5WadquItGm2WD8" 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.portainer.io/user/kubernetes/volumes/inspect.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.
