> 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/custom-design/page-types.md).

# 페이지 유형

페이지 유형은 3가지입니다.&#x20;

***

### **1. 기본형**

640\*1040px 사이즈, 단일 페이지입니다. 이미지, 텍스트, 동영상, 버튼 등을 추가할 수 있습니다.&#x20;

<div align="center"><figure><img src="/files/mUMUGcE81Jag9ekQjVrO" alt="" width="320"><figcaption></figcaption></figure> <figure><img src="/files/ochKTpjeWZqKek9MDo0E" alt="" width="320"><figcaption></figcaption></figure></div>

***

### **2. 스크롤형**

640\*1040px 사이즈에 내용을 모두 담을 수 없을때, 가로 또는 세로로 스크롤되는 페이지를 구성할 수 있습니다. 이미지, 텍스트는 추가 가능하나 동영상, 버튼은 스크롤 영역에 추가할 수 없습니다.

<div align="center"><figure><img src="/files/8ZinhEvfQDXGFIRemYB5" alt=""><figcaption><p>가로 스크롤</p></figcaption></figure> <figure><img src="/files/fvfFfsKButaVoc4EBp4W" alt=""><figcaption><p>세로 스크롤</p></figcaption></figure></div>

***

### **3. 스와이핑형**

640\*1040px 사이즈에 내용을 모두 담을 수 없을때, 그리고 사진첩을 넘겨보듯 하나씩 넘겨보고 싶을때 스와이핑 페이지를 구성할 수 있습니다. 이미지, 텍스트는 추가 가능하나 동영상, 버튼은 스와이핑 영역에 추가할 수 없습니다.

<div align="center"><figure><img src="/files/dUQuVss5k0XbN21jC9k4" alt=""><figcaption><p>페이지 전체 스와이핑</p></figcaption></figure> <figure><img src="/files/80zXSLuE51AJjDe6eeeW" alt=""><figcaption><p>페이지 부분 스와이핑</p></figcaption></figure></div>

<mark style="color:blue;">\*스크롤과 스와이핑의 차이</mark>&#x20;

스크롤은 지속적이고 끊김 없는 움직임 제스처를 의미하는 반면, 스와이핑은 구분된, 분절된 동작으로 움직이는 것을 의미합니다.


---

# 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/custom-design/page-types.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.
