> 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

Articles about SMS marketing: automated flows, opt-in tools, campaigns, and popups.

* [Popup A/B Testing](/list-growth/popup-a-b-testing.md)
* [Add Unique Discount Codes to SMS Messages](/discounts/add-unique-discount-codes-to-sms-messages.md)
* [How to Run a Popup Holdout Test](/list-growth/how-to-run-a-popup-holdout-test.md)
* [Schedule Delay in SMS Flows](/sms/schedule-delays-in-sms-flows.md)
* [Automated Flows - Browse Abandonment](/sms/automated-flows-browse-abandonment.md)
* [Automated Flows - Abandoned Checkout](/sms/abandoned-checkout.md)
* [Automated Flows - Getting Started](/sms/setting-up-sms-automated-flows.md)
* [SMS Segmentation: Conditions and Filters](/sms/sms-segmentation-conditions-and-filters.md)
* [Customize and Manage Your Popup](/list-growth/customize-and-manage-your-popup.md)
* [Opt-in Tools - Popup](/list-growth/opt-in-tools-popup.md)
* [Recart Reports](/sms/recart-reports.md)
* [Fix an A/B Test XLSX Export Error](/sms/fix-an-a-b-test-xlsx-export-error.md)
* [Opt-in Tools - External Triggers](/list-growth/opt-in-tools-external-triggers.md)
* [Set Up SMS Contact Cards](/sms/contact-card-the-easiest-way-for-your-subscribers-to-save-your-number.md)
* [Enable SMS Subscription on Shopify Checkout](/sms/enable-sms-subscription-on-shopify-checkout.md)
* [Automated Flows - SMS Abandonment](/sms/abandonment-flows.md)
* [Opt-in Tools - Popup Best Practices](/list-growth/opt-in-tools-popup-best-practices.md)
* [Create SMS Segments and Lists](/sms/create-sms-segments-and-lists.md)
* [How to Schedule Your Opt-In Tools](/list-growth/scheduling-opt-ins.md)
* [Opt-in Analytics](/list-growth/opt-in-analytics.md)
* [Create a Privacy Policy and Terms of Service in Shopify](/sms/5905511-how-to-create-privacy-policy-and-terms-of-service-in-shopify.md)
* [Use Trigger Selections in Automated Flows](/sms/use-trigger-selections-in-automated-flows.md)
* [Opt-in Tools - Exit Intent Popup](/list-growth/opt-in-tools-exit-intent-popup.md)
* [Test Recart SMS Messages](/sms/test-recart-sms-messages.md)
* [Add Branded URLs to SMS Messages](/sms/add-branded-urls-to-sms-messages.md)
* [SMS Campaign Statuses Explained](/sms/sms-campaign-statuses-explained.md)
* [Use Conditional Splits in SMS Flows](/sms/use-conditional-splits-in-sms-flows.md)
* [Opt-in Tools - Embedded Form](/list-growth/embedded-form-opt-in-tool.md)
* [Add Links to SMS Flows](/sms/add-links-to-sms-flows.md)
* [SMS Campaign A/B Testing (Randomizer)](/sms/sms-campaign-a-b-testing-randomizer.md)
* [Custom Triggers Automated Flow Use Cases](/sms/custom-triggers-automated-flow-use-cases.md)
* [Add General Discount Codes to SMS Messages](/discounts/add-general-discount-codes-to-sms-messages.md)
* [Use Variables in SMS Flows](/sms/use-variables-in-sms-flows.md)
* [Automated Flows - Keyword Reply](/sms/automated-flows-keyword-reply.md)
* [Automated Flows - Abandoned Cart](/sms/automated-flows-abandoned-cart.md)
* [Import SMS Subscribers](/sms/import-sms-subscribers.md)
* [Customizing Your Popup with CSS](/list-growth/customizing-your-popup-with-css.md)
* [Opt-in Tools - Subscriber Detail Forms](/list-growth/opt-in-tools-subscriber-detail-forms.md)
* [Updating Your Popup Discount](/list-growth/updating-your-popup-discount.md)
* [Run Successful SMS Campaigns with Recart](/sms/run-successful-sms-campaigns-with-recart.md)
* [UTM Parameters on Recart Links](/sms/utm-parameters-on-recart-links.md)
* [Set up Custom Triggers in Automated Flows](/sms/how-to-set-up-custom-triggers-automated-flows.md)
* [Opt-in Tools - SMS Keywords](/sms/opt-in-tools-sms-keywords.md)
* [Understanding Your Subscribers Page](/sms/understanding-your-subscribers-page.md)
* [Opt-in Tools - Getting Started](/list-growth/opt-in-tools-getting-started.md)
* [Create & Manage Discount Codes in Recart](/discounts/create-discount-codes-in-recart.md)
* [SMS Settings](/sms/sms-settings.md)
* [Getting Started with Toll-Free Numbers](/sms/getting-started-with-toll-free-numbers.md)
* [Opt-in Tools - Popup Preview](/list-growth/opt-in-tools-popup-preview.md)
* [Single vs. Double Opt-In for SMS Subscriptions](/sms/single-vs-double-opt-in-for-sms-subscriptions.md)
* [Add Images to SMS Messages](/sms/add-images-to-sms-messages.md)
* [Adaptive Campaigns](/sms/adaptive-campaigns.md)
* [Customizing Your CTA Button in Popups](/list-growth/customizing-your-cta-button-in-popups.md)
* [SMS Opt-in Types](/sms/sms-opt-in-types.md)
* [Opt-in Tools - In Popup Confirmation -](/list-growth/opt-in-tools-in-popup-confirmation.md)
* [Opt-in Tools - Landing Page](/list-growth/landing-page-opt-in-tool.md)
* [SMS Character Counting and Limits](/sms/sms-character-counting-and-limits.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.
