# PART I : 지금 방식의 한계

- [변경 이력을 알 수 없어요](https://godomall-help.nhn-commerce.com/devsource/part-i/no-history.md): FTP 기반 작업은 변경 이력이 남지 않아 "누가 뭘 바꿨는지" 추적하기 어려워요.
- [에러 원인 파악이 막막해요](https://godomall-help.nhn-commerce.com/devsource/part-i/unknown-error.md): 서버 로그를 운영자가 직접 볼 수 없어 에러 발생 후 대응이 늦어져요.
- [배포할 때마다 불안해요](https://godomall-help.nhn-commerce.com/devsource/part-i/risky-deploy.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://godomall-help.nhn-commerce.com/devsource/part-i.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.
