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

# 1. 시안

> 2개(A,B Type)의 서로 다른 디자인 스타일을 만들어 보여드리는 것이 시안 단계입니다.

***

<div align="left"><figure><img src="/files/pal6fgTAfOdkNpoOGywF" alt="" width="563"><figcaption></figcaption></figure></div>

#### 1. **2개의 시안 제공**

일부 페이지에 한하여 서로 다른 2가지의 콘텐츠 시안(A-type, B-type)을 제작하여 보내드립니다. 시안 중 1가지를 선택하시면 초안 작업이 이뤄집니다.

#### 2. **시안 제작 범위**

시안 페이지 제작은 페이지 유형에 따라 메이크뷰에서 임의로 선택하며, 전체 콘텐츠 분량의 30%를 초과하지 않습니다.

#### 3. **시안 제작 기간**

시안 제작기간은 일반적으로 3일입니다. 리소스를 전달 받은 날로부터 3일 이내에 시안을 제작하여 보내드립니다.

#### 4. **시안 수정 정책**

시안 수정횟수 제한은 없습니다. 단, **요청시 보내주셨던 내용에서 크게 차이가 없어야 하며** 내용이 완전히 달라지는 경우에는 추가비용이 발생합니다.

{% hint style="info" %}
**유의사항**\
시안이 확정되면 콘텐츠 내용과 디자인 스타일 변경이 불가능하며 변경 요청시 추가 비용이 과금됩니다. 따라서, 신중하게 시안을 선택해 주세요.
{% endhint %}


---

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