> For the complete documentation index, see [llms.txt](https://eztalks.gitbook.io/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eztalks.gitbook.io/help/products/sms/how-to-send-two-way-sms.md).

# How to send two-way SMS

eztalks SMS Chats is a Two-way chat channel. If you want to send 1-to-1 SMS messages, you could use this feature. You can create a new chat or reply to any incoming message with Chats.

All incoming messages will create 1 to 1 chats automatically. So, if you send bulk SMS through campaigns, and the customers replied your messages,  you will see the 1-to-1 chats with customers. You can reply and chat with your customer directly and instantly with Chats.

{% hint style="warning" %}
Free phone numbers are limited for this feature. If you want to test sending an SMS message, please create an SMS campaign to send SMS messages. Click [here](/help/products/sms/how-to-send-bulk-sms.md) to learn how to.
{% endhint %}

{% hint style="success" %}
For the phone number you have bought, if you want to use Chats, you should go to the phone number configure page to enable Receiving SMS feature first. Click here to learn how to enable Receiving SMS feature.
{% endhint %}

### How to use eztalks Chats

1. Login to your eztalks account.
2. Go to SMS on the left side, and click "Chats”.
3. Click the "New Chat", in the pop-up window, you can select which number to send from and send to. You can also select from your "Contacts" list. Click the "Chat" button to start chatting.
4. You can input text messages or import templates quickly. And you can also upload files as you need.


---

# 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://eztalks.gitbook.io/help/products/sms/how-to-send-two-way-sms.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.
