# 텍스트

- [텍스트](https://docs.ohmyapp.io/main/guide/develop_app/4/block/text/text.md): 일반 텍스트(글)를 보여주거나 입력/수정할 때 사용해요.
- [멀티 라인 텍스트](https://docs.ohmyapp.io/main/guide/develop_app/4/block/text/multi-line.md): 조금 더 긴 텍스트(글)를 보여주거나 입력/수정할 때 사용해요.
- [변수 텍스트](https://docs.ohmyapp.io/main/guide/develop_app/4/block/text/variable-text.md): 일반 텍스트(글)나 특정 데이터를 변수로 넣고 커스텀하여 표시할 수 있어요.
- [마크다운](https://docs.ohmyapp.io/main/guide/develop_app/4/block/text/markdown.md): 일반 텍스트(글)를 서식이 있는 문서로 입력, 수정, 삭제할 수 있어요.
- [HTML 편집기](https://docs.ohmyapp.io/main/guide/develop_app/4/block/text/html.md): 글자 이외에 이미지와 링크 첨부를 할 수 있어요.
- [전화번호](https://docs.ohmyapp.io/main/guide/develop_app/4/block/text/phone-number.md): 전화번호 입력 시 사용할 수 있어요.


---

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