# 심화 구조 이해

- [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 를 소개하는 내용입니다.


---

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