> 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/latest-news.md).

# Latest News

Product updates, feature launches, and service announcements from Recart.

* [Expiring Discount Codes](/discounts/expiring-discount-codes.md)
* [Texas SMS Rule Clarification: Consent-Based Programs Can Resume Sending](/latest-news/texas-sms-rule-clarification-consent-based-programs-can-resume-sending.md)
* [New Texas SMS Law May Affect Your Marketing](/latest-news/new-texas-sms-law-may-affect-your-marketing.md)
* [Introducing: Popup Cooldown and Frequency Limits](/latest-news/new-trigger-settings-popup-cooldown-and-frequency-limits.md)
* [Create and Manage Discount Codes Inside Recart](/latest-news/create-and-manage-discount-codes-inside-recart.md)
* [Introducing Visitor Targeting for Popups](/latest-news/introducing-visitor-targeting-for-popups.md)
* [Introducing Popup Preview: Test Your Popups Before They Go Live](/latest-news/introducing-popup-preview-test-your-popups-before-they-go-live.md)
* [Introducing Email Typo Validation on Popups](/latest-news/introducing-email-typo-validation.md)
* [Introducing AI-Powered Unsubscribe Intent Detection](/latest-news/introducing-ai-powered-unsubscribe-intent-detection.md)
* [Klaviyo Integration Just Got Deeper](/latest-news/klaviyo-integration-just-got-deeper.md)
* [Capture Subscriber Preferences from the Teaser Step](/latest-news/capture-subscriber-preferences-from-the-teaser-step.md)
* [Introducing Automated List Cleaning](/latest-news/introducing-automated-list-cleaning.md)
* [iOS 26: What's Actually Changing (and What You Should Do)](/latest-news/ios-26-whats-actually-changing-and-what-you-should-do.md)
* [Introducing Popup Holdout A/B Testing](/latest-news/introducing-popup-holdout-a-b-testing.md)
* [Service Interruption – October 20, 2025 (UPDATE: Fully Restored October 21, 2025)](/latest-news/service-interruption-update-october-20-2025.md)
* [Introducing Popup Re-engage](/latest-news/introducing-popup-re-engage.md)
* [Introducing Shorter SMS Links](/latest-news/introducing-shorter-sms-links.md)
* [Improved Bot Click Filtering: Human-Only CTRs Are Here](/latest-news/improved-bot-click-filtering-human-only-ctrs-are-here.md)
* [Call Forwarding Now Available in Recart](/latest-news/call-forwarding-now-available-in-recart.md)
* [A/B Testing Just Got Easier to Track](/latest-news/popup-a-b-testing-page.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/latest-news.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.
