> For the complete documentation index, see [llms.txt](https://godomall-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://godomall-help.nhn-commerce.com/devsource/part-i.md).

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