> For the complete documentation index, see [llms.txt](https://godomall-help.nhn-commerce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://godomall-help.nhn-commerce.com/~/changes/PF8wfr0bZx71pWaGdhF3/faq/undefined-2/undefined-3.md).

# 디스크 용량 추가

<details>

<summary>쇼핑몰 용량이 부족해요.</summary>

잔여 용량 확보 방법은 2가지가 있습니다.

불필요한 데이터 삭제 또는 신규로 용량을 추가하는 방법으로 아래와 같이 진행 가능합니다.

## 추가 용량 신청 방법

[#undefined-2](#undefined-2 "mention")

## 불필요한 파일 삭제

쇼핑몰별로 용량을 많이 차지하는 파일과 삭제 방법이 상이합니다. 상세한 내용은 1:1 문의글로 문의해주시면 확인 후 안내해 드리겠습니다.

</details>

## 용량 추가 신청방법

기본적으로 제공되는 용량이 부족한 경우 추가 금액을 지불하고 저장 공간을 추가할 수 있습니다.

NHN커머스 홈페이지 > (로그인 후 오른쪽 상단 ID 클릭) 내 쇼핑몰 관리 > 쇼핑몰 목록 > (쇼핑몰 URL 오른쪽에 있는) 관리 > 세팅 서버 기본 설정 - 스토리지 - 용량 추가 용량

을 추가하게 되면 이후 쇼핑몰 연장시에는 추가 용량까지 포함된 금액으로 연장금액이 계산됩니다.

<details>

<summary>추가한 디스크 용량 삭제 및 줄이고 싶어요</summary>

1:1 문의글로 삭제하고자 하는 추가 용량 범위를 알려주시면 삭제 처리하도록 하겠습니다.

[ 1:1 문의 페이지](https://support.nhn-commerce.com/inquiry/list)

</details>


---

# 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://godomall-help.nhn-commerce.com/~/changes/PF8wfr0bZx71pWaGdhF3/faq/undefined-2/undefined-3.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.
