# 가이드 소개

### 이 가이드는 누구를 위한 것인가요?

* **쇼핑몰을 운영 중**인데, 소스 수정은 **에이전시에 맡기고** 계신 운영자
* 에이전시 작업의 변경 이력과 에러 상황을 **직접 확인**하고 싶은 운영자
* 배포 때마다 불안한 경험이 있어 **안전장치**가 필요한 운영자

### 이 가이드에서 얻을 수 있는 것

* 기존 방식의 한계를 **왜** 개선해야 하는지 이해
* 개발소스관리로 **무엇이 달라지는지** 구체적인 이점 확인
* **지금 바로 시작**할 수 있는 단계별 안내
* 에이전시와 **원활하게 소통**할 수 있는 체크리스트·스크립트

### 읽는 순서

Part 1에서 현재 방식의 문제를 짚고, Part 2에서 해결책을 소개해요. Part 3에서는 실전에서 에이전시와 협업하는 실용적인 도구를 담았어요.

***


---

# 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://godomall-help.nhn-commerce.com/devsource/guide.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.
