# Extend Instance Volume Size

The default volume size is set to 20GB. To extend the volume size, follow these steps:

&#x20;Navigate to the created instance and access the 'Volume' section.

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

Now copy the volume ID

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

Navigate to the Volume section, locate the desired Volume ID, and click on it to access the volume details.

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

You can now access the 'Extend' section. Click on 'Extend' and specify the desired volume size to proceed.

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

I configured the volume size to 50GB and proceeded to extend it.

<figure><img src="/files/90BASw94JUxCwKc2Mqhn" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
We recommend performing a system reboot whenever hardware-level changes are made to ensure proper configuration and optimal functionality of the operating system.
{% endhint %}

Return to the instance dashboard and refresh the page. You will now observe that the volume has been successfully extended.

<figure><img src="/files/fgnpMqxRCDdOT5EXC4ej" 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.neevcloud.com/neevcloud-products/volumes/extend-instance-volume-size.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.
