# 문자는 최대 몇 자까지 가능한가요?

* SMS는 60자(한글 2byte 기준 120byte)이내, LMS 및 MMS는 1000자(한글 2byte 기준 2,000byte)이내로 발송됩니다.
* 문자 전송 시 60자(한글 2byte 기준 120byte) 이내일 경우 SMS, 60자 초과시 LMS, 파일 첨부 시 자동으로 MMS로 설정되어 전송됩니다.<br>


---

# 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://help.windmillsoft.kr/simplymessage/troubleshooting/undefined.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.
