> 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.md).

# 이해하기

본 메뉴에서는 고도몰의 '커스터마이징'과 관련 된 기본 내용을 이해하는 단계입니다.

커스터마이징에서 자주 사용 되는 '용어' 에 대한 정의를 시작으로 커스터마이징 구조를 확인할 수 있습니다.

커스터마이징을 시작하기 앞서, 고도몰의 커스터마이징과 관련 된 기본 개념을 이해하신 후 진행하여 주세요!

더 좋은 고도몰을 만들고 이용하는데 도움이 됩니다. 🥳

{% content-ref url="/pages/2uKeVpeaJbR7gHM3WVuh" %}
[용어](/guide/base-information/terms.md)
{% endcontent-ref %}

{% content-ref url="/pages/sjoQptHWl1EwdLC5jlXk" %}
[구조](/guide/base-information/structure.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.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.
