# Send: SMS

Using the **Send: SMS** node, a Flow can send an SMS message to either a user or a specific phone number.

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

| Property     | Description              | Explanation                                                                        |
| ------------ | ------------------------ | ---------------------------------------------------------------------------------- |
| Message      | The message body         | Can contain [variables](/studio/flows/variables.md)                                |
| Phone number | The recipient of the SMS | When this field is left blank, it will use the user's phone number in `user.phone` |

{% hint style="info" %}
Note that sending SMS using the platform will incur costs that will be invoiced.
{% endhint %}

## Resources

* [Variables](/studio/flows/variables.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://manuals.dialox.ai/studio/flows/nodes/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.
