> For the complete documentation index, see [llms.txt](https://makevu.gitbook.io/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://makevu.gitbook.io/guide/process/revision-guide.md).

# \* 단계별 수정 안내

> 제작 서비스의 수정 기준을 안내 드립니다.

***

#### **1. 시안 제작 및 수정 정책**

최초 요청서의 내용에 따라 콘텐츠 시안을 제작하며, 요청 내용이 **크게 달라지지 않는 한 시안 수정 횟수에는 제한이 없습니다.**

#### **2. 디자인 스타일 변경 시 추가 비용 발생**

시안 확정 후에 **디자인 스타일 변경을 요청할 경우**, 그 전까지 제작한 페이지만큼 추가 비용이 발생합니다. 따라서, 디자인 스타일은 시안 제작 과정에서 확정해야 추가 비용이 없습니다.

#### **3. 초안 제작 후 수정 정책**

초안 제작이 완료된 후에도, **내용과 디자인 스타일이 크게 달라지지 않는 범위 내에서** 콘텐츠 수정 횟수에는 제한이 없습니다.


---

# 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://makevu.gitbook.io/guide/process/revision-guide.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.
