# Send 1-way SMS

{% hint style="warning" %}
Note that 1-way SMS communication is not allowed in certain countries (e.g. USA), and this functionality will therefore not be available to customers in those countries&#x20;
{% endhint %}

It can be used to:

* Provide a customer with the information they have requested after a chat has ended.
* Prompt the customer to initiate a conversation via a channel that connects them to an agent on Chat Desk.

## **Send a 1-way SMS**

{% hint style="success" %}
You can only send 1-way SMS messages to customer numbers that have been verified.&#x20;
{% endhint %}

1. To verify a number, click the *Send OT*P button in the *Profile* tab.
2. Enter the phone number you want to verify and click *Send OTP*. The customer will be requested to enter the OTP in the channel to verify their number.&#x20;

![](/files/-MCRJrvbaQ7mMW0xrCgC)

3. Your text field will be populated by an automatic response. Simply press *Enter* to send.

![](/files/9nO8JVvTrWGYbbLUu1H9)

4. Once the number has been verified, you can send an SMS by selecting the *Send SMS* button on the top right of the chat header.

<img src="/files/SSj3n10TN5bqX5OXEwWz" alt="" width="563">

You can also initiate the process via the *Start Chat* button in the text box area (see below).

<img src="/files/-M6j19OD13eHCit0xCI7" alt="" width="563">

5. Choose to send an SMS and type the message. The **character limit is 160** per SMS.

{% hint style="warning" %}
This is a 1-way SMS, so an end-user will not be able to reply via SMS to the Agent Desk.
{% endhint %}

<img src="/files/-M6j1YNsOizRgPyBzapG" alt="" width="375">


---

# 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://guides.clickatell.com/chat-desk/agent-desk/chat-capabilities/send-1-way-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.
