# Attaching Additional Block Storage to your Instance

{% stepper %}
{% step %}

### Initiate Creation

Navigate to the **Block Storage** tab on the console and click on **Create New**

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

{% step %}

### Select Resources

Choose the **Project** and the specific **Instance** to which you want to attach the block storage.

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

{% step %}

### Configure Storage

Select the **Source Type** (choose *No Image* for new block storage), define the required storage size based on your needs and IOPS, and assign a name.

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

{% step %}

### Tiers & performance

| Tier          | Baseline IOPS/GB | Good for                                 |
| ------------- | ---------------- | ---------------------------------------- |
| **Standard**  | 10               | General-purpose apps, web servers        |
| **Premium**   | 20               | Databases and higher I/O workloads       |
| **Pro**       | 30               | Latency-sensitive or sustained heavy I/O |
| {% endstep %} |                  |                                          |

{% step %}

### Finalize Setup

Select the billing cycle and click on **Create** to attach the block storage.

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

{% step %}

#### Reboot the Instance <a href="#reboot-the-instance" id="reboot-the-instance"></a>

Once the block storage is successfully attached, reboot the instance to ensure the changes take effect.

<figure><img src="/files/1F0yikZK1HlZ2jJQPzxt" 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/attaching-additional-block-storage-to-your-instance.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.
