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

# SMS

Covers sending SMS with Recart: connecting a number, building automated flows, running campaigns, and managing subscribers.

Everything about sending SMS with Recart — connecting a number, building flows that send themselves, running campaigns, and managing who receives them.

### Getting Started

Connect a number and send yourself a test before you send anyone else one.

* [SMS Settings](/sms/getting-started/sms-settings.md)
* [Getting Started with Toll-Free Numbers](/sms/getting-started/getting-started-with-toll-free-numbers.md)
* [Test Recart SMS Messages](/sms/getting-started/test-recart-sms-messages.md)

More on getting started in the menu.

### Automated Flows

Messages that send themselves when a subscriber does something.

* [Automated Flows - Getting Started](/sms/automated-flows/setting-up-sms-automated-flows.md)
* [Automated Flows - Abandoned Cart](/sms/automated-flows/automated-flows-abandoned-cart.md)
* [Automated Flows - Abandoned Checkout](/sms/automated-flows/abandoned-checkout.md)

More on automated flows in the menu.

### Campaigns

One-off sends to a segment you choose.

* [Run Successful SMS Campaigns with Recart](/sms/campaigns/run-successful-sms-campaigns-with-recart.md)
* [SMS Campaign Statuses Explained](/sms/campaigns/sms-campaign-statuses-explained.md)
* [SMS Campaign A/B Testing (Randomizer)](/sms/campaigns/sms-campaign-a-b-testing-randomizer.md)

More on campaigns in the menu.

### Writing Messages

Limits, links, images and personalisation.

* [SMS Character Counting and Limits](/sms/writing-messages/sms-character-counting-and-limits.md)
* [Use Variables in SMS Flows](/sms/writing-messages/use-variables-in-sms-flows.md)
* [Add Images to SMS Messages](/sms/writing-messages/add-images-to-sms-messages.md)

More on writing messages in the menu.

### Subscribers & Lists

Who's on your list, how they got there, and how to group them.

* [Understanding Your Subscribers Page](/sms/subscribers-and-lists/understanding-your-subscribers-page.md)
* [Create SMS Segments and Lists](/sms/subscribers-and-lists/create-sms-segments-and-lists.md)
* [SMS Opt-in Types](/sms/subscribers-and-lists/sms-opt-in-types.md)

More on subscribers in the menu.

### Also here

* [Unsubscribe or Resubscribe SMS Subscribers](/sms/unsubscribe-or-resubscribe-sms-subscribers.md)


---

# 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://help.recart.com/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.
