> For the complete documentation index, see [llms.txt](https://help.reflow.cx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.reflow.cx/minipage/undefined/creating-your-first-minipage.md).

# 여러분의 첫 미니페이지

## 새 미니페이지 생성 <a href="#creating_minipage" id="creating_minipage"></a>

여러분의 첫 미니페이지를 바로 만들어 보겠습니다. 페이지를 생성하는 방법은 매우 간단합니다.

![](/files/Ix8bVUDnxTxFk6kenYOD)

1. 왼쪽의 사이드바에서 미니페이지 아이콘을 클릭합니다. 그러면 미니페이지 목록 화면이 표시됩니다.
2. 미니페이지 목록 화면에서 **`[+ 새 페이지 생성]`** 버튼을 클릭합니다.
3. 미니페이지 목록에 ‘제목 없는 페이지'라는 미니페이지가 생성된 것을 확인합니다.

생성된 페이지를 클릭하면 해당 페이지의 수정 화면으로 이동할 수 있습니다. 왼쪽의 **서브메뉴**에는 생성한 미니페이지의 목록이 표시되며, 이곳에서 페이지의 제목을 클릭해 목록 화면으로 나가지 않고도 다른 페이지를 열어볼 수 있습니다.

![페이지 수정 화면](/files/UtdZ3qMRW0VKetETMr1a)

또한, 서브메뉴의 맨 아래에도 **`[+ 새 페이지 생성]`** 버튼이 있으므로 이 화면에서 새로운 페이지를 생성할 수 있습니다.

### 미니페이지 생성 제한 <a href="#limitation_of_number" id="limitation_of_number"></a>

reflow 베타 서비스에서 생성할 수 있는 미니페이지의 최대 개수는 3개입니다. 미니페이지를 4개 이상 생성하려고 하면 더 이상 생성할 수 없다는 오류 알림이 표시됩니다.

{% hint style="info" %}
미니페이지를 4개 이상 만들 필요가 있을 경우, reflow 팀에 별도로 신청해주세요.
{% endhint %}

## 미니페이지 삭제 <a href="#deleting_minipages" id="deleting_minipages"></a>

페이지를 생성하는 방법만큼 삭제도 쉽습니다. 만든 페이지를 삭제하는 방법은 다음과 같습니다.

![](/files/JhVkLfgdwDQkOqpUSnQG)

1. 미니페이지 목록 화면으로 이동합니다.
2. 삭제할 미니페이지의 맨 오른쪽에 있는 **`[삭제]`** 버튼을 클릭합니다.
3. 표시되는 대화상자에서 **`[삭제]`**&#xB97C; 클릭합니다.

![](/files/v8PgvDljqsxfWeqRRV5v)

혹은, 미니페이지의 수정 화면에서 왼쪽의 **서브메뉴**를 통해 삭제할 수도 있습니다.

{% hint style="warning" %}
삭제한 미니페이지의 내용은 복구할 수 없습니다. 삭제할 미니페이지에 중요한 내용이 있다면 미리 백업해두시는 것을 권장합니다.
{% 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:

```
GET https://help.reflow.cx/minipage/undefined/creating-your-first-minipage.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
