# 개발소스관리 활용 가이드

## 가이드 목차

* [가이드 소개](/devsource/guide.md)
* [운영자가 겪는 문제](/devsource/slug.md)
* [PART I : 지금 방식의 한계](/devsource/part-i.md)
  * [변경 이력을 알 수 없어요](/devsource/part-i/no-history.md)
  * [에러 원인 파악이 막막해요](/devsource/part-i/unknown-error.md)
  * [배포할 때마다 불안해요](/devsource/part-i/risky-deploy.md)
* [PART II : 해결책 - 개발소스관리란?](/devsource/part-ii.md)
  * [변경 이력 자동 기록](/devsource/part-ii/benefit-history.md)
  * [스테이징 서버에서 안전하게](/devsource/part-ii/benefit-staging.md)
  * [문제 시 되돌리기](/devsource/part-ii/benefit-rollback.md)
* [PART III : 개발소스관리 시작하기](/devsource/part-iii.md)
  * [에이전시와 작업 전 체크리스트](/devsource/part-iii/checklist.md)
  * [에이전시에게 전달할 스크립트](/devsource/part-iii/script.md)
  * [자주 나누는 대화 예시](/devsource/part-iii/dialogue.md)
* [자주 묻는 질문 (FAQ)](/devsource/faq.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.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.
