> For the complete documentation index, see [llms.txt](https://docs.cloudeka.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.id/deka_flexi/deka_volume_block_storage/creating-and-attaching-a-storage-or-disk.md).

# Creating & Attaching a Storage or Disk

You can create a blank disk and attach it to your VM instance. This is a non-root disk.

* On the main page of the Cloudeka application, select the **Storage** menu.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/3cloudstorage/3.1%20Project%20Page%20-%20Storage%20Page.png" alt=""><figcaption><p>Project Page - Storage</p></figcaption></figure>

* Click the **Create Storage** button.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/3cloudstorage/3.2%20Create%20Storage.png" alt=""><figcaption><p><br><em>Create Storage</em></p></figcaption></figure>

* Fill in the Create Storage form, namely:

<table data-full-width="true"><thead><tr><th width="322">Column</th><th>Description</th></tr></thead><tbody><tr><td><strong>Storage Type</strong></td><td>- Premium Volume SSD with 2250 - 4500 IOPS<br>- Premium Volume SSD with 750 - 2500 IOPS</td></tr><tr><td><strong>Select Volume Size</strong></td><td>To determine size of storage that you need</td></tr><tr><td><strong>Do you want to attach this storage to an instance or not?</strong></td><td>You can choose <strong>yes</strong> if you want attach the storage to an instance, or choose <strong>not</strong> if you want attach the storage later</td></tr><tr><td><strong>Select Instance</strong></td><td>Select an instance to specify on which VM this storage will be attached</td></tr><tr><td><strong>Name Volume</strong></td><td>Name for the volume</td></tr><tr><td><strong>Billing Type</strong></td><td>According to the type of project used.</td></tr><tr><td><strong>Zone</strong></td><td>Zone to be used on Storage.</td></tr></tbody></table>

Then click the **Create Storage** button to save the data or **Cancel** if you don't want to save the data.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/3cloudstorage/3.3%20Create%20Storage.png" alt=""><figcaption><p>Create Storage Form</p></figcaption></figure>

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/3cloudstorage/3.4%20Create%20Storage.png" alt=""><figcaption><p>Create Storage Form</p></figcaption></figure>

* There will be a notification if the data is saved successfully **"Storage has been successfully created"**.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/3cloudstorage/3.5%20Notification.png" alt=""><figcaption><p>Notification</p></figcaption></figure>


---

# 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.cloudeka.id/deka_flexi/deka_volume_block_storage/creating-and-attaching-a-storage-or-disk.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.
