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

# Automations

- [Welcome Email Series](https://help.retainful.com/automations/welcome-email-series.md): Learn how to create a welcome series of automated emails sent to new customers right after they subscribe
- [Abandoned Cart Recovery Emails](https://help.retainful.com/automations/abandoned-cart-recovery-email-campaign.md): Learn how to create an Abandoned Cart Recovery Email Campaign to recover lost sales in your store.
- [Thank you Email Series](https://help.retainful.com/automations/thank-you-email-series.md): Learn how to send thank you emails with next order coupon to drive repeat purchase
- [Win Back Emails](https://help.retainful.com/automations/win-back-emails.md): Learn how to send Winback emails automatically and retain your inactive customers.
- [Product Review Request Email](https://help.retainful.com/automations/product-review-request-email.md): Learn how to send product review request emails through Retainful's Automation feature
- [Order Follow Up Emails](https://help.retainful.com/automations/order-follow-up-emails.md): Learn how to set up and send order follow up emails in Retainful
- [Product Specific Follow Up Emails](https://help.retainful.com/automations/product-specific-follow-up-emails.md): Guide to Setting Up Product-Specific Follow-Up Email Automation
- [Automation Workflow Settings](https://help.retainful.com/automations/automation-workflow-settings.md): Allow users to customize triggers, conditions, and actions for their automated marketing processes.
- [Entry Rules](https://help.retainful.com/automations/automation-workflow-settings/entry-rules.md): Trigger Option for Entry
- [Trigger Rules](https://help.retainful.com/automations/automation-workflow-settings/trigger-rules.md): Trigger rules and conditionn for user entry in to the automation
- [Customer Rules](https://help.retainful.com/automations/automation-workflow-settings/customer-rules.md): Exit Rules help streamline workflows by automatically removing customers based on actions
- [Exit Rules](https://help.retainful.com/automations/automation-workflow-settings/exit-rules.md)
- [Block / Steps](https://help.retainful.com/automations/automation-workflow-settings/block-steps.md)
- [Smart Sending](https://help.retainful.com/automations/smart-sending.md): Discover Smart Sending in Retainful, your solution for optimized email campaigns.
- [Smart Delay](https://help.retainful.com/automations/smart-delay.md): Learn how Smart Sending in Retainful streamlines your email campaigns.


---

# 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.retainful.com/automations.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.
