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

# 3. 배포

> 콘텐츠를 공유할 수 있는 URL을 무료로 생성해 드립니다. 요청시 커스텀 URL 설정이 가능합니다.

***

#### **1. 1년간 무제한 배포 가능한 URL**

별도의 호스팅 서버 없이 URL을 생성하여 제공합니다. 생성한 URL은 방문자수 제한 없이 사용 가능합니다.&#x20;

#### **2. 맞춤형 URL 생성**

* 자동으로 생성되는 URL의 규칙은 다음과 같습니다.&#x20;
* `https://makevu.me/임의의 문자와 숫자 조합 10자리`
* 제작서비스 이용시 커스텀 URL을 설정할 수 있습니다. 커스텀 URL은 브랜드명 또는 회사명을 URL 가장 앞에 지정할 수 있습니다.&#x20;
* 예시) `https://브랜드명.makevu.me/지정한 문자나 숫자`


---

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