# 구분선

**구분선 블록은 언제 사용하나요?**

* 주로 앱 화면에 높이 및 배경 색을 통해 공간을 나누고 싶을 때 사용해요.&#x20;

**구분선 블록의 특징은 무엇인가요?**

* [데이터](/main/guide/dictionary/data.md)와 연동되지 않는 기타 공간을 생성할 수 있어요.&#x20;
* 빈 공간 생성을 통해서 UI 배치에도 응용이 가능해요.

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

> \#구분선, #emptyView, #여백 만들기, #빈 공간 #공간 구분하기, #빈 공간 만드는 방법

2023.07.24 Jinny

## Dividing Line

Create a line or empty space to divide the space on the app page.

**When do I use the dividing line block?**

* This block is used when you want to divide the space on the app page through height and background color.

**What are the characteristics of dividing line blocks?**

* You can create spaces that are not linked to data.
* Because this block creates empty space, it can be used for the UI layout.

2023.07.27 Hwaran


---

# Agent Instructions: 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://docs.ohmyapp.io/main/guide/develop_app/4/block/etc/empty-view.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.
