# 문자 발송하기

발신번호 등록과 충전까지 완료했다면 이제 문자를 보낼 수 있어요. \
누구나 쉽게 보낼 수 있도록 구성했지만, 한 번 훑어보시면 훨씬 수월하게 시작할 수 있어요.

## 기본 구조

<figure><img src="/files/8C4OLF4ApTvuXbvvs1TP" alt=""><figcaption></figcaption></figure>

메시지 발송을 위해 <mark style="color:orange;background-color:orange;">최소한의 단계를 거치도록 준비</mark>했어요. \
화면에서 보이는 단계를 <mark style="color:purple;background-color:purple;">위에서 아래로 순서대로 진행</mark>하시면 문자를 발송할 수 있어요.&#x20;

<figure><img src="/files/nSfHQ8UUrf2NBdzvZws2" alt=""><figcaption></figcaption></figure>

고객님께 꼭 필요할 [단체 문자 발송하기](/readytosendon/send/group.md), [변수를 설정해 발송하기](/readytosendon/send/individual.md), [예약 발송하기](/readytosendon/send/reserve.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://guide-user.sendon.io/readytosendon/send.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.
