# 블록 스토리지

- [블록 스토리지 연결 방법](https://docs.cafe24cloud.com/home/storage/block/connect.md): 블록 스토리지를 생성 후 가상서버에 연결하기 위해서는, 웹 콘솔에서 블록 스토리지 연결을 한 뒤, shell에서 직접 mount 해줘야 합니다.
- [블록 스토리지 확장 방법](https://docs.cafe24cloud.com/home/storage/block/add.md): 블록 스토리지 확장을 위해서는 웹 콘솔의 확장 기능과, shell을 이용한 실제 용량 확장을 진행히야 합니다.
- [블록 스토리지 해제 방법](https://docs.cafe24cloud.com/home/storage/block/disconnect.md): 블록 스토리지 해제를 위해서는 shell에서 블록 스토리지 mount를 해제한 뒤, 웹 콘솔에서 블록 스토리지 연결 해제를 하여야 합니다.


---

# 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.cafe24cloud.com/home/storage/block.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.
