> For the complete documentation index, see [llms.txt](https://developers.fingerpush.com/dilingt/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.fingerpush.com/dilingt/guide/template.md).

# RCS 템플릿 유형

어떤 메시지를 보낼지 고민되시나요?

DilingT에서는 문자, 사진, 버튼까지 다양한 형식으로 메시지를 보낼 수 있어요.

아래 표를 보면서 어떤 유형이 어떤 상황에 잘 맞는지 확인해 보세요!

<table data-full-width="false"><thead><tr><th width="146" valign="top">유형</th><th>샘플</th><th valign="top">설명</th></tr></thead><tbody><tr><td valign="top">LMS</td><td><img src="/files/fotfb0GwX9RAcTYB70Ff" alt=""></td><td valign="top"><p>• 본문 최대 글자수: 1,000자 </p><p></p></td></tr><tr><td valign="top">MMS</td><td><img src="/files/vz5xAPwTGInAmWatPj1k" alt=""></td><td valign="top"><p>• 본문 최대 글자수: 1,000자 </p><p>• 이미지 사이즈: 400*240px  / 500*300px </p><p>• 이미지 최대 용량: 1MB</p></td></tr><tr><td valign="top">RCS LMS</td><td><img src="/files/GDDYYRKOwqP3iXkybRpx" alt=""></td><td valign="top"><p>• 제목 최대 글자수: 30자</p><p>• 본문 최대 글자수: 1,100자 </p><p>• 버튼 최대 사용 개수: 2개</p></td></tr><tr><td valign="top">RCS 스탠다드</td><td><img src="/files/I40dgwkqjcMk4VAofMNv" alt=""></td><td valign="top"><p>• 제목 최대 글자수: 30자</p><p>• 본문 최대 글자수: 1,100자 </p><p>• 버튼 최대 사용 개수: 2개</p><p>• 이미지 사이즈: 400*240px</p><p>• 이미지 최대 용량: 300KB</p></td></tr><tr><td valign="top">RCS 슬라이드</td><td><img src="/files/6Rgy8SjK4cQR355t1ONG" alt=""></td><td valign="top"><p>• 제목 최대 글자수: 30자</p><p>• 본문 최대 글자수: 슬라이드당 300자 </p><p>• 버튼 최대 사용 개수: 슬라이드당 2개</p><p>• 이미지 사이즈: 464*336px</p><p>• 이미지 최대 용량: 장당 300KB</p></td></tr><tr><td valign="top">RCS 이미지 강조 A (3:4)</td><td><img src="/files/UMeWKTu3M6rFjXzcYT89" alt=""></td><td valign="top"><p>• 제목 최대 글자수: 30자</p><p>• 본문 최대 글자수: 1,100자 </p><p>• 버튼 최대 사용 개수: 2개</p><p>• 이미지 사이즈: 900*1200px</p><p>• 이미지 최대 용량: 1MB</p></td></tr><tr><td valign="top">RCS 이미지 강조 B (1:1)</td><td><img src="/files/nmWDGf8J74ihVcd8ohHq" alt=""></td><td valign="top"><p>• 제목 최대 글자수: 30자</p><p>• 본문 최대 글자수: 1,100자 </p><p>• 버튼 최대 사용 개수: 2개</p><p>• 이미지 사이즈: 900*900px</p><p>• 이미지 최대 용량: 1MB</p></td></tr><tr><td valign="top">RCS 상품 소개 세로</td><td><img src="/files/ZthoWIaTNn0fQpjiz5vY" alt=""></td><td valign="top"><p>• 제목 최대 글자수: 30자</p><p>• 본문 최대 글자수: 1,100자 </p><p>• 버튼 최대 사용 개수: 2개</p><p>• 이미지 사이즈: 900*560px</p><p>• 이미지 최대 용량: 1MB</p><p></p><p>• 선택옵션 최소 사용 개수: 2개</p><p>• 선택옵션 최대 사용 개수: 3개</p><p>• 선택옵션 내 우측 글자 수: 33자</p><p>• 선택옵션 이미지 사이즈: 300*300px</p><p> </p></td></tr></tbody></table>

{% hint style="success" %}
활용 팁

RCS 메시지는 버튼형 UI로 인해 반응률 향상 가능성이 높으므로 활용을 권장합니다.
{% endhint %}

{% hint style="info" %}
유의사항

RCS를 지원하지 않는 기기에는 일반 문자 메시지로 전환되어 도달합니다.
{% 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://developers.fingerpush.com/dilingt/guide/template.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.
