> 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

When creating a volume, you choose the storage size and whether it should be automatically promoted to a larger plan if the storage fills up. You also need to grant access to the volume explicitly.

***

## 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="https://3379166260-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlMZhhdQNcWOpX5Bj48GK%2Fuploads%2FHa08iDmrX8IvC31MYfm4%2Ffile-storage-create-new-nfs-volume.png?alt=media&amp;token=e6772daf-e8bb-413c-9835-ed7caf0da7cc" 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="https://3379166260-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FlMZhhdQNcWOpX5Bj48GK%2Fuploads%2FWMfGIGd7IK7O1ggiLyUi%2Ffile-storage-create-volume.png?alt=media&amp;token=1d8e3d54-3bd4-4e4e-a76b-b37848d93c55" 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).
