# 준비하기

- [심화 구조 이해](https://devcenter-help.nhn-commerce.com/guide/preparation/detailed-structure.md): 본 메뉴에서는 고도몰의 '커스터마이징'을 본격적으로 시작하기 전, 고도몰 구조에 대해 심도 있게 이해하는 단계입니다.
- [Routing 소개](https://devcenter-help.nhn-commerce.com/guide/preparation/detailed-structure/routing.md): 고도몰의 Routing 을 소개하는 내용입니다.
- [Controller 소개](https://devcenter-help.nhn-commerce.com/guide/preparation/detailed-structure/controller.md): 고도몰의 Controller 를 소개하는 내용입니다.
- [HTTP 소개](https://devcenter-help.nhn-commerce.com/guide/preparation/detailed-structure/http.md): 고도몰의 HTTP 관련 메서드를 소개하는 내용입니다.
- [Database 소개](https://devcenter-help.nhn-commerce.com/guide/preparation/detailed-structure/database.md): 고도몰의 Database 관련 메서드 및 사용법을 를 소개하는 내용입니다.
- [Security 소개](https://devcenter-help.nhn-commerce.com/guide/preparation/detailed-structure/security.md): 고도몰의 Security 를 소개하는 내용입니다.
- [Exception 소개](https://devcenter-help.nhn-commerce.com/guide/preparation/detailed-structure/exception.md): 고도몰의 Exception 를 소개하는 내용입니다.
- [Language 소개](https://devcenter-help.nhn-commerce.com/guide/preparation/detailed-structure/language.md): 고도몰의 Language 를 소개하는 내용입니다.
- [오픈 API 사용가이드](https://devcenter-help.nhn-commerce.com/guide/preparation/openapi-guide.md)
- [인증키 발급 방법 안내](https://devcenter-help.nhn-commerce.com/guide/preparation/openapi-guide/userkey.md)
- [공급사 이용 방법 안내](https://devcenter-help.nhn-commerce.com/guide/preparation/openapi-guide/partner.md)


---

# 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/preparation.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.
