# Expanding Instance Block Storage

{% stepper %}
{% step %}

### Resize Block Storage:

Navigate to **Instances**, select the desired instance, go to **VM Settings → Block Storage**, click on the **Resize Block Storage** icon

<figure><img src="/files/5jUbzrmlXbSCT9qEKuhM" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Configure Storage

Choose the plan as **Custom**, enter the required storage size, select the billing cycle, and click on **Submit**.

<figure><img src="/files/wisx7wDtT0HPk0DM6gtX" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Reboot the Instance

Once the block storage expansion is successful, reboot the instance to ensure the changes take effect.

<figure><img src="/files/ZiFreGiv79zTc7E8eWbZ" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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.neoncloud.com/common-issues/expanding-instance-block-storage.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.
