> For the complete documentation index, see [llms.txt](https://docs.glesys.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glesys.com/products/storage/file-storage/how-tos/create-a-volume.md).

# Create a volume

***

## Create a new volume using the control panel

To create an NFS volume, you click on **File storage** under **Storage** in the left-hand menu and then click **Create volume**.

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

In the next dialog box, select a name for the volume. You will also need to choose the data center where the volume will be located and its size. In this example, we select a 100 GiB volume to be placed in Falkenberg. You should choose the data center where our servers are located.

You can also choose to have the volume automatically upgraded to the next size level if it becomes full.

Once you’ve made all the selections, click **Create volume**. It takes about five minutes to create a new volume.

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

Once the volume is ready, you need to allow servers to connect to it. See [Manage access to volumes](/products/storage/file-storage/how-tos/manage-access-to-volumes.md) on how to grant access to the volume.

## Create a new volume using the API

To create a new volume, use the [filestorage/createvolume](https://github.com/GleSYS/API-docs/wiki/API-Documentation#filestoragecreatevolume) endpoint. For general instructions on how to use the API, see [Platform → API](/platform/control-panel/api.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.glesys.com/products/storage/file-storage/how-tos/create-a-volume.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
