# 구조

고도몰 진행방법과 커스터마이징 가능 범위, 아키텍쳐 등 고도몰의 구조를 이해할 수 있는 내용을 정리하였습니다.

해당 문서의 내용을 커스터마이징 진행 전 반드시 숙지하고 진행하여주세요!\
이를 통해 고도몰 패치 시 커스터마이징에 의한 이슈 발생율을 최소화할 수 있습니다. 👍🏻

{% content-ref url="/pages/yDtgQIv3m8wwg3WwTDBS" %}
[커스터마이징 진행 방법](/guide/base-information/structure/how-to-tuning.md)
{% endcontent-ref %}

{% content-ref url="/pages/kxNFbPA5GqoYyhQhOQdL" %}
[커스터마이징 가능 범위](/guide/base-information/structure/tunable-range.md)
{% endcontent-ref %}

{% content-ref url="/pages/Se5DPyMV7aUadYRQiEnr" %}
[고도몰 아키텍쳐(Architecture)](/guide/base-information/structure/godomall-architecture.md)
{% endcontent-ref %}

{% content-ref url="/pages/lLjqT9okzKFQSGspcusL" %}
[코딩 규칙](/guide/base-information/structure/coding-rules.md)
{% endcontent-ref %}

{% content-ref url="/pages/uVBcvvATOuWNl6zrXTqg" %}
[네이밍 규칙](/guide/base-information/structure/naming-rules.md)
{% endcontent-ref %}


---

# 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/base-information/structure.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.
