> For the complete documentation index, see [llms.txt](https://docs.chargersms.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chargersms.com/docs/send-sms.md).

# การส่งข้อความ (Send SMS)

ผู้ใช้งานสามารถส่งข้อความได้หลังจากที่แอดมินได้เพิ่มเครดิตให้กับผู้ใช้งานเรียบร้อยแล้ว ผ่านลิ้งก์ <https://www.chargersms.com/send-message/>

ผู้ใช้งานกรอกหมายเลขโทรศัพท์มือถือที่ต้องการส่ง โดยจำกัดครั้งละ 1,000 เบอร์โทรต่อการส่ง 1 ครั้ง ตัวอย่างในการส่งข้อความ

ผู้ใช้งานสามารถกรอกข้อความที่ต้องการส่ง โดยระบบจะนับตัวอักษรให้ท่าน ว่าตอนนี้กำลังพิมพ์ไปแล้วกี่ตัวอักษร

ผู้ใช้งานสามารถตั้งเวลาส่งข้อความได้ หากผู้ใช้งานต้องการส่งข้อความทันทีให้กดที่ปุ่ม today ระบบจะเลือกวัน เวลา ณ ตอนที่ผู้ใช้งานกดให้แบบทันที

ผู้ใช้งานต้องเลือก Sender Name หลังจากนั้น กดปุ่ม "ส่งข้อความ" หลังจากนั้นระบบจะทำการส่งข้อความ


---

# 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:

```
GET https://docs.chargersms.com/docs/send-sms.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.
