> 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/initial-drafts.md).

# 2. 초안

> 확정된 시안을 바탕으로 전체 콘텐츠를 완성합니다. 내용과 디자인 스타일이 변경되지 않는 범위 내에서 무제한 수정이 가능합니다.

***

<figure><img src="/files/LOfscLDHzabMQqYQ0eqs" alt=""><figcaption></figcaption></figure>

#### **1. 초안 제작 기간**

시안이 확정된 후, 일반적으로 **2일 이내**에 전체 콘텐츠 완성인 초안을 제작하여 발송해 드립니다.

#### **2. 초안 수정 정책**

초안 수정 횟수에는 제한이 없습니다. 단, 초기 요청 시 전달된 내용과 **크게 차이가 없는 범위 내에서** 수정이 가능합니다. 내용이 완전히 달라지는 경우에는 추가 비용이 발생할 수 있습니다.


---

# 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/initial-drafts.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.
