> 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/faq/manage.md).

# 쇼핑몰 운영

- [쇼핑몰 연장/복구](https://godomall-help.nhn-commerce.com/faq/manage/shop-extention.md)
- [쇼핑몰 해지](https://godomall-help.nhn-commerce.com/faq/manage/shop-delete.md)
- [소유권 이전](https://godomall-help.nhn-commerce.com/faq/manage/shop-migration.md)
- [트래픽](https://godomall-help.nhn-commerce.com/faq/manage/traffic.md)
- [디스크(스토리지) 용량 추가](https://godomall-help.nhn-commerce.com/faq/manage/storage.md)
- [도메인 관리](https://godomall-help.nhn-commerce.com/faq/manage/domain.md)
- [네임 서버](https://godomall-help.nhn-commerce.com/faq/manage/domain/dns.md)
- [패치&업그레이드](https://godomall-help.nhn-commerce.com/faq/manage/patch-upgrade.md)
- [\[23.12.06\] 에디터 보안패치 이슈 케이스](https://godomall-help.nhn-commerce.com/faq/manage/patch-upgrade/patch_231206.md)
- [\[24.02.21\] 상품등록/수정 성능(속도) 개선 건 패치 범위 안내](https://godomall-help.nhn-commerce.com/faq/manage/patch-upgrade/patch_240221.md): 2024년 2월 21일(수) 패치 내용 안내 드립니다.
- [자주 묻는 질문(FAQ)](https://godomall-help.nhn-commerce.com/faq/manage/patch-upgrade/patch_240221/faq.md)
- [전자결제서비스](https://godomall-help.nhn-commerce.com/faq/manage/pg-service.md)
- [이벤트 모니터링](https://godomall-help.nhn-commerce.com/faq/manage/event-monitoring.md)
- [디자인센터](https://godomall-help.nhn-commerce.com/faq/manage/design-center.md)
- [커스터마이징 센터](https://godomall-help.nhn-commerce.com/faq/manage/tuning-center.md)
- [쇼핑몰 기본정보](https://godomall-help.nhn-commerce.com/faq/manage/shop-information.md)
- [인증번호 미수신 시 가이드](https://godomall-help.nhn-commerce.com/faq/manage/shop-information/verification-guide.md): 인증번호가 수신되지 않는 경우 아래 가이드를 확인해 주시기 바랍니다.
- [부가서비스](https://godomall-help.nhn-commerce.com/faq/manage/additional-service.md)


---

# 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/faq/manage.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.
