# 커스터마이징 가이드

고도몰을 더 잘 알고, 더 잘 하기 위해서!

반드시 알아야하는 커스터마이징가이드를 알려 드립니다!

{% hint style="warning" %}
잘못된 커스터마이징은 쇼핑몰 운영에 큰 문제가 발생할 수 있습니다!

커스터마이징 가이드 내용을 반드시 숙지하셔서, 쇼핑몰 운영에 문제가 발생하지 않도록 개발 부탁 드립니다.
{% endhint %}

## 영상으로 알려드리는 필수! 커스터마이징 가이드

* 고도몰의 핵심 서비스, 커스터마이징이란?
* 고도몰은 어떤 구조로 되어 있을까?
* ⚠️고도몰을 개발하는 방법과 유의사항은?
* 커스터마이징 시 알아두면 유용한 기능, 디버깅?
* 고도몰 패치 배포는 어떻게 확인하고 적용할까?

{% embed url="<https://youtu.be/-lglkxxrKfA?utm_campaign=tuningguide&utm_medium=devcenter&utm_source=youtube>" %}
커스터마이징 필수 가이드
{% endembed %}

***

## \[목차] 꼭 봐야하는 커스터마이징 가이드&#x20;

커스터마이징 개발 전! 반드시 봐야하는 커스터마이징 가이드를 알려 드립니다.\
중요한 내용을 놓치지 않도록, 모든 내용을 확인해주세요!

* [intro](https://devcenter-help.nhn-commerce.com/guide/intro "mention")
* [base-information](https://devcenter-help.nhn-commerce.com/guide/base-information "mention")
* [preparation](https://devcenter-help.nhn-commerce.com/guide/preparation "mention")
* [tuning](https://devcenter-help.nhn-commerce.com/guide/tuning "mention")
* [tuning-example](https://devcenter-help.nhn-commerce.com/guide/tuning-example "mention")
* [wrong-example](https://devcenter-help.nhn-commerce.com/guide/wrong-example "mention")
* [other-guide](https://devcenter-help.nhn-commerce.com/other-guide "mention")


---

# 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://devcenter-help.nhn-commerce.com/guide.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.
