> For the complete documentation index, see [llms.txt](https://supportcenter.creatorlink.net/creatorlink/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://supportcenter.creatorlink.net/creatorlink/site-building/edit_block/text_block.md).

# 텍스트 블럭

텍스트 블럭은 한개 혹은 여러개의 **텍스트 박스**로 구성된 블럭입니다.&#x20;

텍스트 블럭은 **메뉴판, 수상 기록, 연혁, 분할 텍스트, 연락처 노출** 등 다양한 디자인을 제공합니다.&#x20;

목적에 맞는 텍스트 블럭을 골라 사용해 보세요

![](/files/yPDaSxjA3mZNLHOxLX3i)

텍스트 블럭은 한개 혹은 여러개의 **텍스트 박스로 구성된 블럭**입니다.

크리에이터링크는 다양한 종류의 텍스트 블럭을 제공하고 있습니다.

목적에 맞는 텍스트 블럭을 골라 사용해 보세요.

![텍스트 블럭 샘플 : 메뉴](/files/TbhbX5E3La3SoFZka5jO)

![텍스트 블럭 샘플 : 연혁/수상 기록](/files/KcH8aRaBqURS5Qand7O7)

![텍스트 블럭 샘플 : 분할 텍스트](/files/7fOCMP1rOZxhlCmgolSh)

![텍스트 블럭 샘플 : 연락처 노출](/files/Ma4vvxs2oehlMLoQo34h)

{% hint style="info" %}
여러개의 텍스트 박스가 제공되는 경우, **블럭 설정 > 컨텐츠 리스트**에서 텍스트 **추가, 순서변경, 삭제가 가능**해요.

하지만 블럭 안에서 **임의의 위치**로 텍스트 박스를 **이동하거나 추가하는 것은 불가능**한 점 유의해주세요!&#x20;
{% endhint %}

{% hint style="success" %}
한 블럭당 **한글 기준 13,000자, 영문 기준 30,000자**의 텍스트를  입력할 수 있어요. \
텍스트 양이 초과되면 **초과된 부분부터 텍스트 내용이 잘려 보일 수 있어요.**
{% 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, and the optional `goal` query parameter:

```
GET https://supportcenter.creatorlink.net/creatorlink/site-building/edit_block/text_block.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.
