> For the complete documentation index, see [llms.txt](https://docs.ohmyapp.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ohmyapp.io/main/guide/develop_app/4/block/text/multi-line.md).

# 멀티 라인 텍스트

**멀티 라인 텍스트 블록은 언제 사용하나요?**

* 멀티 라인 텍스트는 주로 '내용'과 같이 긴 텍스트(글)를 쓰는 곳에 사용해요.

**멀티 라인 텍스트 블록의 특징은 무엇인가요?**

* 텍스트 블록과는 다르게, 입력 시 엔터 사용(줄바꿈)이 가능해요.
* 텍스트 블록과 마찬가지로 등록된 데이터의 [항목 ID](/main/guide/dictionary/item-id.md) 를 동일하게 작성하여 앱 화면에서 보여줄 수 있어요.

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

2023.07.24 Jinny

## Multiline Text

Enter, edit, and delete regular text.

**When do I use a multiline text block?**

* This block is mostly used on the entry/editing page to write long texts such as "Content".

**What are the characteristics of multiline text blocks?**

* Unlike text blocks, you can use Enter (creation of a new line) when entering text.
* Like text blocks, multiline text blocks are displayed on the app screen once they are linked to the ID of the registered data.

2023.07.25 Hwaran

> \#멀티라인 텍스트, #긴 텍스트 창 만들기, #엔터 사용, #줄바꿈


---

# 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://docs.ohmyapp.io/main/guide/develop_app/4/block/text/multi-line.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.
