> For the complete documentation index, see [llms.txt](https://docs.neoncloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neoncloud.com/common-issues/attaching-additional-block-storage-to-your-instance.md).

# 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
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.neoncloud.com/common-issues/attaching-additional-block-storage-to-your-instance.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.
