> For the complete documentation index, see [llms.txt](https://devcenter-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://devcenter-help.nhn-commerce.com/guide/base-information/structure.md).

# 구조

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

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

{% 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
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://devcenter-help.nhn-commerce.com/guide/base-information/structure.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.
